Hey everyone, just wanted to share this since it took me a while to figure it out.
If you're using the Disqus comment system, and you're developing in a staging environment, you'll need to put disqus in Developer mode so that Disqus doesn't attempt to verify the URL. Otherwise, you won't see the Disqus comment system in your test environment.
To enable developer mode, insert the following javascript into your header. This can easily be done with the platformspro theme by going to the platformspro Settings --> Custom Code --> Header Scripts, and entering in this:
<script type"text/javascript">
var disqus_developer = 1;
</script>
Hope this helps someone out
Using Disqus in developer or staging environment
Started by
techbeak
, Feb 17 2011 06:22 PM
No replies to this topic









