Fix For Digg Link in Sociable 3.4.4 WordPress Plugin
-
The Digg link in version 3.4.4 was not sending the information correctly.
Here is the fix:
Line 133 in wp-content/plugins/sociable/sociable.php reads:
'url' => 'https://digg.com/submit?phase=2&url=PERMALINK&title=TITLE&bodytext=EXCERPT',
Replace it with this:
'url' => 'https://digg.com/submit?url=PERMALINK&title=TITLE&bodytext=EXCERPT',
The diff file can be found on my blog here:
https://blog.classicalcode.com/2009/08/fix-for-digg-link-in-sociable-1-4-4-wordpress-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix For Digg Link in Sociable 3.4.4 WordPress Plugin’ is closed to new replies.