hi,
i am trying to:
1) set email variables (to be included in email message) dynamically after page load
2) load addthis button asynchronously on click
the problem that i run into is that when i load the button via ajax, although the widget works it is missing the email button (which i need to make use of the custom template). when i load widget normally (no ajax) everything works.
i have setup a js fiddle for each case so you can see the difference.
regular load: http://jsfiddle.net/FLAf4/
ajax load: http://jsfiddle.net/6QUWt/