Button going to wrong share link

webgrow Jul 10, 2012 12:11AM EDT

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

1 Community Answers

Paul Sep 07, 2012 11:37AM EDT

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.

Still need help?


General Topics

 

Developers