DISQUS

The Disqus Blog: General Integration help

  • Jason · 2 years ago
    You may now set a "disqus_developer" variable to "1" for the embed script to disable the URL validation.

    Example:
    <script>
    var disqus_developer = "1";
    var disqus_url = "http://localhost/";
    </script>
  • apaterson · 2 years ago
    Excellent... looks good.

    Thanks!
  • Kevin Smith · 2 years ago
    Just getting into disqus...this was a great addition. Thanks. :-)
  • danb · 2 years ago
    this is what I was looking for... just tagging this thread so I don't loose it..

    thanks!
  • Jason · 2 years ago
    It will display "Discuss this topic in the forums." because an invalid URL was passed in. We match articles with threads by the URL of your article. I can add an optional developer parameter to the script to bypass the URL validation we do on our side. I'll update you when this is done.
  • hercios · 1 year ago
    This is what I needed... just tagging it too... thanks!