Hi there,
I am using jQuery clone to duplicate a section of HTML in my web app. The HTML includes my Add This buttons. (Kind of like a local template system).
The original Add This Buttons work correctly, but the new buttons simply link to the top of the current page with a #.
Any idea how I can duplicate my Add This on a page buttons?
In order to re-initialize the buttons you need to call the addthis.toolbox() function. More information is available here: http://support.addthis.com/customer/portal/articles/381263-addthis-client-api#rendering-js
This question is closed to new answers.