Toolbox + Share Bubble
Instruction and Assets
Add the Share Count to your Toolbox with a single line of code.
The HTML
If you already have the Toolbox on your page, you can easily update it with the Share Counter by adding in this addtional line of code:
<a class="addthis_counter addthis_bubble_style"></a>
So the complete code block for a 32x32 Toolbox with the Sharing Counter would be:
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
Javascript
Include the following AddThis script file anywhere in your page (usually before the closing </body> tag):
<script type="text/javascript">
var addthis_config = {"data_track_clickback":true};
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID"></script>
Important: For '#pubid=YOUR-PROFILE-ID' above, change 'YOUR-PROFILE-ID' to your
Profile ID if you want analytics data to be collected. If you do not want analytics,
this phrase can be removed.

