Sociable - Version 2.6.3

Version Description

Download this release

Release Info

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

Code changes from version 2.6.2 to 2.6.3

Files changed (4) hide show
  1. images/pownce.gif +0 -0
  2. images/segnalo.gif +0 -0
  3. readme.txt +1 -1
  4. sociable.php +17 -2
images/pownce.gif ADDED
Binary file
images/segnalo.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.5
7
- stable tag: 2.6.2
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.5
7
+ stable tag: 2.6.3
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
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.6.2
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
@@ -25,7 +25,10 @@ along with this program; if not, write to the Free Software
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
- load_plugin_textdomain('sociable', 'wp-content/plugins/sociable/i18n');
 
 
 
29
 
30
  $sociable_known_sites = Array(
31
 
@@ -307,6 +310,11 @@ $sociable_known_sites = Array(
307
  'description' => 'description',
308
  ),
309
 
 
 
 
 
 
310
  'ppnow' => Array(
311
  'favicon' => 'ppnow.png',
312
  'url' => 'http://www.ppnow.net/submit.php?url=PERMALINK',
@@ -349,6 +357,11 @@ $sociable_known_sites = Array(
349
  'description' => 'description',
350
  ),
351
 
 
 
 
 
 
352
  'Shadows' => Array(
353
  'favicon' => 'shadows.png',
354
  'url' => 'http://www.shadows.com/features/tcr.htm?url=PERMALINK&amp;title=TITLE',
@@ -519,6 +532,7 @@ $sociable_files = Array(
519
  'images/nujij.gif',
520
  'images/plugim.png',
521
  'images/popcurrent.png',
 
522
  'images/ppnow.png',
523
  'images/propeller.gif',
524
  'images/rawsugar.png',
@@ -527,6 +541,7 @@ $sociable_files = Array(
527
  'images/salesmarks.gif',
528
  'images/scoopeo.png',
529
  'images/scuttle.png',
 
530
  'images/shadows.png',
531
  'images/simpy.png',
532
  'images/sk-rt.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.6.3
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
+ function sociable_init_locale(){
29
+ load_plugin_textdomain('sociable', 'wp-content/plugins/sociable/i18n');
30
+ }
31
+ add_filter('init', 'sociable_init_locale');
32
 
33
  $sociable_known_sites = Array(
34
 
310
  'description' => 'description',
311
  ),
312
 
313
+ 'Pownce' => Array(
314
+ 'favicon' => 'pownce.gif',
315
+ 'url' => 'http://pownce.com/send/link/?url=PERMALINK&amp;note_body=TITLE&amp;note_to=all'
316
+ ),
317
+
318
  'ppnow' => Array(
319
  'favicon' => 'ppnow.png',
320
  'url' => 'http://www.ppnow.net/submit.php?url=PERMALINK',
357
  'description' => 'description',
358
  ),
359
 
360
+ 'Segnalo' => Array(
361
+ 'favicon' => 'segnalo.gif',
362
+ 'url' => 'http://segnalo.alice.it/post.html.php?url=PERMALINK&amp;title=TITLE',
363
+ ),
364
+
365
  'Shadows' => Array(
366
  'favicon' => 'shadows.png',
367
  'url' => 'http://www.shadows.com/features/tcr.htm?url=PERMALINK&amp;title=TITLE',
532
  'images/nujij.gif',
533
  'images/plugim.png',
534
  'images/popcurrent.png',
535
+ 'images/pownce.gif',
536
  'images/ppnow.png',
537
  'images/propeller.gif',
538
  'images/rawsugar.png',
541
  'images/salesmarks.gif',
542
  'images/scoopeo.png',
543
  'images/scuttle.png',
544
+ 'images/segnalo.gif',
545
  'images/shadows.png',
546
  'images/simpy.png',
547
  'images/sk-rt.png',