Sociable - Version 2.6.4

Version Description

Download this release

Release Info

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

Code changes from version 2.6.3 to 2.6.4

Files changed (3) hide show
  1. images/blogospherenews.gif +0 -0
  2. readme.txt +1 -1
  3. sociable.php +11 -5
images/blogospherenews.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.3
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.4
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.3
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
@@ -77,6 +77,11 @@ $sociable_known_sites = Array(
77
  'url' => 'http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=PERMALINK&amp;title=TITLE',
78
  ),
79
 
 
 
 
 
 
80
  'blogtercimlap' => Array(
81
  'favicon' => 'blogter.png',
82
  'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=TITLE&amp;url=PERMALINK',
@@ -144,7 +149,7 @@ $sociable_known_sites = Array(
144
 
145
  'e-mail' => Array(
146
  'favicon' => 'email.gif',
147
- 'url' => 'mailto:?subject=TITLE&body=PERMALINK',
148
  ),
149
 
150
  'Facebook' => Array(
@@ -343,7 +348,7 @@ $sociable_known_sites = Array(
343
 
344
  'SalesMarks' => Array(
345
  'favicon' => 'salesmarks.gif',
346
- 'url' => 'http://salesmarks.com/submit?edit[url]=PERMALINK&edit[title]=TITLE',
347
  ),
348
 
349
  'Scoopeo' => Array(
@@ -439,7 +444,7 @@ $sociable_known_sites = Array(
439
 
440
  'Webnews.de' => Array(
441
  'favicon' => 'webnews.gif',
442
- 'url' => 'http://www.webnews.de/einstellen?url=PERMALINK&title=TITLE',
443
  ),
444
 
445
  'Webride' => Array(
@@ -470,7 +475,7 @@ $sociable_known_sites = Array(
470
 
471
  'Yigg' => Array(
472
  'favicon' => 'yiggit.png',
473
- 'url' => 'http://yigg.de/neu?exturl=PERMALINK&exttitle=TITLE',
474
  ),
475
  );
476
 
@@ -487,6 +492,7 @@ $sociable_files = Array(
487
  'images/blinklist.png',
488
  'images/blogmarks.png',
489
  'images/blogmemes.png',
 
490
  'images/blogter.png',
491
  'images/bluedot.png',
492
  'images/bookmarkhu.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.4
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
 
77
  'url' => 'http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=PERMALINK&amp;title=TITLE',
78
  ),
79
 
80
+ 'Blogosphere News' => Array(
81
+ 'favicon' => 'blogospherenews.gif',
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',
149
 
150
  'e-mail' => Array(
151
  'favicon' => 'email.gif',
152
+ 'url' => 'mailto:?subject=TITLE&amp;body=PERMALINK',
153
  ),
154
 
155
  'Facebook' => Array(
348
 
349
  'SalesMarks' => Array(
350
  'favicon' => 'salesmarks.gif',
351
+ 'url' => 'http://salesmarks.com/submit?edit[url]=PERMALINK&amp;edit[title]=TITLE',
352
  ),
353
 
354
  'Scoopeo' => Array(
444
 
445
  'Webnews.de' => Array(
446
  'favicon' => 'webnews.gif',
447
+ 'url' => 'http://www.webnews.de/einstellen?url=PERMALINK&amp;title=TITLE',
448
  ),
449
 
450
  'Webride' => Array(
475
 
476
  'Yigg' => Array(
477
  'favicon' => 'yiggit.png',
478
+ 'url' => 'http://yigg.de/neu?exturl=PERMALINK&amp;exttitle=TITLE',
479
  ),
480
  );
481
 
492
  'images/blinklist.png',
493
  'images/blogmarks.png',
494
  'images/blogmemes.png',
495
+ 'images/blogospherenews.gif',
496
  'images/blogter.png',
497
  'images/bluedot.png',
498
  'images/bookmarkhu.png',