here is an example of the counter showing different counts based on whether the url has www. or not.
with
http://www.barrfoundation.org/news/announcing-barrs-new-senior-program-officer-for-the-arts/
without
barrfoundation.org/news/announcing-barrs-new-senior-program-officer-for-the-arts/
Is there any way to set the counters so that they are the same no matter the URL?
AddThis counters are linked to the URL, so the only way to make the counters consistent is to set the URL to share to be either the www or non-www version, like this:
<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.