I added link rel="canonical" to my pages and it seems like addThis obeys them.
When i click "Tweet" or "Like" or "G+" the URL it tries to share is the one specified in link rel="canonical".
The counters also belongs to the same url.
So .. I don't want that. I want it to work based on the URL on which it is present and not the one based on rel="canonical".
Regards
To define the URL to share you set it in the toolbox div and override the rel="canonical":
<div class="addthis_toolbox addthis_default_style " addthis:url="THE URL">
Replace THE URL with the URL of the page you'd like to share.
This question is closed to new answers.