使用iframe文档无效,在我的标记中添加类似Facebook的按钮

时间:2014-12-15 06:01:06

标签: javascript html fbml xfbml

我尽力使其成功,但我做不到。

这就是我所做的。

  1. 按照https://developers.facebook.com/docs/plugins/like-button
  2. 上的说明操作
  3. 将我的iframe标记复制并粘贴到<body>内的test.html文件中。
  4. horiyang是facebook的名字。

    <!DOCTYPE HTML>
    <html>
    <body>
    <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&amp;width=200x200&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200x200px; height:80px;" allowTransparency="true"></iframe>
    </body>
    </html>
    

1 个答案:

答案 0 :(得分:-1)

请在iframe标记之前添加 https: 像这样

<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&amp;width=200&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:80px;" allowTransparency="true"></iframe>

这是你的盒子工作的小提琴链接检查它。 http://jsfiddle.net/u5Lgeg5e/