How to best move fb-comments from http to https

浪子不回头ぞ 提交于 2019-12-05 10:10:21

The only way to keep the comments afaik is to use the http URL in the data-href parameter. I don´t think there are any downsides to this.

Henrik R.

According to my testing you need to remove 'http://' and 'https://' from fb-comments, so I use this block:

<div class="fb-comments" data-href="www.mydomain.com/page1.html"></div>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!