Facebook 点赞按钮,当点击点赞工作时则不显示
所以我很挣扎,我有一个页面,上面有一些 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&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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也见过如此清爽的。但是,我的朋友的“赞”按钮对我来说效果很好。看看下面:
I have also seen such refreshing. But, my friend the like button is working fine for me. have a look below: