• 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://ww.wp.xz.cn/plugins/disqus-conditional-load/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hi chrisgot,

    I will consider this as a new feature and will work on it. Will update here when it is available.

    Thread Starter chrisgot

    (@chrisgot)

    Good news! Thanks for great support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Infinite scroll support?’ is closed to new replies.