Sociable - Version 2.5.1

Version Description

Download this release

Release Info

Developer joostdevalk
Plugin Icon wp plugin Sociable
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5 to 2.5.1

Files changed (4) hide show
  1. images/netscape.gif +0 -0
  2. images/propeller.gif +0 -0
  3. readme.txt +9 -5
  4. sociable.php +8 -7
images/netscape.gif DELETED
Binary file
images/propeller.gif ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.joostdevalk.nl/donate/
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.3.2
7
- stable tag: 2.5
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
@@ -17,26 +17,30 @@ More info:
17
  * Read more about [WordPress SEO](http://www.joostdevalk.nl/wordpress-seo/) so you can get the most out of this plugin.
18
  * Check out the other [Wordpress plugins](http://www.joostdevalk.nl/wordpress/) by the same author.
19
 
 
 
 
 
20
  == Installation ==
21
 
22
  Download, Upgrading, Installation:
23
 
24
- === Upgrade ===
25
  1. First deactivate Sociable
26
  1. Remove the `sociable` directory
27
 
28
- === Install ===
29
  1. Unzip the `sociable.zip` file.
30
  1. Upload the the `sociable` folder (not just the files in it!) to your `wp-contents/plugins` folder. If you're using FTP, use 'binary' mode.
31
 
32
- === Activate ===
33
  1. In your WordPress administration, go to the Plugins page
34
  1. Activate the Sociable plugin and a subpage for Sociable will appear
35
  in your Options menu.
36
 
37
  If you find any bugs or have any ideas, please mail me.
38
 
39
- === Advanced Users ===
40
 
41
  Sociable hooks the_content() and the_excerpt() to display without requiring theme editing. To heavily customize the display, use the admin panel to turn off the display on all pages, then add calls to your theme files:
42
 
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.3.2
7
+ stable tag: 2.5.1
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
17
  * Read more about [WordPress SEO](http://www.joostdevalk.nl/wordpress-seo/) so you can get the most out of this plugin.
18
  * Check out the other [Wordpress plugins](http://www.joostdevalk.nl/wordpress/) by the same author.
19
 
20
+ Changelog
21
+
22
+ 2.5.1. Swapped Netscape for Propeller
23
+
24
  == Installation ==
25
 
26
  Download, Upgrading, Installation:
27
 
28
+ Upgrade
29
  1. First deactivate Sociable
30
  1. Remove the `sociable` directory
31
 
32
+ Install
33
  1. Unzip the `sociable.zip` file.
34
  1. Upload the the `sociable` folder (not just the files in it!) to your `wp-contents/plugins` folder. If you're using FTP, use 'binary' mode.
35
 
36
+ Activate
37
  1. In your WordPress administration, go to the Plugins page
38
  1. Activate the Sociable plugin and a subpage for Sociable will appear
39
  in your Options menu.
40
 
41
  If you find any bugs or have any ideas, please mail me.
42
 
43
+ Advanced Users
44
 
45
  Sociable hooks the_content() and the_excerpt() to display without requiring theme editing. To heavily customize the display, use the admin panel to turn off the display on all pages, then add calls to your theme files:
46
 
sociable.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Sociable
4
  Plugin URI: http://www.joostdevalk.nl/wordpress/sociable/
5
  Description: Automatically add links on your posts to popular <a href="http://www.maxpower.ca/bookmarking">social bookmarking sites</a>. Go to Options -> Sociable for setup.
6
- Version: 2.5
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
  */
@@ -238,11 +238,6 @@ $sociable_known_sites = Array(
238
  'url' => 'http://www.newsvine.com/_tools/seed&amp;save?u=PERMALINK&amp;h=TITLE',
239
  ),
240
 
241
- 'Netscape' => Array(
242
- 'favicon' => 'netscape.gif',
243
- 'url' => 'http://www.netscape.com/submit/?U=PERMALINK&amp;T=TITLE',
244
- ),
245
-
246
  'Netvouz' => Array(
247
  'favicon' => 'netvouz.png',
248
  'url' => 'http://www.netvouz.com/action/submitBookmark?url=PERMALINK&amp;title=TITLE&amp;popup=no',
@@ -263,6 +258,12 @@ $sociable_known_sites = Array(
263
  'favicon' => 'ppnow.png',
264
  'url' => 'http://www.ppnow.net/submit.php?url=PERMALINK',
265
  ),
 
 
 
 
 
 
266
 
267
  'RawSugar' => Array(
268
  'favicon' => 'rawsugar.png',
@@ -423,12 +424,12 @@ $sociable_files = Array(
423
  'images/misterwong.gif',
424
  'images/mixx.png',
425
  'images/myshare.png',
426
- 'images/netscape.gif',
427
  'images/netvouz.png',
428
  'images/newsvine.png',
429
  'images/plugim.png',
430
  'images/popcurrent.png',
431
  'images/ppnow.png',
 
432
  'images/rawsugar.png',
433
  'images/rec6.gif',
434
  'images/reddit.png',
3
  Plugin Name: Sociable
4
  Plugin URI: http://www.joostdevalk.nl/wordpress/sociable/
5
  Description: Automatically add links on your posts to popular <a href="http://www.maxpower.ca/bookmarking">social bookmarking sites</a>. Go to Options -> Sociable for setup.
6
+ Version: 2.5.1
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
  */
238
  'url' => 'http://www.newsvine.com/_tools/seed&amp;save?u=PERMALINK&amp;h=TITLE',
239
  ),
240
 
 
 
 
 
 
241
  'Netvouz' => Array(
242
  'favicon' => 'netvouz.png',
243
  'url' => 'http://www.netvouz.com/action/submitBookmark?url=PERMALINK&amp;title=TITLE&amp;popup=no',
258
  'favicon' => 'ppnow.png',
259
  'url' => 'http://www.ppnow.net/submit.php?url=PERMALINK',
260
  ),
261
+
262
+ 'Propeller' => Array(
263
+ 'favicon' => 'propeller.gif',
264
+ 'url' => 'http://www.propeller.com/submit/?U=PERMALINK&amp;T=TITLE',
265
+ ),
266
+
267
 
268
  'RawSugar' => Array(
269
  'favicon' => 'rawsugar.png',
424
  'images/misterwong.gif',
425
  'images/mixx.png',
426
  'images/myshare.png',
 
427
  'images/netvouz.png',
428
  'images/newsvine.png',
429
  'images/plugim.png',
430
  'images/popcurrent.png',
431
  'images/ppnow.png',
432
+ 'images/propeller.gif',
433
  'images/rawsugar.png',
434
  'images/rec6.gif',
435
  'images/reddit.png',