Pinterest button overrides custom images

jared.pearlman Jun 27, 2012 11:37PM EDT

Hi,

I'm trying to customize the AddThis images. While Twitter and Facebook work like a charm, it seems that your default Pinterest image overrides my new one. Here's what my code looks like:

<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<div class="custom_images">
<a class="addthis_button_facebook">
<%= image_tag "facebook_alt.png" %>
</a>
<a class="addthis_button_twitter">
<%= image_tag "twitter_alt2.png" %></a>
<a class="addthis_button_pinterest">
<%= image_tag "pinterest_alt.png" %></a>
</a>
</div>
</div>

Let me know what I'm doing wrong!

Thanks,
Jared

Up -2 Rated Down
Paul (AddThis Happiness Specialist) Jun 28, 2012 03:28PM EDT
The Pinterest button is a third-party button, so it can't be customized. However, if you'd still like to share to Pinterest with a custom button use this code:

<a class="addthis_button_pinterest_share"><%= image_tag "pinterst_alt.png" %></a>

This question is closed to new answers.

Still need help?


General Topics

 

Developers