Fix For Digg Link in Sociable 3.4.4 WordPress Plugin

As you can probably see I use used to use the Sociable plugin on this blog. I recently realized that the Digg link was broken. Here is the fix:

Line 133 in wp-content/plugins/sociable/sociable.php reads:

'url' => 'http://digg.com/submit?phase=2&url=PERMALINK&title=TITLE&bodytext=EXCERPT',

Replace it with this:

'url' => 'http://digg.com/submit?url=PERMALINK&title=TITLE&bodytext=EXCERPT',

Or use this diff file on wp-content/plugins/sociable/sociable.php
sociable.php.diggFix

Related Posts

Tags: , , , , , , ,

Trackbacks/Pingbacks

  1. Fix For Digg Link in Sociable 3.4.4 Wordpress Plugin | ClassicalCode | Hot WP Themes - August 30, 2009

    [...] the original post here: Fix For Digg Link in Sociable 3.4.4 WordPress Plugin | ClassicalCode Related Posts:Indian Sociable WordPress Plugin releasedBest WordPress Plugins: Sociable Social [...]

Leave a Reply