就像盒子不工作一样

发布于 2024-12-09 14:53:58 字数 677 浏览 0 评论 0原文

点赞框并没有像 Facebook 开发者页面中预览模式那样出现。有人经历同样的事情吗? 有人可以帮助我吗?

区别:

  1. 预览模式下的颜色是标准 FB 颜色,而我的博客中有一些是黑色。

  2. 预览模式下的框背景是白色的,而在我的博客中是黑色的。

这是我从 FB 得到的 IFRAME:

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIndonesia-Travel-Guidebook%2F193922257303230&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe>

谢谢

The like box didn't appear like the one in the preview mode in the facebook developer page. Is anybody experiencing the same thing?
Can anybody help me?

Differences:

  1. The colors in the preview mode was the standard FB colors, whereas in my blog some were black.

  2. The background of the box in the preview mode was white, whereas in my blog was black.

This the IFRAME that i got from FB:

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIndonesia-Travel-Guidebook%2F193922257303230&width=292&colorscheme=light&show_faces=false&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe>

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霊感 2024-12-16 14:53:58

Dimas iframe 版本是透明的。您可以通过

background-color: #ffffff; 

在此处添加 iframe 使用样式示例来解决此问题:

http://shawnsspace.com/atests.php

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIndonesia-Travel-Guidebook%2F193922257303230&width=292&colorscheme=light&show_faces=false&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px; background-color: white;" allowTransparency="true"></iframe>

Dimas The iframe version is transparent. you can fix this by adding style

background-color: #ffffff; 

Example of your iframe usage here:

http://shawnsspace.com/atests.php

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIndonesia-Travel-Guidebook%2F193922257303230&width=292&colorscheme=light&show_faces=false&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px; background-color: white;" allowTransparency="true"></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文