Address bar sharing

emergingevents May 10, 2012 09:05AM EDT

Hi team

I am interested in your address bar sharing. When I read your configuration stuff it doesn't work. I am not web savvy. I need you to say copy here and go to this page and paste there. Simple.

Rest of my Addthis stuff is great. Appreciate your work.

Thanks
Peter

Up 0 Rated Down
Sol (AddThis Happiness Specialist) May 14, 2012 03:31PM EDT
Hi Peter, if you can provide me a link to your site, I can let you know exactly where to insert the code to enable Address Bar Sharing. If you want to try it on your own, search for:

addthis_config

if you find this in your code, you will have to append the following code:

data_track_addressbar: true

It should look something like:

var addthis_config =
{
[existing code]
data_track_addressbar: true
};

If you don't find addthis_config, simply add this above your code:

var addthis_config =
{
data_track_addressbar: true
};

And here is the full documentation, if you didn't find it yet:

http://support.addthis.com/customer/portal/articles/381254-address-bar-sharing-analytics

This question is closed to new answers.

Still need help?


General Topics

 

Developers