The Pinterest button is not working anymore on my wordpress blog.
After selection of the image to publish ADDTHIS show me a list of services and no PINTEREST in that.
Nobody encounter this problem.
http://www.moowon.com
I also checked on ADDTHIS website and I got the same bug when I click on pinterest button in the example:
https://www.addthis.com/get/sharing?frm=hp#.UFBckESitL8
Here is my code
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style" addthis:url="<?php echo get_permalink() ?>" addthis:title="<?php the_title(); ?>">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet" tw:via="metwit"></a>
<a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal" pi:pinit:description="<?php the_title(); ?>"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true}; </script>
<!-- AddThis Button END -->
Any idea?
Thanks.
I had the same problem. I wrote to addthis.com’s support yesterday. It seems that the issue is fixed now without having to change any of my code.