未转换为最新 Firefox 中的按钮
我一直在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
原来是因为我在 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.
您可能需要在
html
标记中包含正确的 xml 命名空间。像这样的东西:You may need to include the proper xml namespace in the
html
tag. Something like this: