The ShareThis site says to, "Copy the span tags and place them where you want your buttons to appear in the code." So, I've tried removing the AddThis code from my product.tpl and replacing it with the ShareThis code below.
Code: Select all
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
Code: Select all
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "xxxxxxxxxx", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
Or is it somewhere else as doing this doesn't work.
hope someone knows how to help.
