Facebook 的发送和点赞按钮无法协同工作
我是一名 WordPress 插件 开发人员。我正在使用 Facebook 的点赞和发送按钮。
我正在使用这个 XFBML 代码:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=119608038121612&xfbml=1"></script><fb:like href="http://jsfiddle.net" send="true" width="450" show_faces="true" font=""></fb:like>
有 send=true 参数,但仍然只显示 like 按钮。您可以在此处查看实时示例。我从 官方 Facebook 开发者页面 获取此代码。此外,此代码也无法在 Facebook 网站上运行。
那么,你有什么想法吗?我们怎样才能解决这个问题呢?
I'm a Wordpress plugin developer. I'm working with Facebook's like and send buttons.
I'm using this XFBML code :
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=119608038121612&xfbml=1"></script><fb:like href="http://jsfiddle.net" send="true" width="450" show_faces="true" font=""></fb:like>
There is send=true parameter but still showing only like button. You can check live example here. I got this code from Official Facebook Developer page. Also this code isn't working on Facebook's site, too.
So, do you have any idea ? How can we solve this problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚检查过,但似乎工作正常?
当我运行你的代码时,我看到一个“喜欢”和“发送”按钮,它们都可以工作。
I just checked but it seems to work fine?
When i run your piece of code i see a 'like' and 'send' button and they both work.