Title: [Plugin: Sociable] Problem posting to digg
Last modified: August 19, 2016

---

# [Plugin: Sociable] Problem posting to digg

 *  [aschearer](https://wordpress.org/support/users/aschearer/)
 * (@aschearer)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/)
 * When clicking the icon to submit a story to Digg the article is not correctly
   picked up because the URL is garbled. It appears that an ampersand is not correctly
   escaped. For instance go to my site, anotherearlymorning.com, click on a post,
   then try to submit it to digg.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [letsugo](https://wordpress.org/support/users/letsugo/)
 * (@letsugo)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171598)
 * I’m noticing the same issue on my site with links to Digg, Google, and Tumblr.
   I’m using Sociable 3.4.4, WordPress 2.8.3.
 *  [letsugo](https://wordpress.org/support/users/letsugo/)
 * (@letsugo)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171601)
 * Fixed, I think. In sociable.php, I changed the URLs to the following which appear
   to be working just fine:
 *     ```
       'Digg' => Array(
       		'favicon' => 'digg.png',
       		'url' => 'http://digg.com/submit?url=PERMALINK&title=TITLE',
       	),
   
       'Google' => Array (
       		'favicon' => 'googlebookmark.png',
       		'url' => 'http://www.google.com/bookmarks/mark?op=edit&bkmk=PERMALINK&title=TITLE&annotation=EXCERPT',
       		'description' => 'Google Bookmarks'
       	),
   
       'Tumblr' => Array(
       		'favicon' => 'tumblr.png',
       		'url' => 'http://www.tumblr.com/share?v=3&u=PERMALINK&t=TITLE&s=EXCERPT',
       	),
       ```
   
 *  [arif_iq](https://wordpress.org/support/users/arif_iq/)
 * (@arif_iq)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171675)
 * I faced the same issue for the other URLs also, did the same.
 * Just removed the **&amp** with semicolon and place the **&** only.
 * It works.
 *  [arif_iq](https://wordpress.org/support/users/arif_iq/)
 * (@arif_iq)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171676)
 *  [Truth](https://wordpress.org/support/users/truth/)
 * (@truth)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171677)
 * I made the changes above and it worked as well. Thanks! 🙂
 *  [aljungberg](https://wordpress.org/support/users/aljungberg/)
 * (@aljungberg)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171681)
 * I added the following line to `sociable.php`, just after line 637:
 * > `$url = str_replace('&amp ;', '&', $url);`
 * This fixed both my Digg and LinkedIn links as far as I can tell.
 * Edit: the forum doesn’t want to take my &amp ; bit. Just remove the space between&
   amp and ; and the code snippet above is correct.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Sociable] Problem posting to digg’ is closed to new replies.

 * 6 replies
 * 5 participants
 * Last reply from: [aljungberg](https://wordpress.org/support/users/aljungberg/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-sociable-problem-posting-to-digg/#post-1171681)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
