How to enable SSL support on DISQUS?

How do I enable HTTPS/SSL support for DISQUS?

I’m aware that it has been implemented, but I’m unable to find out how to enable it in WordPress.

Related posts

Leave a Reply

1 comment

  1. We updated the Disqus plugin for WordPress in version 2.71 (change log) to support SSL. There’s nothing you need to do other than load your itself via SSL — if the page is loaded via HTTPS, Disqus will load via HTTPS. Specifically, the embed (embed.js) and the comment counts on your site’s front page (count.js) will load via HTTPS, which redirects them to be called via securecdn.disqus.com instead of mediacdn.disqus.com.

    Note that it may take up to 24 hours for this to take effect on your site once you first transition to calling pages via HTTPS. Also, because of this caching, keep in mind that each time Disqus is called via HTTP instead of HTTPS this same wait may occur. If that’s not desirable we’d recommend appending ?https to the end of the embed.js and count.js calls in the plugin which will force them to be loaded via HTTPS.