Hey
First of all, great script! I love the analytics thing, and it is very easy to implant. But i have a problem which i hope somebody can help with. Second of all, sorry for my English (I'm a crasy Dane) :-)
On my domain i have something like mydomain.com/index.php but when i put the script on the page, it's adding something like #.T60o2lJlKVE to the URL. The website is 100% valid, and i have no problems of viewing it. I'm just sick and tired of seeing that thing. Can it get removed?
For the infomation i use php include and have the script in a single file.
Peace and thanks!
Best Regards
Michael Bay
Those characters are address bar sharing codes. They're there so that we can collect analytics when someone copies the URL out of the address bar instead of going through our sharing tool
If they're not wanted or are causing issues, you're free to disable address bark sharing tracking. Just adjust your addthis_config variable like this:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = false;
</script>
More information about address bar sharing is available here: http://support.addthis.com/customer/portal/articles/381254-address-bar-sharing-analytics