Hit this when using views infinite scroll.

Proposed solution by addthis support is

Replace the 2 lines :
window.addthis.ost = 0;
window.addthis.ready();
By this :
window.addthis.toolbox("#your_div_id");

Comments

andypost’s picture

But this needs some love because passed url contains the main page content not the url of node from view

matglas86’s picture

Status: Active » Closed (cannot reproduce)

I tested this and it works normally. This is also mentioned on the support page you referenced. That in the last comment. So please specifiy if this is still a problem for you.