Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)