Return to Snippet

Revision: 20028
at November 4, 2009 17:46 by captbaritone


Initial Code
'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',

Initial URL
http://blog.classicalcode.com/2009/08/fix-for-digg-link-in-sociable-1-4-4-wordpress-plugin/

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

Initial Title
Fix For Digg Link in Sociable 3.4.4 Wordpress Plugin

Initial Tags
wordpress

Initial Language
PHP