Fixed Incorrect Twitter Share Links
-
In sociable/includes/skyscraper_output.php around line 1159 it had urlencode($url) instead of urlencode($permalink). It works for me now after making that minor change.
'url' => 'http://twitter.com/intent/tweet?text='.urlencode($title).' - '.urlencode($permalink).' '.urlencode($tag_share).' ',
The topic ‘Fixed Incorrect Twitter Share Links’ is closed to new replies.