• Resolved chrisgot

    (@chrisgot)


    Hi,

    There is no support for infinite scroll – i e opening a new comment section below every new post when keep scrolling. The comment button does appear – but nothing happens when clicked. Are there any plans to include support for it?

    I am using the Infinite post transporter plugin. Its functionality is basically that of Jetpack’s infinite scroll, but it adds the scroll to the single post template.

    There is a trigger function in the Infinite post transporter (and Jetpack) which could be used to call the Disqus comments again and again when new posts scroll into view:

    $( document.body ).on( 'post-load', function () {
    				// do something here
    });

    Thanks, I really find it a nice plugin!

    https://wordpress.org/plugins/disqus-conditional-load/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Infinite scroll support?’ is closed to new replies.