• Different Image
• Image and Text
• Just Text
• Email-Only Button
• AddThis Icons, Sharing Buttons & Custom Service Icons
• API Reference
• Image and Text
• Just Text
• Email-Only Button
• AddThis Icons, Sharing Buttons & Custom Service Icons
• API Reference
Looking for third-party (Facebook Like, Google +1, etc.) button reference? See our third-party button reference.
You can use any image for your AddThis button. You can also use text, or a combination of image and button.
Different Image
-
<img src="http://s7.addthis.com/static/btn/sm-plus.gif"> - This is an alternate button we created. You can use this or your own image.
<a class="addthis_button" href="http://www.addthis.com/bookmark.php">
<img src="http://s7.addthis.com/static/btn/sm-plus.gif"
width="16" height="16" border="0" alt="Share" /></a>
Image and Text
-
style="text-decoration:none;"(Optional) - This turns off the underline when the mouse is over the button.
<a href="http://www.addthis.com/bookmark.php"
class="addthis_button"
style="text-decoration:none;">
<img src="http://s7.addthis.com/static/btn/sm-plus.gif"
width="16" height="16" border="0" alt="Share" /> Share</a>
Just Text
<a href="http://www.addthis.com/bookmark.php" style="text-decoration:none;" class="addthis_button">Bookmark or Share</a>
Email-Only Button
You can create an email-only popup form using the CSS class addthis_button_email. This will not affect other AddThis buttons on the page.
<a href="http://www.addthis.com/bookmark.php"
class="addthis_button_email">
<img src="http://s7.addthis.com/button1-email.gif"
width="54" height="16" border="0" alt="Email" /></a>
API Reference
Check out the full Client API specification to learn more.