Disqus Container (disqus_thread) element is missing. -


i tried integrate disqus in site, never displays, , on console says this:

disqus: container (disqus_thread) element missing.  

i dug around while understand means. disqus_thread elements there, reason doesn't see it?

(this happens both on localhost, on target web site if deploy disqus included.)

is 'disqus_thread' div on page? should happen if following missing:

<div id="disqus_thread"></div> 

if it's there, post source of embed code on site , might reveal more clues.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -