Address Bar sharing

mgp22 May 31, 2012 03:46AM EDT

I have a .NET site, and cannot find how to disable address bar sharing. AddThis is appending the #XXXXX to all my URLs. Not good. (I did not enable address bar sharing in the first place).

Up 1 Rated Down
Paul (AddThis Happiness Specialist) May 31, 2012 03:57PM EDT
Here's the code to disable address bar sharing:

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

Also, make sure you're not also tracking clicks since that also appends a code to the URL:

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

This question is closed to new answers.

Still need help?


General Topics

 

Developers