Sociable - Version 2.6.5

Version Description

Download this release

Release Info

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

Code changes from version 2.6.4 to 2.6.5

Files changed (4) hide show
  1. images/blogsvine.png +0 -0
  2. images/wikio.gif +0 -0
  3. readme.txt +1 -1
  4. sociable.php +18 -1
images/blogsvine.png ADDED
Binary file
images/wikio.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.4
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.5
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.4
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
@@ -82,6 +82,11 @@ $sociable_known_sites = Array(
82
  'url' => 'http://www.blogospherenews.com/submit.php?url=PERMALINK&amp;title=TITLE',
83
  ),
84
 
 
 
 
 
 
85
  'blogtercimlap' => Array(
86
  'favicon' => 'blogter.png',
87
  'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=TITLE&amp;url=PERMALINK',
@@ -452,6 +457,16 @@ $sociable_known_sites = Array(
452
  'url' => 'http://webride.org/discuss/split.php?uri=PERMALINK&amp;title=TITLE',
453
  ),
454
 
 
 
 
 
 
 
 
 
 
 
455
  'Wists' => Array(
456
  'favicon' => 'wists.png',
457
  'url' => 'http://wists.com/s.php?c=&amp;r=PERMALINK&amp;title=TITLE',
@@ -493,6 +508,7 @@ $sociable_files = Array(
493
  'images/blogmarks.png',
494
  'images/blogmemes.png',
495
  'images/blogospherenews.gif',
 
496
  'images/blogter.png',
497
  'images/bluedot.png',
498
  'images/bookmarkhu.png',
@@ -564,6 +580,7 @@ $sociable_files = Array(
564
  'images/twitter.png',
565
  'images/webnews.gif',
566
  'images/webride.png',
 
567
  'images/wists.png',
568
  'images/wykop.gif',
569
  'images/yahoomyweb.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.5
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
82
  'url' => 'http://www.blogospherenews.com/submit.php?url=PERMALINK&amp;title=TITLE',
83
  ),
84
 
85
+ 'Blogsvine' => Array(
86
+ 'favicon' => 'blogsvine.png',
87
+ 'url' => 'http://blogsvine.com/submit.php?url=PERMALINK',
88
+ ),
89
+
90
  'blogtercimlap' => Array(
91
  'favicon' => 'blogter.png',
92
  'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=TITLE&amp;url=PERMALINK',
457
  'url' => 'http://webride.org/discuss/split.php?uri=PERMALINK&amp;title=TITLE',
458
  ),
459
 
460
+ 'Wikio' => Array(
461
+ 'favicon' => 'wikio.gif',
462
+ 'url' => 'http://www.wikio.com/vote?url=PERMALINK',
463
+ ),
464
+
465
+ 'Wikio FR' => Array(
466
+ 'favicon' => 'wikio.gif',
467
+ 'url' => 'http://www.wikio.fr/vote?url=PERMALINK',
468
+ ),
469
+
470
  'Wists' => Array(
471
  'favicon' => 'wists.png',
472
  'url' => 'http://wists.com/s.php?c=&amp;r=PERMALINK&amp;title=TITLE',
508
  'images/blogmarks.png',
509
  'images/blogmemes.png',
510
  'images/blogospherenews.gif',
511
+ 'images/blogsvine.png',
512
  'images/blogter.png',
513
  'images/bluedot.png',
514
  'images/bookmarkhu.png',
580
  'images/twitter.png',
581
  'images/webnews.gif',
582
  'images/webride.png',
583
+ 'images/wikio.gif',
584
  'images/wists.png',
585
  'images/wykop.gif',
586
  'images/yahoomyweb.png',