Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Sociable |
Version | 2.9.5 |
Comparing to | |
See all releases |
Code changes from version 2.9.4 to 2.9.5
- i18n/sociable-fr_FR.po +8 -0
- images/sphinn.gif +0 -0
- images/sphinn.png +0 -0
- images/twitter.gif +0 -0
- images/twitter.png +0 -0
- images/yahoobuzz.gif +0 -0
- readme.txt +2 -1
- sociable.php +16 -11
i18n/sociable-fr_FR.po
CHANGED
@@ -15,6 +15,14 @@ msgstr ""
|
|
15 |
"X-Poedit-Basepath: /home/malaprop/proj/sociable\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
#: sociable.php:302
|
19 |
msgid "These icons link to social bookmarking sites where readers can share and discover new web pages."
|
20 |
msgstr "Ces icônes sont des liens vers des sites de partage de signet sociaux où les lecteurs peuvent partager et découvrir de nouveaux liens."
|
15 |
"X-Poedit-Basepath: /home/malaprop/proj/sociable\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: sociable.php:172
|
19 |
+
msgid "E-mail this story to a friend!"
|
20 |
+
msgstr "Envoyez cette page à un ami par courriel!"
|
21 |
+
|
22 |
+
#: sociable.php:368
|
23 |
+
msgid "Print this article!"
|
24 |
+
msgstr "Imprimez cet article!"
|
25 |
+
|
26 |
#: sociable.php:302
|
27 |
msgid "These icons link to social bookmarking sites where readers can share and discover new web pages."
|
28 |
msgstr "Ces icônes sont des liens vers des sites de partage de signet sociaux où les lecteurs peuvent partager et découvrir de nouveaux liens."
|
images/sphinn.gif
ADDED
Binary file
|
images/sphinn.png
DELETED
Binary file
|
images/twitter.gif
ADDED
Binary file
|
images/twitter.png
DELETED
Binary file
|
images/yahoobuzz.gif
ADDED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.
|
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.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/)
|
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.5
|
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.5 Fixed Fark & Propeller links, added missing i18n strings, added Yahoo Buzz
|
23 |
* 2.9.4 Removed PopCurrent and Rawsugar as they no longer exist, renamed BlueDot to Faves
|
24 |
* 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.
|
25 |
* 2.9.2 Added Swedish and Chinese localisations, thx to [Mikael Jorhult](http://www.mishkin.se/) and [Hugo Chen](http://take-ez.com/)
|
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 |
|
@@ -169,7 +169,7 @@ $sociable_known_sites = Array(
|
|
169 |
'email' => Array(
|
170 |
'favicon' => 'email_link.png',
|
171 |
'url' => 'mailto:?subject=TITLE&body=PERMALINK',
|
172 |
-
'description' => 'E-mail this story to a friend!',
|
173 |
),
|
174 |
|
175 |
'Facebook' => Array(
|
@@ -179,9 +179,7 @@ $sociable_known_sites = Array(
|
|
179 |
|
180 |
'Fark' => Array(
|
181 |
'favicon' => 'fark.png',
|
182 |
-
'url' => 'http://cgi.fark.com/cgi/fark/
|
183 |
-
// To post to a different category, see the drop-down box labeled "Link Type" at
|
184 |
-
// http://cgi.fark.com/cgi/fark/submit.pl for a complete list
|
185 |
),
|
186 |
|
187 |
'feedmelinks' => Array(
|
@@ -367,12 +365,12 @@ $sociable_known_sites = Array(
|
|
367 |
'Print' => Array(
|
368 |
'favicon' => 'printer.png',
|
369 |
'url' => 'javascript:window.print();',
|
370 |
-
'description' => 'Print this article!',
|
371 |
),
|
372 |
|
373 |
'Propeller' => Array(
|
374 |
'favicon' => 'propeller.gif',
|
375 |
-
'url' => 'http://www.propeller.com/submit/?
|
376 |
),
|
377 |
|
378 |
'Ratimarks' => Array(
|
@@ -447,7 +445,7 @@ $sociable_known_sites = Array(
|
|
447 |
),
|
448 |
|
449 |
'Sphinn' => Array(
|
450 |
-
'favicon' => 'sphinn.
|
451 |
'url' => 'http://sphinn.com/submit.php?url=PERMALINK&title=TITLE',
|
452 |
),
|
453 |
|
@@ -477,7 +475,7 @@ $sociable_known_sites = Array(
|
|
477 |
),
|
478 |
|
479 |
'TwitThis' => Array(
|
480 |
-
'favicon' => 'twitter.
|
481 |
'url' => 'http://twitter.com/home?status=PERMALINK',
|
482 |
),
|
483 |
|
@@ -527,6 +525,12 @@ $sociable_known_sites = Array(
|
|
527 |
'url' => 'http://www.xerpi.com/block/add_link_from_extension?url=PERMALINK&title=TITLE',
|
528 |
),
|
529 |
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
'YahooMyWeb' => Array(
|
531 |
'favicon' => 'yahoomyweb.png',
|
532 |
'url' => 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=PERMALINK&=TITLE',
|
@@ -620,19 +624,20 @@ $sociable_files = Array(
|
|
620 |
'images/smarking.png',
|
621 |
'images/socialogs.gif',
|
622 |
'images/sphere.png',
|
623 |
-
'images/sphinn.
|
624 |
'images/spurl.png',
|
625 |
'images/stumbleupon.png',
|
626 |
'images/taggly.png',
|
627 |
'images/tailrank.png',
|
628 |
'images/technorati.png',
|
629 |
-
'images/twitter.
|
630 |
'images/upnews.gif',
|
631 |
'images/webnews.gif',
|
632 |
'images/webride.png',
|
633 |
'images/wikio.gif',
|
634 |
'images/wists.png',
|
635 |
'images/wykop.gif',
|
|
|
636 |
'images/yahoomyweb.png',
|
637 |
'images/yiggit.png',
|
638 |
'jquery/',
|
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.5
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
169 |
'email' => Array(
|
170 |
'favicon' => 'email_link.png',
|
171 |
'url' => 'mailto:?subject=TITLE&body=PERMALINK',
|
172 |
+
'description' => __('E-mail this story to a friend!','sociable'),
|
173 |
),
|
174 |
|
175 |
'Facebook' => Array(
|
179 |
|
180 |
'Fark' => Array(
|
181 |
'favicon' => 'fark.png',
|
182 |
+
'url' => 'http://cgi.fark.com/cgi/fark/farkit.pl?h=TITLE&u=PERMALINK',
|
|
|
|
|
183 |
),
|
184 |
|
185 |
'feedmelinks' => Array(
|
365 |
'Print' => Array(
|
366 |
'favicon' => 'printer.png',
|
367 |
'url' => 'javascript:window.print();',
|
368 |
+
'description' => __('Print this article!', 'sociable'),
|
369 |
),
|
370 |
|
371 |
'Propeller' => Array(
|
372 |
'favicon' => 'propeller.gif',
|
373 |
+
'url' => 'http://www.propeller.com/submit/?url=PERMALINK',
|
374 |
),
|
375 |
|
376 |
'Ratimarks' => Array(
|
445 |
),
|
446 |
|
447 |
'Sphinn' => Array(
|
448 |
+
'favicon' => 'sphinn.gif',
|
449 |
'url' => 'http://sphinn.com/submit.php?url=PERMALINK&title=TITLE',
|
450 |
),
|
451 |
|
475 |
),
|
476 |
|
477 |
'TwitThis' => Array(
|
478 |
+
'favicon' => 'twitter.gif',
|
479 |
'url' => 'http://twitter.com/home?status=PERMALINK',
|
480 |
),
|
481 |
|
525 |
'url' => 'http://www.xerpi.com/block/add_link_from_extension?url=PERMALINK&title=TITLE',
|
526 |
),
|
527 |
|
528 |
+
'YahooBuzz' => Array(
|
529 |
+
'favicon' => 'yahoobuzz.gif',
|
530 |
+
'url' => 'http://buzz.yahoo.com/submit/?submitUrl=PERMALINK&submitHeadline=TITLE&submitSummary=EXCERPT&submitCategory=science&submitAssetType=text',
|
531 |
+
'description' => 'Yahoo! Buzz',
|
532 |
+
),
|
533 |
+
|
534 |
'YahooMyWeb' => Array(
|
535 |
'favicon' => 'yahoomyweb.png',
|
536 |
'url' => 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=PERMALINK&=TITLE',
|
624 |
'images/smarking.png',
|
625 |
'images/socialogs.gif',
|
626 |
'images/sphere.png',
|
627 |
+
'images/sphinn.gif',
|
628 |
'images/spurl.png',
|
629 |
'images/stumbleupon.png',
|
630 |
'images/taggly.png',
|
631 |
'images/tailrank.png',
|
632 |
'images/technorati.png',
|
633 |
+
'images/twitter.gif',
|
634 |
'images/upnews.gif',
|
635 |
'images/webnews.gif',
|
636 |
'images/webride.png',
|
637 |
'images/wikio.gif',
|
638 |
'images/wists.png',
|
639 |
'images/wykop.gif',
|
640 |
+
'images/yahoobuzz.gif',
|
641 |
'images/yahoomyweb.png',
|
642 |
'images/yiggit.png',
|
643 |
'jquery/',
|