Title: Help: how to display HTTP comments on HTTPS version of page?
Last modified: August 21, 2016

---

# Help: how to display HTTP comments on HTTPS version of page?

 *  Resolved [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-how-to-display-http-comments-on-https-version-of-page/)
 * We’ve got a client site that’s available on both HTTP and HTTPS. Right now, the
   two versions of any given page are treated as separate by FB comments. What we
   want is to always force FB comments to always use the HTTP version of the page
   URL, both when creating new comments and displaying existing comments.
 * Any thoughts on how to do this?
 * Thanks!
 * [https://wordpress.org/plugins/facebook/](https://wordpress.org/plugins/facebook/)

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

 *  Plugin Contributor [Niall Kennedy](https://wordpress.org/support/users/niallkennedy/)
 * (@niallkennedy)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-how-to-display-http-comments-on-https-version-of-page/#post-4882401)
 * The [Facebook Comments Box social plugin](https://developers.facebook.com/docs/plugins/comments/)
   accepts an `href` parameter specifying the URL related to the content.
 * The page includes a `<meta property="og:url">` element to collapse multiple references
   to the same content down to a single URL reference; /foo and /foo?source=email
   both contain an og:url of /foo and therefore map to the same object.
 * The Facebook plugin for WordPress passes the [get_permalink()](http://codex.wordpress.org/Function_Reference/get_permalink)
   value returned by WordPress through the `facebook_rel_canonical` filter to be
   added as an `href` parameter in the social plugin markup as well as the og:url
   of the page.
    [https://github.com/facebook/wordpress/blob/master/social-plugins/class-facebook-comments.php#L460](https://github.com/facebook/wordpress/blob/master/social-plugins/class-facebook-comments.php#L460)
 *  Thread Starter [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-how-to-display-http-comments-on-https-version-of-page/#post-4882405)
 * Thanks for the reply! We actually worked it out ourselves just yesterday and 
   published this blog post explaining it in case others might benefit:
    [http://www.mightyminnow.com/2014/05/how-to-make-social-media-shares-counts-and-comments-work-across-http-and-https/](http://www.mightyminnow.com/2014/05/how-to-make-social-media-shares-counts-and-comments-work-across-http-and-https/)
 * Glad to have our suspicions confirmed!

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

The topic ‘Help: how to display HTTP comments on HTTPS version of page?’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook_526fac.svg)
 * [Facebook](https://wordpress.org/plugins/facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/help-how-to-display-http-comments-on-https-version-of-page/#post-4882405)
 * Status: resolved