hi
We want to use our own facebook, twitter, etc buttons for sharing so that the buttons color matches the theme of the website.
Is there any way we can use our own icons instead of what addthis.com shows?
Thanks a ton!
Aditya
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_facebook"><img src="YOUR FACEBOOK 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.