Version Description
Download this release
Release Info
| Developer | joostdevalk |
| Plugin | |
| Version | 2.5.3 |
| Comparing to | |
| See all releases | |
Code changes from version 2.5.2 to 2.5.3
- images/globalgrind.gif +0 -0
- images/salesmarks.gif +0 -0
- images/webnews.gif +0 -0
- images/xerpi.gif +0 -0
- images/yiggit.png +0 -0
- readme.txt +4 -5
- sociable.php +29 -1
images/globalgrind.gif
ADDED
|
Binary file
|
images/salesmarks.gif
ADDED
|
Binary file
|
images/webnews.gif
ADDED
|
Binary file
|
images/xerpi.gif
ADDED
|
Binary file
|
images/yiggit.png
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 |
|
|
@@ -19,10 +19,9 @@ More info:
|
|
| 19 |
|
| 20 |
Changelog
|
| 21 |
|
| 22 |
-
2.5.
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
2.5.1 Swapped Netscape for Propeller
|
| 26 |
|
| 27 |
== Installation ==
|
| 28 |
|
| 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.3
|
| 8 |
|
| 9 |
Automatically add links on your posts to popular social bookmarking sites.
|
| 10 |
|
| 19 |
|
| 20 |
Changelog
|
| 21 |
|
| 22 |
+
2.5.3 Added Global Grind, Salesmarks, Webnews.de, Xerpi, Yigg
|
| 23 |
+
2.5.2 Added Sk-rt, Socialogs and MisterWong.de
|
| 24 |
+
2.5.1 Swapped Netscape for Propeller
|
|
|
|
| 25 |
|
| 26 |
== Installation ==
|
| 27 |
|
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 |
*/
|
|
@@ -163,6 +163,11 @@ $sociable_known_sites = Array(
|
|
| 163 |
'url' => 'http://extension.fleck.com/?v=b.0.804&url=PERMALINK',
|
| 164 |
),
|
| 165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
'Google' => Array (
|
| 167 |
'favicon' => 'googlebookmark.png',
|
| 168 |
'url' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=PERMALINK&title=TITLE'
|
|
@@ -295,6 +300,11 @@ $sociable_known_sites = Array(
|
|
| 295 |
'url' => 'http://reddit.com/submit?url=PERMALINK&title=TITLE',
|
| 296 |
),
|
| 297 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
'Scoopeo' => Array(
|
| 299 |
'favicon' => 'scoopeo.png',
|
| 300 |
'url' => 'http://www.scoopeo.com/scoop/new?newurl=PERMALINK&title=TITLE',
|
|
@@ -381,6 +391,11 @@ $sociable_known_sites = Array(
|
|
| 381 |
'url' => 'http://twitthis.com/twit?url=PERMALINK',
|
| 382 |
),
|
| 383 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 384 |
'Webride' => Array(
|
| 385 |
'favicon' => 'webride.png',
|
| 386 |
'url' => 'http://webride.org/discuss/split.php?uri=PERMALINK&title=TITLE',
|
|
@@ -397,11 +412,20 @@ $sociable_known_sites = Array(
|
|
| 397 |
'url' => 'http://www.wykop.pl/dodaj?url=PERMALINK',
|
| 398 |
),
|
| 399 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 400 |
'YahooMyWeb' => Array(
|
| 401 |
'favicon' => 'yahoomyweb.png',
|
| 402 |
'url' => 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=PERMALINK&=TITLE',
|
| 403 |
),
|
| 404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 405 |
);
|
| 406 |
|
| 407 |
$sociable_files = Array(
|
|
@@ -434,6 +458,7 @@ $sociable_files = Array(
|
|
| 434 |
'images/feedmelinks.png',
|
| 435 |
'images/fleck.gif',
|
| 436 |
'images/furl.png',
|
|
|
|
| 437 |
'images/googlebookmark.png',
|
| 438 |
'images/gwar.gif',
|
| 439 |
'images/haohao.png',
|
|
@@ -460,6 +485,7 @@ $sociable_files = Array(
|
|
| 460 |
'images/rawsugar.png',
|
| 461 |
'images/rec6.gif',
|
| 462 |
'images/reddit.png',
|
|
|
|
| 463 |
'images/scoopeo.png',
|
| 464 |
'images/scuttle.png',
|
| 465 |
'images/shadows.png',
|
|
@@ -476,10 +502,12 @@ $sociable_files = Array(
|
|
| 476 |
'images/tailrank.png',
|
| 477 |
'images/technorati.png',
|
| 478 |
'images/twitter.png',
|
|
|
|
| 479 |
'images/webride.png',
|
| 480 |
'images/wists.png',
|
| 481 |
'images/wykop.gif',
|
| 482 |
'images/yahoomyweb.png',
|
|
|
|
| 483 |
'tool-man/',
|
| 484 |
'tool-man/coordinates.js',
|
| 485 |
'tool-man/core.js',
|
| 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.3
|
| 7 |
Author: Joost de Valk
|
| 8 |
Author URI: http://www.joostdevalk.nl/
|
| 9 |
*/
|
| 163 |
'url' => 'http://extension.fleck.com/?v=b.0.804&url=PERMALINK',
|
| 164 |
),
|
| 165 |
|
| 166 |
+
'Global Grind' => Array (
|
| 167 |
+
'favicon' => 'globalgrind.gif',
|
| 168 |
+
'url' => 'http://globalgrind.com/submission/submit.aspx?url=PERMALINK&type=Article&title=TITLE'
|
| 169 |
+
),
|
| 170 |
+
|
| 171 |
'Google' => Array (
|
| 172 |
'favicon' => 'googlebookmark.png',
|
| 173 |
'url' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=PERMALINK&title=TITLE'
|
| 300 |
'url' => 'http://reddit.com/submit?url=PERMALINK&title=TITLE',
|
| 301 |
),
|
| 302 |
|
| 303 |
+
'SalesMarks' => Array(
|
| 304 |
+
'favicon' => 'salesmarks.gif',
|
| 305 |
+
'url' => 'http://salesmarks.com/submit?edit[url]=PERMALINK&edit[title]=TITLE',
|
| 306 |
+
),
|
| 307 |
+
|
| 308 |
'Scoopeo' => Array(
|
| 309 |
'favicon' => 'scoopeo.png',
|
| 310 |
'url' => 'http://www.scoopeo.com/scoop/new?newurl=PERMALINK&title=TITLE',
|
| 391 |
'url' => 'http://twitthis.com/twit?url=PERMALINK',
|
| 392 |
),
|
| 393 |
|
| 394 |
+
'Webnews.de' => Array(
|
| 395 |
+
'favicon' => 'webnews.gif',
|
| 396 |
+
'url' => 'http://www.webnews.de/einstellen?url=PERMALINK&title=TITLE',
|
| 397 |
+
),
|
| 398 |
+
|
| 399 |
'Webride' => Array(
|
| 400 |
'favicon' => 'webride.png',
|
| 401 |
'url' => 'http://webride.org/discuss/split.php?uri=PERMALINK&title=TITLE',
|
| 412 |
'url' => 'http://www.wykop.pl/dodaj?url=PERMALINK',
|
| 413 |
),
|
| 414 |
|
| 415 |
+
'Xerpi' => Array(
|
| 416 |
+
'favicon' => 'xerpi.gif',
|
| 417 |
+
'url' => 'http://www.xerpi.com/block/add_link_from_extension?url=PERMALINK&title=TITLE',
|
| 418 |
+
),
|
| 419 |
+
|
| 420 |
'YahooMyWeb' => Array(
|
| 421 |
'favicon' => 'yahoomyweb.png',
|
| 422 |
'url' => 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=PERMALINK&=TITLE',
|
| 423 |
),
|
| 424 |
|
| 425 |
+
'Yigg' => Array(
|
| 426 |
+
'favicon' => 'yiggit.png',
|
| 427 |
+
'url' => 'http://yigg.de/neu?exturl=PERMALINK&exttitle=TITLE',
|
| 428 |
+
),
|
| 429 |
);
|
| 430 |
|
| 431 |
$sociable_files = Array(
|
| 458 |
'images/feedmelinks.png',
|
| 459 |
'images/fleck.gif',
|
| 460 |
'images/furl.png',
|
| 461 |
+
'images/globalgrind.gif',
|
| 462 |
'images/googlebookmark.png',
|
| 463 |
'images/gwar.gif',
|
| 464 |
'images/haohao.png',
|
| 485 |
'images/rawsugar.png',
|
| 486 |
'images/rec6.gif',
|
| 487 |
'images/reddit.png',
|
| 488 |
+
'images/salesmarks.gif',
|
| 489 |
'images/scoopeo.png',
|
| 490 |
'images/scuttle.png',
|
| 491 |
'images/shadows.png',
|
| 502 |
'images/tailrank.png',
|
| 503 |
'images/technorati.png',
|
| 504 |
'images/twitter.png',
|
| 505 |
+
'images/webnews.gif',
|
| 506 |
'images/webride.png',
|
| 507 |
'images/wists.png',
|
| 508 |
'images/wykop.gif',
|
| 509 |
'images/yahoomyweb.png',
|
| 510 |
+
'images/yiggit.png',
|
| 511 |
'tool-man/',
|
| 512 |
'tool-man/coordinates.js',
|
| 513 |
'tool-man/core.js',
|
