尝试将我的乐队添加到我的网站上。我已经为其他网站做了这个,它一直很好,但这个页面没有显示任何新闻源或任何东西。我听说它不会显示超过30天的帖子,但我有更新的帖子。
非常感谢你的帮助。
页面是www.facebook.com/Sidewaystheband
现有代码:
<iframe src="facebook.com/plugins/…; scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:447px;" allowTransparency="true"></iframe>
干杯
答案 0 :(得分:0)
正如我从您的代码中看到的那样,src
属性错过了一个封闭的双引号。
代码应为:
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FSidewaystheband&width=292&height=590&show_faces=true&colorscheme=light&stream=true&border_color&header=true&appId=YOUR_APP_ID" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe>
P.S。建议尽可能使用HTML5方法