I'm trying to implement a page with multiple sharing links for different URLs. This is mostly working ok, with the exception of the Twitter buttons.
When you first click on one of the Twitter buttons, it correctly loads a tweet form with the title and URL as specified. However, clicking on any subsequent Twitter buttons will load a form with the correct URL, but using the title from the first button clicked.
The buttons are being defined using the following format:
<div class="addthis_toolbox" addthis:url="[url]" addthis:title="[title]" id="[unique id]">
<a class="addthis_button_twitter" id="[unique id]"></a>
<a class="addthis_button_facebook" id="[unique id]"></a>
<a class="addthis_button_email" id="[unique id]"></a>
</div>
NB This appears to be a similar problem to an old one without a resolution here:
http://www.addthis.com/forum/viewtopic.php?f=5&t=32681