我只是将我的域名从http更改为https :. ShareThis按钮上有一些变化。因此,facebook Like按钮已重置为0.但Share按钮仍然完好无损。
所以,我想恢复那些喜欢。任何人都可以帮助我吗?
答案 0 :(得分:0)
我发现了2个解决方案。将一个解决方案添加到网站,这将显示旧的喜欢。只需使用您想要的页面更改webpage.com/index.html
即可。请记住,这是旧的http,而不是新的https:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwebpage.com/index.html&width&layout=box_count&action=like&show_faces=false&share=true&height=65" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
或
<div class="fb-like" data-href="http://webpage.com/index.html" data-layout="standard" data-action="like" data-show-faces="true"</div>
或
<span class='fb-like' data-href='http://webpage.com/index.html' data-layout='button_count' data-action='like' data-size='small' data-show-faces='false' data-share='false'></span>