Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Sociable |
Version | 3.0.4 |
Comparing to | |
See all releases |
Code changes from version 3.0.3 to 3.0.4
- images/netvibes.png +0 -0
- readme.txt +4 -2
- sociable.php +6 -1
images/netvibes.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.1
|
7 |
-
stable tag: 3.0.
|
8 |
|
9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
10 |
|
@@ -14,11 +14,13 @@ Automatically add links to your favorite social bookmarking sites on your posts,
|
|
14 |
More info:
|
15 |
|
16 |
* More info on [Sociable](http://yoast.com/wordpress/sociable/), with info on how to add sites to it, and how to integrate it into your WordPress in other ways.
|
17 |
-
*
|
18 |
* Check out the other [Wordpress plugins](http://yoast.com/wordpress/) by the same author, and read his blog: [Yoast](http://yoast.com).
|
19 |
|
20 |
**Changelog**
|
21 |
|
|
|
|
|
22 |
* 3.0.2 Fixed CSS bug introduced in 3.0
|
23 |
* 3.0.1 Removed some other, now obsolete, code, reducing the code size by another 4KB.
|
24 |
* 3.0 Fixed IE bug in admin. Cleaned up Admin Area and changed support messages. Removed directory checking for all images (speeds up incredibly). Made display: inline !important to prevent vertical icon display. Updated Wykop icon.
|
4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
5 |
Requires at least: 2.2
|
6 |
Tested up to: 2.7.1
|
7 |
+
stable tag: 3.0.4
|
8 |
|
9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
10 |
|
14 |
More info:
|
15 |
|
16 |
* More info on [Sociable](http://yoast.com/wordpress/sociable/), with info on how to add sites to it, and how to integrate it into your WordPress in other ways.
|
17 |
+
* Check out the authors [WordPress Hosting](http://yoast.com/wordpress-hosting/) experience. Good hosting is hard to come by, but it doesn't have to be expensive, Joost tells you why!
|
18 |
* Check out the other [Wordpress plugins](http://yoast.com/wordpress/) by the same author, and read his blog: [Yoast](http://yoast.com).
|
19 |
|
20 |
**Changelog**
|
21 |
|
22 |
+
* 3.0.4 Added Netvibes
|
23 |
+
* 3.0.3 Security enhancements, thx to Mark Jaquith
|
24 |
* 3.0.2 Fixed CSS bug introduced in 3.0
|
25 |
* 3.0.1 Removed some other, now obsolete, code, reducing the code size by another 4KB.
|
26 |
* 3.0 Fixed IE bug in admin. Cleaned up Admin Area and changed support messages. Removed directory checking for all images (speeds up incredibly). Made display: inline !important to prevent vertical icon display. Updated Wykop icon.
|
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: 3.0.
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
@@ -333,6 +333,11 @@ $sociable_known_sites = Array(
|
|
333 |
'url' => 'http://www.n4g.com/tips.aspx?url=PERMALINK&title=TITLE',
|
334 |
),
|
335 |
|
|
|
|
|
|
|
|
|
|
|
336 |
'NewsVine' => Array(
|
337 |
'favicon' => 'newsvine.png',
|
338 |
'url' => 'http://www.newsvine.com/_tools/seed&save?u=PERMALINK&h=TITLE',
|
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: 3.0.4
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
333 |
'url' => 'http://www.n4g.com/tips.aspx?url=PERMALINK&title=TITLE',
|
334 |
),
|
335 |
|
336 |
+
'Netvibes' => Array(
|
337 |
+
'favicon' => 'netvibes.png',
|
338 |
+
'url' => 'http://www.netvibes.com/share?title=TITLE&url=PERMALINK',
|
339 |
+
),
|
340 |
+
|
341 |
'NewsVine' => Array(
|
342 |
'favicon' => 'newsvine.png',
|
343 |
'url' => 'http://www.newsvine.com/_tools/seed&save?u=PERMALINK&h=TITLE',
|