hello, i would like to place my own custom icon on pinterest share link. what would the code look like currently it looks like this
<a class="addthis_button_pinterest_pinit"></a>
Thanks
Using your own button is easy. Just create the image and make it available online. Then put the <img> tag inside of the button you'd like to use, like this:
<a class="addthis_button_pinterest"><img src="YOUR PINTEREST BUTTON"></a>
Replace YOUR FACEBOOK BUTTON with the URL of the button you'd like to use with Facebook. You'll have to do this separately for every button you want to use.
This question is closed to new answers.