Fix For Digg Link in Sociable 3.4.4 Wordpress Plugin


/ Published in: PHP
Save to your folder(s)

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:


Copy this code and paste it in your HTML
  1. 'url' => 'http://digg.com/submit?phase=2&url=PERMALINK&title=TITLE&bodytext=EXCERPT',
  2.  
  3. // Replace it with this:
  4.  
  5. 'url' => 'http://digg.com/submit?url=PERMALINK&title=TITLE&bodytext=EXCERPT',

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.