November 9th, 2010

I came across this problem recently for the WordPress plugin for AddThis. If you try and share a link with Facebook, or any of the social sites, it will only share your home page link and content, and not the page you’re currently on.

After much searching on the internet I came across this fix from the guys at AddThis:

To fix it, you need to go into wp-content/plugins/addthis/addthis_social_widget.php

Find this code:

addthis:url=”$link”

(It should be on line 342 and 350)

And remove it. Then upload your file, it should now share the individual page or post you’re on.

Leave a Reply