customizing addthis without appending #.T5pKaHkrKTY in the url

gomethi.g Apr 27, 2012 03:32AM EDT

Hi,
I am adding addthis share button in one of the webpage, that webpage will have Ajax search form and #keyword n the url to refer to the search results, so if i use add this, it treats addthis id as the keyword and doesn't give the result as expected, can we use the addthis share button without appending #.T5pKaHkrKTY in the url?

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Apr 27, 2012 11:56AM EDT
That's the address bar tracking code. To remove it add this to your code just before the </body> tag:

<script type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.data_track_addressbar = false
} else {
var addthis_config = {
data_track_addressbar: false
};
}
</script>

This question is closed to new answers.

Still need help?


General Topics

 

Developers