I am loading all articles with Ajax but Addthis functionality is not correct
$thisChild.load( permLink + \' #thePostStuff\', function() {
And
I had the same problem. Fixed it with the following. Hope that fixes it for you too.
Original:
var script = 'http://s7.addthis.com/js/300/addthis_widget.js?domready=1#pubid=MY-PUB-ID'; if (window.addthis){ window.addthis = null; } $.getScript( script );
New: