Title: Migrated http to https, comments are gone.
Last modified: August 31, 2018

---

# Migrated http to https, comments are gone.

 *  [Thirtyfour](https://wordpress.org/support/users/34-test/)
 * (@34-test)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/migrated-http-to-https-comments-are-gone/)
 * Hey I am using this plugin I have installed SSL and not no comments is showing
   on my website can you please respond.

Viewing 1 replies (of 1 total)

 *  [newsbee](https://wordpress.org/support/users/newsbee/)
 * (@newsbee)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/migrated-http-to-https-comments-are-gone/#post-10731508)
 * Add this code to restore them:
 *     ```
       function rsssl_exclude_http_url($html) {
       //replace the https url back to http
       $html = str_replace('data-href="https://www.yoursite.com', 'data-href="http://www.yoursite.com', $html); return $html;
       }
       add_filter("rsssl_fixer_output","rsssl_exclude_http_url");
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Migrated http to https, comments are gone.’ is closed to new replies.

 * ![](https://ps.w.org/comments-from-facebook/assets/icon-128x128.png?rev=1232145)
 * [Social comments by WpDevArt](https://wordpress.org/plugins/comments-from-facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comments-from-facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comments-from-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/comments-from-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comments-from-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comments-from-facebook/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [newsbee](https://wordpress.org/support/users/newsbee/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/migrated-http-to-https-comments-are-gone/#post-10731508)
 * Status: not resolved