Hi,
I've just added code to http://www.buystubbyholders.com.au/products-page/stubby-holders/skinny-stubby/ and other products on this website, but for some users, when they click 'LinkedIn', it takes them to the email share instead.
Not happening for all users.
Is this a known problem, and how do I stop it?
Thanks,
Lee
Your markup is incorrect. You're using the wrong service codes. It's not addthis_button_preferred_twitter, just addthis_button_twitter. Change this code:
<a class="addthis_button_preferred_twitter"></a>
<a class="addthis_button_preferred_linkedin"></a>
<a class="addthis_button_preferred_facebook"></a>
To this:
<a class="addthis_button_twitter"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_facebook"></a>
This question is closed to new answers.