Hi, All:
I got 2 issues, both are related with pinterest icons
1: Below is the add this html code i pasted on my page:
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" style="float: right;">
<a class="addthis_button_pinterest left_margin_2px"></a>
<a class="addthis_button_facebook left_margin_2px"></a>
<a class="addthis_button_twitter left_margin_2px"></a>
<a class="addthis_button_linkedin left_margin_2px"></a>
<a class="addthis_button_google_plusone_share left_margin_2px"></a>
<a class="addthis_button_email left_margin_2px"></a>
<a class="addthis_button_blogger left_margin_2px"></a>
<a class="addthis_button_amazonwishlist left_margin_2px"></a>
<a class="addthis_button_compact left_margin_2px"></a>
<a class="addthis_counter addthis_bubble_style left_margin_2px"></a>
</div>
<script type="text/javascript">
var addthis_config = {
"data_track_addressbar":true,
"services_overlay":'facebook,twitter,email,more,pinterest'};
</script>
<script type="text/javascript"
src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4fe99cc72e6e3dec"></script>
Everything works fine except the Icon for pinterest is smaller than others it seems just have 16*16 sizes.
2: Another issue is the image overlay, i add overlay on all images of my page, and also set the img size to 16*16, see below code snippt
<img src="http://imagesourceUrl" class="addthis_shareable addthis_16x16_style" addthis:url="url" addthis:title="title" >
All the icons has set to 16*16 size successfully, but the pinterest still be 32*32 size.
So could some one help us to resolve the pinterest icon issue?
In order for the Pinterest button to show up as the same as the other buttons is to use the Pinterest share button, like this:
<a class="addthis_button_pinterest_share"></a>
This will fix your image problem as well.
This question is closed to new answers.