Fix For Digg Link in Sociable 3.4.4 Wordpress Plugin

Aug 28, 2009

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