将类似 facebook 的框放入 Dreamweaver 中但不加载
嘿,我正在尝试在页面上添加一个“赞”框。当我输入 facebook 给我的代码(即 Iframe)时,一切看起来都很好,但是当我预览它时(Chrome、IE、Firefox、Safari),它说找不到网页。它快把我逼到墙边了!我做错了什么!
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%2FGarlands-Restaurant-Bar-Grill%2F206020489468223&width=192&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=590" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:192px; height:590px;" allowTransparency="true"></iframe>
Hey I am trying to get a like box onto a page. When I put in the code facebook gives me (which is Iframe) everything seems fine however when I preview it (Chrome, IE, Firefox, Safari) it says the webpage cannot be found. It's driving me up the wall! What am I doing wrong!
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%2FGarlands-Restaurant-Bar-Grill%2F206020489468223&width=192&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=590" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:192px; height:590px;" allowTransparency="true"></iframe>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 src 中缺少前缀 http:。试试这个:
in the src the prefix http: is missing. Try this instead: