未转换为最新 Firefox 中的按钮

发布于 2024-12-06 14:01:12 字数 333 浏览 0 评论 0原文

我一直在使用 https://github.com/webtechnick/CakePHP-Facebook-Plugin

无论如何,html 页面的输出显示 fb:login-button 但它不会转换为 Firefox 中实际的 facebook 按钮。我的页面底部有 facebook html 标签、fb init() 。它可以在 IE9 中运行(尚未检查其他浏览器)。

那么为什么它不被 fb javascript 转换呢?

I've been working with https://github.com/webtechnick/CakePHP-Facebook-Plugin

Anyways, the output to the page in html shows fb:login-button but it doesnt get convereted to the actual facebook button in Firefox. I have the facebook html tag, the fb init() at the bottom of my page. It works in IE9 (haven't checked other browsers).

So why isn't it being converted by the fb javascript?

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

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

发布评论

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

评论(2

月亮邮递员 2024-12-13 14:01:12

原来是因为我在 FF 上登录了 facebook,而不是在 IE 上登录。如果您已登录,则不会显示登录按钮。

Turns out its because I was logged in on facebook on FF, and not on IE. The login button doesn't show if you are logged in.

年华零落成诗 2024-12-13 14:01:12

您可能需要在 html 标记中包含正确的 xml 命名空间。像这样的东西:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">

You may need to include the proper xml namespace in the html tag. Something like this:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文