I want to include a new service among my AddThis buttons (AngelList, see a demo at the bottom of http://instameet.com/). To do this, I simply have another `a` element:
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a href="https://angel.co/blueseed?follow=1&type=Startup&id=25901"></a> <!-- custom text -->
<a class="addthis_counter addthis_pill_style"></a>
</div>
The problem is that the addthis_counter button is rendered *before* this custom `a` element.
Here's the fiddle illustrating the problem: http://jsfiddle.net/dandv/989Pp/