Facebook iframe Like 按钮显示“Bootloader 未定义”

发布于 2024-11-04 09:10:13 字数 754 浏览 0 评论 0原文

我正在按照说明向我的网站添加 Facebook Like 按钮。这有多难?方向看起来很简单。这是我的 HTML:(

<iframe id="id39" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" scrolling="no" class="likeButton component" src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2flocalhost%3a8080%2ftest%2f&amp;send=true&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80" guise:attributeHash="+yj/AWCw4TJREowYfJCNoaoNfZk="></iframe>

是的,我知道我正在使用 localhost——我还应该如何测试它?)

该按钮在 Firefox 4 或 IE9 上不显示。 Firebug 向我显示内容正在 iframe 中加载。我在 Facebook 加载到 iframe 的 Bootloader.configurePage([]) 中收到了一个不错的“Bootloader 未定义”错误。这是怎么回事?

I'm following the directions to add a Facebook Like button to my site. How hard could it be? The directions look simple. Here is my HTML:

<iframe id="id39" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" scrolling="no" class="likeButton component" src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2flocalhost%3a8080%2ftest%2f&send=true&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80" guise:attributeHash="+yj/AWCw4TJREowYfJCNoaoNfZk="></iframe>

(Yes, I know I'm using localhost---how else am I supposed to test it?)

The button doesn't show up on Firefox 4 or IE9. Firebug shows me that stuff is getting loaded in the iframe. And I get a nice "Bootloader is not defined" error in the Bootloader.configurePage([]) that Facebook loads into the iframe. What's up?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文