sharing tool problems...

leblanc.sylvain Jun 26, 2012 03:54PM EDT

Hi,
I inserted the code lines (see below after the message),
and when I perform a test on my website,
I click on the Gmail icon it sends the following link:

http://cdn.cloudfiles.mosso.com/c157282/bbd65ae4fea80a8b054b5439e1349ee0.html#.T-nhrqtk2DU.gmail

when I click on that link I get a blank webpage with only the sharing tools icons..?? weird

How can I make sure that the sharing tools work and share my website?

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true}</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fe514f4460c7639"></script>;
<!-- AddThis Button END -->

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Jun 27, 2012 10:06AM EDT
The framework you're using puts the AddThis buttons in an iframe. When the share happens we detect the URL of that iframe rather than your home page. Change this:

<div class="addthis_toolbox addthis_default_style addthis_32x32_style">

to this:

<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url="THE URL" addthis:title"THE TITLE">

Replace THE URL and THE TITLE with the URL and title of your site, respectively.

This question is closed to new answers.

Still need help?


General Topics

 

Developers