Is there a way to disable hashtags

caractereschinois May 30, 2012 06:11PM EDT

Hi,
My site is in jQuery mobile, which means that all the content is loaded dynamically and anything after the hashtag is assumed to be a dynamically loaded page.
From this, any add_this link will be broken because, jQuery mobile will assume the id after the hashtag is some content to download and fails miserably.

Is there a way to make add_this work without hashtags? I am ready to get rid of counter tracking if it is necessary, still better than breaking all my social links right?

Thanks a lot for your help

1 Community Answers

Paul May 31, 2012 03:37PM EDT

You can get rid of them by disabling address bar and click tracking, like this:

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


Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers