• Maria_B

    (@maria_b)


    (I posted the same question but forgot to put it under the plugin thread, so I reposted it again)

    When it loads to the next set of post, it doesn’t show the share buttons from share this plugin and pin-it button.

    I saw some threads about share buttons but I couldn’t find the solution for the share this plugin.

    Any help is appreciated..

    Oh, here is the link to the website
    the debug mode is ON, if I could get any help from developers end.
    thanks!

    http://ww.wp.xz.cn/extend/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
  • I was looking for the same thing. I have done this already with javascript on similar cases (but slightly different) with the use of:

    $(document).ajaxComplete(function() { functionxcall(); });

    But in the saherethis case, the call is made with php, via the function:

    sharethis_button();

    After some research i couldn’t find a solution and decided to switch to another plugin/way that would call the sharing tools via javascript. This would be easier to implement as the infinite scroll plugin has a callback input in the admin. Turns out, addThis works well, even without implementing the callback function.

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Infinite-Scroll] [Plugin: Infinite Scroll] with Share This plugin pin-it’ is closed to new replies.