Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Sociable |
Version | 2.9.12 |
Comparing to | |
See all releases |
Code changes from version 2.9.11 to 2.9.12
- images/tipd.png +0 -0
- readme.txt +2 -1
- sociable.php +9 -3
images/tipd.png
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.7
|
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.11 Added settings link and Ozh admin menu icon
|
23 |
* 2.9.10 Fixes issue with excerpt not being urlencoded
|
24 |
* 2.9.9 Fixes for the custom fields issue.
|
4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
5 |
Requires at least: 2.2
|
6 |
Tested up to: 2.7
|
7 |
+
stable tag: 2.9.12
|
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.12 Added Tip'd
|
23 |
* 2.9.11 Added settings link and Ozh admin menu icon
|
24 |
* 2.9.10 Fixes issue with excerpt not being urlencoded
|
25 |
* 2.9.9 Fixes for the custom fields issue.
|
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 |
|
@@ -484,9 +484,14 @@ $sociable_known_sites = Array(
|
|
484 |
'url' => 'http://www.thisnext.com/pick/new/submit/sociable/?url=PERMALINK&name=TITLE',
|
485 |
),
|
486 |
|
|
|
|
|
|
|
|
|
|
|
487 |
'Tumblr' => Array(
|
488 |
-
|
489 |
-
|
490 |
),
|
491 |
|
492 |
'TwitThis' => Array(
|
@@ -647,6 +652,7 @@ $sociable_files = Array(
|
|
647 |
'images/taggly.png',
|
648 |
'images/tailrank.png',
|
649 |
'images/technorati.png',
|
|
|
650 |
'images/twitter.gif',
|
651 |
'images/tumblr.gif',
|
652 |
'images/upnews.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.12
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
484 |
'url' => 'http://www.thisnext.com/pick/new/submit/sociable/?url=PERMALINK&name=TITLE',
|
485 |
),
|
486 |
|
487 |
+
'Tipd' => Array(
|
488 |
+
'favicon' => 'tipd.png',
|
489 |
+
'url' => 'http://tipd.com/submit.php?url=PERMALINK',
|
490 |
+
),
|
491 |
+
|
492 |
'Tumblr' => Array(
|
493 |
+
'favicon' => 'tumblr.gif',
|
494 |
+
'url' => 'http://www.tumblr.com/share?v=3&u=PERMALINK&t=TITLE&s=',
|
495 |
),
|
496 |
|
497 |
'TwitThis' => Array(
|
652 |
'images/taggly.png',
|
653 |
'images/tailrank.png',
|
654 |
'images/technorati.png',
|
655 |
+
'images/tipd.png',
|
656 |
'images/twitter.gif',
|
657 |
'images/tumblr.gif',
|
658 |
'images/upnews.gif',
|