Sociable - Version 3.3.5

Version Description

  • Added a Hyves button.
  • Fixed MSN Reporter button.
Download this release

Release Info

Developer joostdevalk
Plugin Icon wp plugin Sociable
Version 3.3.5
Comparing to
See all releases

Code changes from version 3.3.4 to 3.3.5

Files changed (3) hide show
  1. images/hyves.png +0 -0
  2. readme.txt +4 -0
  3. sociable.php +7 -2
images/hyves.png ADDED
Binary file
readme.txt CHANGED
@@ -25,6 +25,10 @@ More info:
25
 
26
  == Changelog ==
27
 
 
 
 
 
28
  = 3.3.4 =
29
  * Fixed RSS.
30
 
25
 
26
  == Changelog ==
27
 
28
+ = 3.3.5 =
29
+ * Added a Hyves button.
30
+ * Fixed MSN Reporter button.
31
+
32
  = 3.3.4 =
33
  * Fixed RSS.
34
 
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.
6
- Version: 3.3.4
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
@@ -206,6 +206,11 @@ $sociable_known_sites = Array(
206
  'url' => 'http://www.hemidemi.com/user_bookmark/new?title=TITLE&url=PERMALINK',
207
  ),
208
 
 
 
 
 
 
209
  'Identi.ca' => Array(
210
  'favicon' => 'identica.png',
211
  'url' => 'http://identi.ca/notice/new?status_textarea=PERMALINK',
@@ -294,7 +299,7 @@ $sociable_known_sites = Array(
294
 
295
  'MSNReporter' => Array(
296
  'favicon' => 'msnreporter.png',
297
- 'url' => 'http://reporter.msn.nl/?fn=contribute&Title=TITLE&URL=PERMALINK&cat_id=6&tag_id=31&Remark=EXCERPT',
298
  'description' => 'MSN Reporter'
299
  ),
300
 
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.
6
+ Version: 3.3.5
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
206
  'url' => 'http://www.hemidemi.com/user_bookmark/new?title=TITLE&url=PERMALINK',
207
  ),
208
 
209
+ 'Hyves' => Array(
210
+ 'favicon' => 'hyves.png',
211
+ 'url' => 'http://www.hyves.nl/profilemanage/add/tips/?name=TITLE&text=EXCERPT+PERMALINK&rating=5',
212
+ ),
213
+
214
  'Identi.ca' => Array(
215
  'favicon' => 'identica.png',
216
  'url' => 'http://identi.ca/notice/new?status_textarea=PERMALINK',
299
 
300
  'MSNReporter' => Array(
301
  'favicon' => 'msnreporter.png',
302
+ 'url' => 'http://reporter.nl.msn.com/?fn=contribute&Title=TITLE&URL=PERMALINK&cat_id=6&tag_id=31&Remark=EXCERPT',
303
  'description' => 'MSN Reporter'
304
  ),
305