Sociable - Version 2.5.2

Version Description

Download this release

Release Info

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

Code changes from version 2.5.1 to 2.5.2

images/ekudos.gif ADDED
Binary file
images/misterwong.gif CHANGED
Binary file
images/nujij.gif ADDED
Binary file
images/sk-rt.png ADDED
Binary file
images/socialogs.gif ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
@@ -19,21 +19,27 @@ More info:
19
 
20
  Changelog
21
 
22
- 2.5.1. Swapped Netscape for Propeller
 
 
 
23
 
24
  == Installation ==
25
 
26
  Download, Upgrading, Installation:
27
 
28
  Upgrade
 
29
  1. First deactivate Sociable
30
  1. Remove the `sociable` directory
31
 
32
  Install
 
33
  1. Unzip the `sociable.zip` file.
34
  1. Upload the the `sociable` folder (not just the files in it!) to your `wp-contents/plugins` folder. If you're using FTP, use 'binary' mode.
35
 
36
  Activate
 
37
  1. In your WordPress administration, go to the Plugins page
38
  1. Activate the Sociable plugin and a subpage for Sociable will appear
39
  in your Options menu.
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.2
8
 
9
  Automatically add links on your posts to popular social bookmarking sites.
10
 
19
 
20
  Changelog
21
 
22
+ 2.5.2 Added Sk-rt, Socialogs, MisterWong.de, NuJIJ and eKudos
23
+ Fixed some validation issues
24
+
25
+ 2.5.1 Swapped Netscape for Propeller
26
 
27
  == Installation ==
28
 
29
  Download, Upgrading, Installation:
30
 
31
  Upgrade
32
+
33
  1. First deactivate Sociable
34
  1. Remove the `sociable` directory
35
 
36
  Install
37
+
38
  1. Unzip the `sociable.zip` file.
39
  1. Upload the the `sociable` folder (not just the files in it!) to your `wp-contents/plugins` folder. If you're using FTP, use 'binary' mode.
40
 
41
  Activate
42
+
43
  1. In your WordPress administration, go to the Plugins page
44
  1. Activate the Sociable plugin and a subpage for Sociable will appear
45
  in your Options menu.
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.1
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
  */
@@ -73,7 +73,7 @@ $sociable_known_sites = Array(
73
 
74
  'blogtercimlap' => Array(
75
  'favicon' => 'blogter.png',
76
- 'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&title=TITLE&amp;url=PERMALINK',
77
  ),
78
 
79
  'Blue Dot' => Array(
@@ -131,6 +131,11 @@ $sociable_known_sites = Array(
131
  'description' => 'description',
132
  ),
133
 
 
 
 
 
 
134
  'Facebook' => Array(
135
  'favicon' => 'facebook.png',
136
  'url' => 'http://www.facebook.com/sharer.php?u=PERMALINK&amp;t=TITLE',
@@ -160,7 +165,7 @@ $sociable_known_sites = Array(
160
 
161
  'Google' => Array (
162
  'favicon' => 'googlebookmark.png',
163
- 'url' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=PERMALINK&amp;title=TITLE'
164
  ),
165
 
166
  'Gwar' => Array(
@@ -223,6 +228,11 @@ $sociable_known_sites = Array(
223
  'url' => 'http://www.mister-wong.com/addurl/?bm_url=PERMALINK&amp;bm_description=TITLE&amp;plugin=soc',
224
  ),
225
 
 
 
 
 
 
226
  'Mixx' => Array(
227
  'favicon' => 'mixx.png',
228
  'url' => 'http://www.mixx.com/submit?page_url=PERMALINK&amp;title=TITLE',
@@ -243,6 +253,11 @@ $sociable_known_sites = Array(
243
  'url' => 'http://www.netvouz.com/action/submitBookmark?url=PERMALINK&amp;title=TITLE&amp;popup=no',
244
  ),
245
 
 
 
 
 
 
246
  'PlugIM' => Array(
247
  'favicon' => 'plugim.png',
248
  'url' => 'http://www.plugim.com/submit?url=PERMALINK&amp;title=TITLE',
@@ -301,6 +316,11 @@ $sociable_known_sites = Array(
301
  'url' => 'http://www.simpy.com/simpy/LinkAdd.do?href=PERMALINK&amp;title=TITLE',
302
  ),
303
 
 
 
 
 
 
304
  'Slashdot' => Array(
305
  'favicon' => 'slashdot.png',
306
  'url' => 'http://slashdot.org/bookmark.pl?title=TITLE&amp;url=PERMALINK',
@@ -311,6 +331,11 @@ $sociable_known_sites = Array(
311
  'url' => 'http://smarking.com/editbookmark/?url=PERMALINK&amp;title=TITLE',
312
  ),
313
 
 
 
 
 
 
314
  'Spurl' => Array(
315
  'favicon' => 'spurl.png',
316
  'url' => 'http://www.spurl.net/spurl.php?url=PERMALINK&amp;title=TITLE',
@@ -323,7 +348,7 @@ $sociable_known_sites = Array(
323
 
324
  'Sphinn' => Array(
325
  'favicon' => 'sphinn.png',
326
- 'url' => 'http://sphinn.com/submit.php?url=PERMALINK&title=TITLE',
327
  ),
328
 
329
  'StumbleUpon' => Array(
@@ -403,6 +428,7 @@ $sociable_files = Array(
403
  'images/digg.png',
404
  'images/dotnetkicks.png',
405
  'images/dzone.png',
 
406
  'images/facebook.png',
407
  'images/fark.png',
408
  'images/feedmelinks.png',
@@ -426,6 +452,7 @@ $sociable_files = Array(
426
  'images/myshare.png',
427
  'images/netvouz.png',
428
  'images/newsvine.png',
 
429
  'images/plugim.png',
430
  'images/popcurrent.png',
431
  'images/ppnow.png',
@@ -437,8 +464,10 @@ $sociable_files = Array(
437
  'images/scuttle.png',
438
  'images/shadows.png',
439
  'images/simpy.png',
 
440
  'images/slashdot.png',
441
  'images/smarking.png',
 
442
  'images/sphere.png',
443
  'images/sphinn.png',
444
  'images/spurl.png',
@@ -819,4 +848,4 @@ function sociable_submenu() {
819
  <?php
820
  }
821
 
822
- ?>
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.2
7
  Author: Joost de Valk
8
  Author URI: http://www.joostdevalk.nl/
9
  */
73
 
74
  'blogtercimlap' => Array(
75
  'favicon' => 'blogter.png',
76
+ 'url' => 'http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=TITLE&amp;url=PERMALINK',
77
  ),
78
 
79
  'Blue Dot' => Array(
131
  'description' => 'description',
132
  ),
133
 
134
+ 'eKudos' => Array(
135
+ 'favicon' => 'ekudos.gif',
136
+ 'url' => 'http://www.ekudos.nl/artikel/nieuw?url=PERMALINK&amp;title=TITLE',
137
+ ),
138
+
139
  'Facebook' => Array(
140
  'favicon' => 'facebook.png',
141
  'url' => 'http://www.facebook.com/sharer.php?u=PERMALINK&amp;t=TITLE',
165
 
166
  'Google' => Array (
167
  'favicon' => 'googlebookmark.png',
168
+ 'url' => 'http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=PERMALINK&amp;title=TITLE'
169
  ),
170
 
171
  'Gwar' => Array(
228
  'url' => 'http://www.mister-wong.com/addurl/?bm_url=PERMALINK&amp;bm_description=TITLE&amp;plugin=soc',
229
  ),
230
 
231
+ 'MisterWong.DE' => Array(
232
+ 'favicon' => 'misterwong.gif',
233
+ 'url' => 'http://www.mister-wong.de/addurl/?bm_url=PERMALINK&amp;bm_description=TITLE&amp;plugin=soc',
234
+ ),
235
+
236
  'Mixx' => Array(
237
  'favicon' => 'mixx.png',
238
  'url' => 'http://www.mixx.com/submit?page_url=PERMALINK&amp;title=TITLE',
253
  'url' => 'http://www.netvouz.com/action/submitBookmark?url=PERMALINK&amp;title=TITLE&amp;popup=no',
254
  ),
255
 
256
+ 'NuJIJ' => Array(
257
+ 'favicon' => 'nujij.gif',
258
+ 'url' => 'http://nujij.nl/jij.lynkx?t=TITLE&amp;u=PERMALINK',
259
+ ),
260
+
261
  'PlugIM' => Array(
262
  'favicon' => 'plugim.png',
263
  'url' => 'http://www.plugim.com/submit?url=PERMALINK&amp;title=TITLE',
316
  'url' => 'http://www.simpy.com/simpy/LinkAdd.do?href=PERMALINK&amp;title=TITLE',
317
  ),
318
 
319
+ 'Sk-rt' => Array(
320
+ 'favicon' => 'sk-rt.png',
321
+ 'url' => 'http://www.sk-rt.com/submit.php?url=PERMALINK&amp;title=TITLE',
322
+ ),
323
+
324
  'Slashdot' => Array(
325
  'favicon' => 'slashdot.png',
326
  'url' => 'http://slashdot.org/bookmark.pl?title=TITLE&amp;url=PERMALINK',
331
  'url' => 'http://smarking.com/editbookmark/?url=PERMALINK&amp;title=TITLE',
332
  ),
333
 
334
+ 'Socialogs' => Array(
335
+ 'favicon' => 'socialogs.gif',
336
+ 'url' => 'http://socialogs.com/add_story.php?story_url=PERMALINK&amp;story_title=TITLE',
337
+ ),
338
+
339
  'Spurl' => Array(
340
  'favicon' => 'spurl.png',
341
  'url' => 'http://www.spurl.net/spurl.php?url=PERMALINK&amp;title=TITLE',
348
 
349
  'Sphinn' => Array(
350
  'favicon' => 'sphinn.png',
351
+ 'url' => 'http://sphinn.com/submit.php?url=PERMALINK&amp;title=TITLE',
352
  ),
353
 
354
  'StumbleUpon' => Array(
428
  'images/digg.png',
429
  'images/dotnetkicks.png',
430
  'images/dzone.png',
431
+ 'images/ekudos.gif',
432
  'images/facebook.png',
433
  'images/fark.png',
434
  'images/feedmelinks.png',
452
  'images/myshare.png',
453
  'images/netvouz.png',
454
  'images/newsvine.png',
455
+ 'images/nujij.gif',
456
  'images/plugim.png',
457
  'images/popcurrent.png',
458
  'images/ppnow.png',
464
  'images/scuttle.png',
465
  'images/shadows.png',
466
  'images/simpy.png',
467
+ 'images/sk-rt.png',
468
  'images/slashdot.png',
469
  'images/smarking.png',
470
+ 'images/socialogs.gif',
471
  'images/sphere.png',
472
  'images/sphinn.png',
473
  'images/spurl.png',
848
  <?php
849
  }
850
 
851
+ ?>