Hi,
We're having problems setting up DISQUS with AJAX driven site. When ever sending an URL either in the disqus_url global variable or the DISQUS.reset function, if a #! is present in the URL, it doesn't work and displays this message:
We were unable to load Disqus. For more information please see our documentation on identifier and urls. We encountered the following error(s):
Could not connect to URL: "http://example.com/#!/famille-williams" (error was "HTTP Error 400: Bad Request")
If we switch URLs to the domain (without hashbang) it creates thread correctly. Also, if the thread has been created with a correct url, passing the URL with or without hashbang works as it seems to use the unique identifier.
We're using these global variables to initialize:
var disqus_title,
disqus_shortname,
disqus_url,
disqus_identifier;