Facebook 的发送和点赞按钮无法协同工作

发布于 2024-11-07 17:00:34 字数 796 浏览 0 评论 0原文

我是一名 WordPress 插件 开发人员。我正在使用 Facebook 的点赞发送按钮。

我正在使用这个 XFBML 代码:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=119608038121612&amp;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 技术交流群。

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

发布评论

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

评论(1

旧话新听 2024-11-14 17:00:34

我刚刚检查过,但似乎工作正常?
当我运行你的代码时,我看到一个“喜欢”和“发送”按钮,它们都可以工作。

屏幕截图

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.

Screenshot Here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文