I know the code of weibo is
<a class="addthis_button_ sinaweibo"></a>
But how to add counter and customize the icon?, it's too small
Thx
We don't support a Sina WeiBo counter, but if you want to customize the image just put an <img> tag inside the button, like this:
<a class="addthis_button_sinaweibo"><img src="your_image.png"></a>
Replace your_image.png with the URL of the image you'd like to use.
This question is closed to new answers.