Closed (cannot reproduce)
Project:
AddThis
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 10:22 UTC
Updated:
29 Jan 2013 at 09:12 UTC
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
Comment #1
andypostBut this needs some love because passed url contains the main page content not the url of node from view
Comment #2
matglas86 commentedI 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.