我尽力使其成功,但我做不到。
这就是我所做的。
<body>
内的test.html文件中。 horiyang是facebook的名字。
<!DOCTYPE HTML>
<html>
<body>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&width=200x200&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200x200px; height:80px;" allowTransparency="true"></iframe>
</body>
</html>
答案 0 :(得分:-1)
请在iframe
标记之前添加 https:
像这样
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&width=200&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:80px;" allowTransparency="true"></iframe>
这是你的盒子工作的小提琴链接检查它。 http://jsfiddle.net/u5Lgeg5e/