Hi,
We are using your javascript but giving our own image and title as our title needs to be translated for different languages. It is working fine but sometimes the facebook icon leads to twitter and twitter leads to googleplus and vice versa. We have these three sharing button on our page.
Kindly guide me on this.
Thanks,
Code
-------
<div class="addthis_toolbox addthis_default_style" >
<a class="addthis_button_preferred_1" rel="nofollow" title='abc'><CCIT.Tridion.Web:Image ID="Image1" runat="server" ImageUrl="/social/social_bar_facebook.png" AltKey="social_facebook_button" /></a>
<a class="addthis_button_preferred_1" rel="nofollow" title='abc'><CCIT.Tridion.Web:Image ID="Image2" runat="server" ImageUrl="/social/social_bar_twitter.png" AltKey="social_twitter_button" /></a>
<a class="addthis_button_preferred_1" rel="nofollow" title='abc'><CCIT.Tridion.Web:Image ID="Image3" runat="server" ImageUrl="/social/social_bar_google.png" AltKey="social_googleplus_button" /></a>
</div>
<CCIT.Tridion.Html:Script runat="server" ID="scriptAddThis" UseCDN="false" Source="http://s7.addthis.com/js/250/addthis_widget.js#async=1" type="text/javascript" />
This question is closed to new answers.