Git Product home page Git Product logo

Comments (3)

jacobtomlinson avatar jacobtomlinson commented on June 18, 2024

Response from Disqus support

Hi Jacob,

Thanks for reaching out to us.
Basically, Disqus waits to load avatars until the browser viewport gets close to the Disqus embed, loading them just in time. If your site is scrolling a whole

for the page, Disqus will never see that the viewport is on the Disqus embed.

Try using this configuration variable within the Disqus config section of the embed code:

DISQUS.reset({
reload: true,
config: function () {
this.experiment.enable_scroll_container = true;
}
});

If you still have questions about how to fix this, we recommend posting your question to the Disqus developers group which can be found here: http://groups.google.com/group/disqus-dev – please include in your post that we sent you and a link to your page.

If you have any separate questions, please start a new case with us at http://disqus.com/support and we’ll be happy to help.

Best,
-Ryan
Product Support

from website.

jacobtomlinson avatar jacobtomlinson commented on June 18, 2024

I've tried putting that piece of code everywhere I can think of and haven't managed to make it work.

from website.

jacobtomlinson avatar jacobtomlinson commented on June 18, 2024

Asked for help here.

This post looks like the same issue too.

from website.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.