Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Sociable |
Version | 2.5.4 |
Comparing to | |
See all releases |
Code changes from version 2.5.3 to 2.5.4
- images/barrapunto.png +0 -0
- images/email.gif +0 -0
- images/healthranker.gif +0 -0
- images/laaikit.png +0 -0
- images/meneame.gif +0 -0
- images/n4g.gif +0 -0
- readme.txt +5 -2
- sociable.php +38 -1
images/barrapunto.png
ADDED
Binary file
|
images/email.gif
ADDED
Binary file
|
images/healthranker.gif
ADDED
Binary file
|
images/laaikit.png
ADDED
Binary file
|
images/meneame.gif
ADDED
Binary file
|
images/n4g.gif
ADDED
Binary file
|
readme.txt
CHANGED
@@ -4,13 +4,15 @@ 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 |
|
11 |
== Description ==
|
12 |
Automatically add links on your posts to popular social bookmarking sites like Facebook, Mixx, StumbleUpon, Digg and many many others.
|
13 |
|
|
|
|
|
14 |
More info:
|
15 |
|
16 |
* [Sociable](http://www.joostdevalk.nl/wordpress/sociable/).
|
@@ -19,8 +21,9 @@ More info:
|
|
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 ==
|
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.4
|
8 |
|
9 |
Automatically add links on your posts to popular social bookmarking sites.
|
10 |
|
11 |
== Description ==
|
12 |
Automatically add links on your posts to popular social bookmarking sites like Facebook, Mixx, StumbleUpon, Digg and many many others.
|
13 |
|
14 |
+
Special thanks to [Robert Harm](http://www.die-truppe.com/) for coming up with loads of nice ideas.
|
15 |
+
|
16 |
More info:
|
17 |
|
18 |
* [Sociable](http://www.joostdevalk.nl/wordpress/sociable/).
|
21 |
|
22 |
Changelog
|
23 |
|
24 |
+
2.5.4 Added HealthRanker, N4G, Meneame, BarraPunto, Laaik.it and E-mail option
|
25 |
2.5.3 Added Global Grind, Salesmarks, Webnews.de, Xerpi, Yigg
|
26 |
+
2.5.2 Added NuJIJ, eKudos, Sk-rt, Socialogs and MisterWong.de
|
27 |
2.5.1 Swapped Netscape for Propeller
|
28 |
|
29 |
== Installation ==
|
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 |
*/
|
@@ -31,6 +31,11 @@ load_plugin_textdomain('sociable', 'wp-content/plugins/sociable/i18n');
|
|
31 |
|
32 |
$sociable_known_sites = Array(
|
33 |
|
|
|
|
|
|
|
|
|
|
|
34 |
'blinkbits' => Array(
|
35 |
'favicon' => 'blinkbits.png',
|
36 |
'url' => 'http://www.blinkbits.com/bookmarklets/save.php?v=1&source_url=PERMALINK&title=TITLE&body=TITLE',
|
@@ -136,6 +141,11 @@ $sociable_known_sites = Array(
|
|
136 |
'url' => 'http://www.ekudos.nl/artikel/nieuw?url=PERMALINK&title=TITLE',
|
137 |
),
|
138 |
|
|
|
|
|
|
|
|
|
|
|
139 |
'Facebook' => Array(
|
140 |
'favicon' => 'facebook.png',
|
141 |
'url' => 'http://www.facebook.com/sharer.php?u=PERMALINK&t=TITLE',
|
@@ -183,6 +193,11 @@ $sociable_known_sites = Array(
|
|
183 |
'url' => 'http://www.haohaoreport.com/submit.php?url=PERMALINK&title=TITLE',
|
184 |
),
|
185 |
|
|
|
|
|
|
|
|
|
|
|
186 |
'Hemidemi' => Array(
|
187 |
'favicon' => 'hemidemi.png',
|
188 |
'url' => 'http://www.hemidemi.com/user_bookmark/new?title=TITLE&url=PERMALINK',
|
@@ -208,6 +223,11 @@ $sociable_known_sites = Array(
|
|
208 |
'url' => 'http://kick.ie/submit/?url=PERMALINK&title=TITLE',
|
209 |
),
|
210 |
|
|
|
|
|
|
|
|
|
|
|
211 |
'LinkaGoGo' => Array(
|
212 |
'favicon' => 'linkagogo.png',
|
213 |
'url' => 'http://www.linkagogo.com/go/AddNoPopup?url=PERMALINK&title=TITLE',
|
@@ -228,6 +248,11 @@ $sociable_known_sites = Array(
|
|
228 |
'url' => 'http://ma.gnolia.com/bookmarklet/add?url=PERMALINK&title=TITLE',
|
229 |
),
|
230 |
|
|
|
|
|
|
|
|
|
|
|
231 |
'MisterWong' => Array(
|
232 |
'favicon' => 'misterwong.gif',
|
233 |
'url' => 'http://www.mister-wong.com/addurl/?bm_url=PERMALINK&bm_description=TITLE&plugin=soc',
|
@@ -248,6 +273,11 @@ $sociable_known_sites = Array(
|
|
248 |
'url' => 'http://myshare.url.com.tw/index.php?func=newurl&url=PERMALINK&desc=TITLE',
|
249 |
),
|
250 |
|
|
|
|
|
|
|
|
|
|
|
251 |
'NewsVine' => Array(
|
252 |
'favicon' => 'newsvine.png',
|
253 |
'url' => 'http://www.newsvine.com/_tools/seed&save?u=PERMALINK&h=TITLE',
|
@@ -437,6 +467,7 @@ $sociable_files = Array(
|
|
437 |
'sociable-admin.css',
|
438 |
'wists.js',
|
439 |
'images/',
|
|
|
440 |
'images/blinkbits.png',
|
441 |
'images/blinklist.png',
|
442 |
'images/blogmarks.png',
|
@@ -453,6 +484,7 @@ $sociable_files = Array(
|
|
453 |
'images/dotnetkicks.png',
|
454 |
'images/dzone.png',
|
455 |
'images/ekudos.gif',
|
|
|
456 |
'images/facebook.png',
|
457 |
'images/fark.png',
|
458 |
'images/feedmelinks.png',
|
@@ -462,19 +494,23 @@ $sociable_files = Array(
|
|
462 |
'images/googlebookmark.png',
|
463 |
'images/gwar.gif',
|
464 |
'images/haohao.png',
|
|
|
465 |
'images/hemidemi.png',
|
466 |
'images/im.png',
|
467 |
'images/indiagram.png',
|
468 |
'images/indianpad.png',
|
469 |
'images/kickit.png',
|
|
|
470 |
'images/linkagogo.png',
|
471 |
'images/linkter.png',
|
472 |
'images/linkter.png',
|
473 |
'images/live.png',
|
474 |
'images/magnolia.png',
|
|
|
475 |
'images/misterwong.gif',
|
476 |
'images/mixx.png',
|
477 |
'images/myshare.png',
|
|
|
478 |
'images/netvouz.png',
|
479 |
'images/newsvine.png',
|
480 |
'images/nujij.gif',
|
@@ -541,6 +577,7 @@ function sociable_html($display=Array()) {
|
|
541 |
$post = $wp_query->post;
|
542 |
$permalink = urlencode(get_permalink($post->ID));
|
543 |
$title = urlencode($post->post_title);
|
|
|
544 |
$rss = urlencode(get_bloginfo('ref_url'));
|
545 |
|
546 |
$html .= "\n<div class=\"sociable\">\n<span class=\"sociable_tagline\">\n";
|
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.4
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://www.joostdevalk.nl/
|
9 |
*/
|
31 |
|
32 |
$sociable_known_sites = Array(
|
33 |
|
34 |
+
'BarraPunto' => Array(
|
35 |
+
'favicon' => 'barrapunto.png',
|
36 |
+
'url' => 'http://barrapunto.com/submit.pl?subj=TITLE&story=PERMALINK',
|
37 |
+
),
|
38 |
+
|
39 |
'blinkbits' => Array(
|
40 |
'favicon' => 'blinkbits.png',
|
41 |
'url' => 'http://www.blinkbits.com/bookmarklets/save.php?v=1&source_url=PERMALINK&title=TITLE&body=TITLE',
|
141 |
'url' => 'http://www.ekudos.nl/artikel/nieuw?url=PERMALINK&title=TITLE',
|
142 |
),
|
143 |
|
144 |
+
'e-mail' => Array(
|
145 |
+
'favicon' => 'email.gif',
|
146 |
+
'url' => 'mailto:?subject=TITLE&body=PERMALINK',
|
147 |
+
),
|
148 |
+
|
149 |
'Facebook' => Array(
|
150 |
'favicon' => 'facebook.png',
|
151 |
'url' => 'http://www.facebook.com/sharer.php?u=PERMALINK&t=TITLE',
|
193 |
'url' => 'http://www.haohaoreport.com/submit.php?url=PERMALINK&title=TITLE',
|
194 |
),
|
195 |
|
196 |
+
'HealthRanker' => Array(
|
197 |
+
'favicon' => 'healthranker.gif',
|
198 |
+
'url' => 'http://healthranker.com/submit.php?url=PERMALINK&title=TITLE',
|
199 |
+
),
|
200 |
+
|
201 |
'Hemidemi' => Array(
|
202 |
'favicon' => 'hemidemi.png',
|
203 |
'url' => 'http://www.hemidemi.com/user_bookmark/new?title=TITLE&url=PERMALINK',
|
223 |
'url' => 'http://kick.ie/submit/?url=PERMALINK&title=TITLE',
|
224 |
),
|
225 |
|
226 |
+
'laaik.it' => Array(
|
227 |
+
'favicon' => 'laaikit.png',
|
228 |
+
'url' => 'http://laaik.it/NewStoryCompact.aspx?uri=PERMALINK&headline=TITLE&cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12',
|
229 |
+
),
|
230 |
+
|
231 |
'LinkaGoGo' => Array(
|
232 |
'favicon' => 'linkagogo.png',
|
233 |
'url' => 'http://www.linkagogo.com/go/AddNoPopup?url=PERMALINK&title=TITLE',
|
248 |
'url' => 'http://ma.gnolia.com/bookmarklet/add?url=PERMALINK&title=TITLE',
|
249 |
),
|
250 |
|
251 |
+
'Meneame' => Array(
|
252 |
+
'favicon' => 'meneame.gif',
|
253 |
+
'url' => 'http://meneame.net/submit.php?url=PERMALINK',
|
254 |
+
),
|
255 |
+
|
256 |
'MisterWong' => Array(
|
257 |
'favicon' => 'misterwong.gif',
|
258 |
'url' => 'http://www.mister-wong.com/addurl/?bm_url=PERMALINK&bm_description=TITLE&plugin=soc',
|
273 |
'url' => 'http://myshare.url.com.tw/index.php?func=newurl&url=PERMALINK&desc=TITLE',
|
274 |
),
|
275 |
|
276 |
+
'N4G' => Array(
|
277 |
+
'favicon' => 'n4g.gif',
|
278 |
+
'url' => 'http://www.n4g.com/tips.aspx?url=PERMALINK&title=TITLE',
|
279 |
+
),
|
280 |
+
|
281 |
'NewsVine' => Array(
|
282 |
'favicon' => 'newsvine.png',
|
283 |
'url' => 'http://www.newsvine.com/_tools/seed&save?u=PERMALINK&h=TITLE',
|
467 |
'sociable-admin.css',
|
468 |
'wists.js',
|
469 |
'images/',
|
470 |
+
'images/barrapunto.png',
|
471 |
'images/blinkbits.png',
|
472 |
'images/blinklist.png',
|
473 |
'images/blogmarks.png',
|
484 |
'images/dotnetkicks.png',
|
485 |
'images/dzone.png',
|
486 |
'images/ekudos.gif',
|
487 |
+
'images/email.gif',
|
488 |
'images/facebook.png',
|
489 |
'images/fark.png',
|
490 |
'images/feedmelinks.png',
|
494 |
'images/googlebookmark.png',
|
495 |
'images/gwar.gif',
|
496 |
'images/haohao.png',
|
497 |
+
'images/healthranker.gif',
|
498 |
'images/hemidemi.png',
|
499 |
'images/im.png',
|
500 |
'images/indiagram.png',
|
501 |
'images/indianpad.png',
|
502 |
'images/kickit.png',
|
503 |
+
'images/laaikit.png',
|
504 |
'images/linkagogo.png',
|
505 |
'images/linkter.png',
|
506 |
'images/linkter.png',
|
507 |
'images/live.png',
|
508 |
'images/magnolia.png',
|
509 |
+
'images/meneame.gif',
|
510 |
'images/misterwong.gif',
|
511 |
'images/mixx.png',
|
512 |
'images/myshare.png',
|
513 |
+
'images/n4g.gif',
|
514 |
'images/netvouz.png',
|
515 |
'images/newsvine.png',
|
516 |
'images/nujij.gif',
|
577 |
$post = $wp_query->post;
|
578 |
$permalink = urlencode(get_permalink($post->ID));
|
579 |
$title = urlencode($post->post_title);
|
580 |
+
$title = str_replace('+','%20',$title);
|
581 |
$rss = urlencode(get_bloginfo('ref_url'));
|
582 |
|
583 |
$html .= "\n<div class=\"sociable\">\n<span class=\"sociable_tagline\">\n";
|