多个 Facebook Like 按钮引用同一页面
我有一个页面分配有类似按钮。我在此页面上有一些文本上下文,我想在每个文本下放置一个 Facebook Like 按钮(我在此页面上的每个文本段落没有不同的 url)。
我希望当用户单击任何文本下的“赞”按钮时,页面的计数也会更新。
如果您能告诉我如何隐藏“喜欢”按钮附近的计数,那么我的问题也得到解决。 示例: http://www.santabanta.com/trivia.asp?sms =1&catid=1
I have a page with like button assigned to it. I have some textual contexts on this page, I want to put a Facebook Like button under each text (I do not have different url for each text para on this page).
I want the count to be updated for the page also as user clicks on Like button under any text.
If you can tell me how to hide count near the Like button then also my problem is resolved.
Example: http://www.santabanta.com/trivia.asp?sms=1&catid=1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以订阅 edge.create 事件并在用户单击“like”后重新加载按钮。
You could subscribe to edge.create event and reload the buttons after a user clicks like.