Version Description
Download this release
Release Info
| Developer | joostdevalk |
| Plugin | |
| Version | 2.9.4 |
| Comparing to | |
| See all releases | |
Code changes from version 2.9.3 to 2.9.4
- images/popcurrent.png +0 -0
- images/rawsugar.png +0 -0
- readme.txt +3 -2
- sociable.php +3 -16
images/popcurrent.png
DELETED
|
Binary file
|
images/rawsugar.png
DELETED
|
Binary file
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: joostdevalk
|
|
| 3 |
Donate link: http://yoast.com/donate/
|
| 4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
| 5 |
Requires at least: 2.2
|
| 6 |
-
Tested up to: 2.6
|
| 7 |
-
stable tag: 2.9.
|
| 8 |
|
| 9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
| 10 |
|
|
@@ -19,6 +19,7 @@ More info:
|
|
| 19 |
|
| 20 |
**Changelog**
|
| 21 |
|
|
|
|
| 22 |
* 2.9.3 Added Leonaut, MySpace, fixed plugin description, added option to disable Sociable on a per post basis, added option to display sociable on tag pages, added extra security to config page, fixed print button, fixed Twitter functionality.
|
| 23 |
* 2.9.2 Added Swedish and Chinese localisations, thx to [Mikael Jorhult](http://www.mishkin.se/) and [Hugo Chen](http://take-ez.com/)
|
| 24 |
* 2.9.1 Fixed bug where jQuery UI would be loaded twice.
|
| 3 |
Donate link: http://yoast.com/donate/
|
| 4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
| 5 |
Requires at least: 2.2
|
| 6 |
+
Tested up to: 2.6.2
|
| 7 |
+
stable tag: 2.9.4
|
| 8 |
|
| 9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
| 10 |
|
| 19 |
|
| 20 |
**Changelog**
|
| 21 |
|
| 22 |
+
* 2.9.4 Removed PopCurrent and Rawsugar as they no longer exist, renamed BlueDot to Faves
|
| 23 |
* 2.9.3 Added Leonaut, MySpace, fixed plugin description, added option to disable Sociable on a per post basis, added option to display sociable on tag pages, added extra security to config page, fixed print button, fixed Twitter functionality.
|
| 24 |
* 2.9.2 Added Swedish and Chinese localisations, thx to [Mikael Jorhult](http://www.mishkin.se/) and [Hugo Chen](http://take-ez.com/)
|
| 25 |
* 2.9.1 Fixed bug where jQuery UI would be loaded twice.
|
sociable.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Sociable
|
| 4 |
Plugin URI: http://yoast.com/wordpress/sociable/
|
| 5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
|
| 6 |
-
Version: 2.9.
|
| 7 |
Author: Joost de Valk
|
| 8 |
Author URI: http://yoast.com/
|
| 9 |
|
|
@@ -101,9 +101,9 @@ $sociable_known_sites = Array(
|
|
| 101 |
'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&title=TITLE&url=PERMALINK',
|
| 102 |
),
|
| 103 |
|
| 104 |
-
'
|
| 105 |
'favicon' => 'bluedot.png',
|
| 106 |
-
'url' => 'http://
|
| 107 |
),
|
| 108 |
|
| 109 |
'Book.mark.hu' => Array(
|
|
@@ -354,12 +354,6 @@ $sociable_known_sites = Array(
|
|
| 354 |
'url' => 'http://www.plugim.com/submit?url=PERMALINK&title=TITLE',
|
| 355 |
),
|
| 356 |
|
| 357 |
-
'PopCurrent' => Array(
|
| 358 |
-
'favicon' => 'popcurrent.png',
|
| 359 |
-
'url' => 'http://popcurrent.com/submit?url=PERMALINK&title=TITLE&rss=RSS',
|
| 360 |
-
'description' => 'description',
|
| 361 |
-
),
|
| 362 |
-
|
| 363 |
'Pownce' => Array(
|
| 364 |
'favicon' => 'pownce.gif',
|
| 365 |
'url' => 'http://pownce.com/send/link/?url=PERMALINK&note_body=TITLE&note_to=all'
|
|
@@ -386,11 +380,6 @@ $sociable_known_sites = Array(
|
|
| 386 |
'url' => 'http://ratimarks.org/bookmarks.php/?action=add&address=PERMALINK&title=TITLE',
|
| 387 |
),
|
| 388 |
|
| 389 |
-
'RawSugar' => Array(
|
| 390 |
-
'favicon' => 'rawsugar.png',
|
| 391 |
-
'url' => 'http://www.rawsugar.com/tagger/?turl=PERMALINK&tttl=TITLE',
|
| 392 |
-
),
|
| 393 |
-
|
| 394 |
'Rec6' => Array(
|
| 395 |
'favicon' => 'rec6.gif',
|
| 396 |
'url' => 'http://www.syxt.com.br/rec6/link.php?url=PERMALINK&=TITLE',
|
|
@@ -614,13 +603,11 @@ $sociable_files = Array(
|
|
| 614 |
'images/newsvine.png',
|
| 615 |
'images/nujij.gif',
|
| 616 |
'images/plugim.png',
|
| 617 |
-
'images/popcurrent.png',
|
| 618 |
'images/pownce.gif',
|
| 619 |
'images/ppnow.png',
|
| 620 |
'images/print.gif',
|
| 621 |
'images/propeller.gif',
|
| 622 |
'images/ratimarks.png',
|
| 623 |
-
'images/rawsugar.png',
|
| 624 |
'images/rec6.gif',
|
| 625 |
'images/reddit.png',
|
| 626 |
'images/salesmarks.gif',
|
| 3 |
Plugin Name: Sociable
|
| 4 |
Plugin URI: http://yoast.com/wordpress/sociable/
|
| 5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
|
| 6 |
+
Version: 2.9.4
|
| 7 |
Author: Joost de Valk
|
| 8 |
Author URI: http://yoast.com/
|
| 9 |
|
| 101 |
'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&title=TITLE&url=PERMALINK',
|
| 102 |
),
|
| 103 |
|
| 104 |
+
'Faves' => Array(
|
| 105 |
'favicon' => 'bluedot.png',
|
| 106 |
+
'url' => 'http://faves.com/Authoring.aspx?u=PERMALINK&title=TITLE',
|
| 107 |
),
|
| 108 |
|
| 109 |
'Book.mark.hu' => Array(
|
| 354 |
'url' => 'http://www.plugim.com/submit?url=PERMALINK&title=TITLE',
|
| 355 |
),
|
| 356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 357 |
'Pownce' => Array(
|
| 358 |
'favicon' => 'pownce.gif',
|
| 359 |
'url' => 'http://pownce.com/send/link/?url=PERMALINK&note_body=TITLE&note_to=all'
|
| 380 |
'url' => 'http://ratimarks.org/bookmarks.php/?action=add&address=PERMALINK&title=TITLE',
|
| 381 |
),
|
| 382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
'Rec6' => Array(
|
| 384 |
'favicon' => 'rec6.gif',
|
| 385 |
'url' => 'http://www.syxt.com.br/rec6/link.php?url=PERMALINK&=TITLE',
|
| 603 |
'images/newsvine.png',
|
| 604 |
'images/nujij.gif',
|
| 605 |
'images/plugim.png',
|
|
|
|
| 606 |
'images/pownce.gif',
|
| 607 |
'images/ppnow.png',
|
| 608 |
'images/print.gif',
|
| 609 |
'images/propeller.gif',
|
| 610 |
'images/ratimarks.png',
|
|
|
|
| 611 |
'images/rec6.gif',
|
| 612 |
'images/reddit.png',
|
| 613 |
'images/salesmarks.gif',
|
