I can't add Pinterest button

latam Apr 13, 2012 06:36PM EDT

Hi I'm trying to add a pinterest button to this code:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:send="true"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e6f636f194223d3"></script>
<!-- AddThis Button END -->

But I just can't find in the documentation the correct syntax.

If you could help me, I will appreciate.

Up 0 Rated Down
francoboy77 Apr 17, 2012 02:58PM EDT
There you go, a little research could have been done from you.
http://support.addthis.com/customer/portal/articles/381237-third-party-buttons#pinterest-pinit

Your code :
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:send="true"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>


<a class="addthis_button_pinterest_pinit" pi:pinit:url="http://example.com" pi:pinit:media="http://example.com/images.jpg" pi:pinit:layout="horizontal"></a>

<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e6f636f194223d3"></script>
<!-- AddThis Button END -->​

By the way the pinterest button is bigger than the other, I think i'll be fix soon.

This question is closed to new answers.

Still need help?


General Topics

 

Developers