You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set my DISQUS_SITENAME = mysiteshortname in my publishconf.py but they are not loading and I have the "We were unable to load Disqus. If you are a moderator please see our troubleshooting guide. " error.
I think I have the correct configuration for the site in disqus and I see the js code generated in the webpage.
Do you have any advice to debug this?
Tx!
The text was updated successfully, but these errors were encountered:
update:
I think the variable disqus_url is not right?
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */vardisqus_shortname='blog';// required: replace example with your forum shortnamevardisqus_identifier='page';vardisqus_url='/page.html';vardisqus_config=function(){this.language="en";};/* * * DON'T EDIT BELOW THIS LINE * * */(function(){vardsq=document.createElement('script');dsq.type='text/javascript';dsq.async=true;dsq.src='//'+disqus_shortname+'.disqus.com/embed.js';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(dsq);})();
Hi all,
I have set my
DISQUS_SITENAME = mysiteshortname
in my publishconf.py but they are not loading and I have the "We were unable to load Disqus. If you are a moderator please see our troubleshooting guide. " error.I think I have the correct configuration for the site in disqus and I see the js code generated in the webpage.
Do you have any advice to debug this?
Tx!
The text was updated successfully, but these errors were encountered: