Facebook 点赞按钮,当点击点赞工作时则不显示

发布于 2024-11-18 19:04:57 字数 681 浏览 4 评论 0原文

所以我很挣扎,我有一个页面,上面有一些 Facebook 内容,http://www.simplyshows.com/watch-csi-new-york/Season-1-Episode-1/blink/ 当您点击“喜欢”按钮时,它会喜欢它,重新加载,并显示好像您不喜欢它..已经玩了一个小时了,没有任何帮助,有人可以帮助我吗?

我使用的当前代码:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=106063289489162&amp;xfbml=1"></script><fb:like href="<?= "http://www.simplyshows.com/" . $s->episode_url($episode_data['episode_id']); ?>" send="false" layout="box_count" width="60" show_faces="false" font=""></fb:like>

谢谢

so im struggling, I got a page with few facebook things on it, http://www.simplyshows.com/watch-csi-new-york/Season-1-Episode-1/blink/ when you click the like button it likes it, reloads, and shows as if you havent liked it.. been playing around for an hour now, nothing helped, anyone could help me out?

Current code im using:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=106063289489162&xfbml=1"></script><fb:like href="<?= "http://www.simplyshows.com/" . $s->episode_url($episode_data['episode_id']); ?>" send="false" layout="box_count" width="60" show_faces="false" font=""></fb:like>

Thanks

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

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

发布评论

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

评论(1

戈亓 2024-11-25 19:04:57

我也见过如此清爽的。但是,我的朋友的“赞”按钮对我来说效果很好。看看下面:

在此处输入图像描述

I have also seen such refreshing. But, my friend the like button is working fine for me. have a look below:

enter image description here

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