can I put more than follow button of the same icon?

canaryfans May 20, 2012 01:09PM EDT

I have three facebook pages for my my site, so I want to add follow buttons to my site and I want to add three facebook buttons but diffenet url for each.

I tried it and it is worked

<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid=""></a>
<a class="addthis_button_twitter_follow" addthis:userid=""></a>
<a class="addthis_button_google_follow" addthis:userid=""></a>
<a class="addthis_button_facebook_follow" addthis:userid=""></a>
<a class="addthis_button_youtube_follow" addthis:userid=""></a>
<a class="addthis_button_rss_follow" addthis:url=""></a>
<a class="addthis_button_facebook_follow" addthis:userid=""></a>

but after that all the url address for my pages letters are added at the end of the url like this:

index.php#.T7kaHlLuiuY


these characters ( #.T7kaHlLuiuY ), they are weird and I do not know why the show. when I remove the follow share buttons they disappeared.
I tried different browsers and different computers and all they show those characters.

There are no errors.

I put the script in the header and here it is :

<script type="text/javascript">
var addthis_config = {"data_track_clickback":true, "data_track_addressbar":true, ui_cobrand:"*********"};
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=***********"></script>

1 Community Answers

Paul May 21, 2012 11:04AM EDT

Looks like you've enabled address bar tracking which appends those parameters to your URL. They're there so that we can collect analytics when someone copies the URL out of the address bar instead of going through our sharing tool. It shouldn't affect people linking to your site and can provide insight into what content is the most popular on your site.

If they're not wanted or are causing issues, you're free to disable address bark sharing tracking. Just change this:

<script type="text/javascript">
var addthis_config = {"data_track_clickback":true, "data_track_addressbar":true, ui_cobrand:"*********"};
</script>

To this:

<script type="text/javascript">
var addthis_config = {"data_track_clickback":true, ui_cobrand:"*********"};
</script>

More information about address bar sharing analytics is available here: http://www.addthis.com/help/address-bar-sharing-analytics


Post Your Public Answer

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

Still need help?


General Topics

 

Developers