Asynchronous reload with “addthis_inline_share_toolbox” not working
-
Hi there,
I included an addthis inline share toolbox on my WordPress blog with the following snippet and by using your official WordPress Plugin “Share Buttons by AddThis”:<div class="addthis_inline_share_toolbox"></div>This works fine on all initially loaded posts. However, as soon as I asynchronously load new posts (infinite scrolling) – they won’t be readded to the placeholder on newly grabbed posts. This is DESPITE I am calling the following function in the AJAX call return:
addthis.toolbox('.addthis_inline_share_toolbox');
=> using aconsole.log()-command I was able to verify, that this part of the code is properly called while loading new dynamic content via AJAX on infinite scrolling!I got the instructions from these page here from your knowledge-base – but I think it’s either outdated or not suited for included “addthis_inline_share_toolbox”… Could this be?
http://www.addthis.com/academy/using-addthis-asynchronously/
=> when I include the html structure as described in this article, it works correctly! However, with my inline-share-toolbox, it won’t…Thanks for any help on this!
Oliver
The topic ‘Asynchronous reload with “addthis_inline_share_toolbox” not working’ is closed to new replies.