Title: [Plugin: Disqus Comment System] Offline Testing
Last modified: August 19, 2016

---

# [Plugin: Disqus Comment System] Offline Testing

 *  [Workshopshed](https://wordpress.org/support/users/workshopshed/)
 * (@workshopshed)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-disqus-comment-system-offline-testing/)
 * I’m planning to port a site from blogger to wordpress and as part of the process
   I’ve installed wordpress on a virtual machine.
 * I don’t seem to be able to add new disqus comments to my test posts. All other
   plugins are disabled and I’m using the Emerald Stretch theme.
 * After displaying the loading graphic the error appears
 * We were unable to load Disqus. For more information please see our documentation
   on identifier and urls.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Workshopshed](https://wordpress.org/support/users/workshopshed/)
 * (@workshopshed)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-disqus-comment-system-offline-testing/#post-1874307)
 * There seems to be something called “disqus_developer”
 * [http://docs.disqus.com/help/2/](http://docs.disqus.com/help/2/)
 * This could be significant. I’ve also found a reference to this in comments.php
   plugin file. I’ll give that a go.
 *     ```
       <?php if (false && get_option('disqus_developer')): ?>
       		var disqus_developer = 1;
       <?php endif; ?>
       ```
   
 *  [jayung](https://wordpress.org/support/users/jayung/)
 * (@jayung)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-disqus-comment-system-offline-testing/#post-1874363)
 * Did you fine a place to set disqus_developer using the admin section? I cant 
   find it in the settings and i would prefer not to modify the plugin’s code so
   i don’t by mistake upload the changes to the live site.
 *  Thread Starter [Workshopshed](https://wordpress.org/support/users/workshopshed/)
 * (@workshopshed)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-disqus-comment-system-offline-testing/#post-1874364)
 * Looking at that code, it looks like you would need to have both the option in
   place and the code changed as follows, I’ve switched over to an test site hosted
   on the web so did not need to investigate this further.
 * <?php if (true && get_option(‘disqus_developer’)): ?>
    var disqus_developer =
   1; <?php endif; ?>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Disqus Comment System] Offline Testing’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Workshopshed](https://wordpress.org/support/users/workshopshed/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-disqus-comment-system-offline-testing/#post-1874364)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
