Why our url redirects to a strange url after I use addthis in our site?

mingdawriter Jul 15, 2012 03:36AM EDT

Hello,

I am using addthis in our site. But some of our customers tell me that the urls redirects to a strange one, though the content of the url does not change. For example, the url: http://a.com/b, it will redirects to http://a.com/b#534u13df. Not all the platforms have this redirection. My computer does not see this problem. But many others tell me they encounter this problem.

Our site is: http://www.clinictime.net/

Please help me. Thanks!

1 Community Answers

Paul Jul 18, 2012 10:03AM EDT

That code is added to do our click tracking, which gives you information about the people who return to your site from shared links. If they're causing trouble you can disable them by setting the data_track_clickback option to false like this:

<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_clickback = false;
</script>

More information on click tracking is available here: http://support.addthis.com/customer/portal/articles/381252-click-tracking


This question is closed to new answers.

Still need help?


General Topics

 

Developers