I'm using AddThis on my application, which displays a count of how many times the particular web page has been shared through one of the social networks available.
However, it seems this count increases even without actually sharing. For example, I can click on the Twitter icon, and the count will increase before I've actually submitted a tweet.
I thought this might just be a UI feature, but it seems the count is actually recorded as a refresh doesn't reset the count.
Here is a jsFiddle demo which shows how the count increases per click of an icon:
Are there any AddThis configuration settings for preventing this count from increasing, except when the page is actually shared?