Instructions
Install the Latest AddThis Menu On Your Website
HTML
This is the HTML portion of the code. We'd recommend placing the code at or near the bottom of your page, before the closing <BODY> tag.
<div class="addthis_toolbox addthis_peekaboo_style addthis_default_style addthis_label_style addthis_32x32_style"> <a class="addthis_button_more">Share</a> <ul> <li><a class="addthis_button_preferred_1"></a></li> <li><a class="addthis_button_preferred_2"></a></li> <li><a class="addthis_button_preferred_3"></a></li> </ul> </div>Copy Code
Javascript
Here's the javascript code that you'll need to add to your webpage, in addition to the HTML code above. As a best practice, it's suggested that you include it at the bottom or footer of your HTML page.
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=[YOUR PROFILE ID HERE]"></script>
Copy Code
Important:
Be sure to replace [YOUR PROFILE ID HERE] with your Profile ID (no brackets needed!) which you can find in your
AddThis Profile Settings. Otherwise, AddThis will not be able to provide you analytics for your sharing tool. If you have not already
registered for AddThis, you can create an account to get your own Profile ID.