为每个帖子添加 Facebook 点赞
我正在尝试在每个想法用户帖子中添加类似 facebook 的按钮。我遵循了答案
如何在我网站的每个网页上嵌入一个类似 facebook 的按钮? .
我的 URL 是这样的类型:
mydomain.com/index.php?menu=post&post_id=12
我将 URL 添加到 facebook 直到 mydomain.com/index.php?menu=post
。现在,如果我喜欢 post_id 12
的帖子,然后访问 post_id 13
的帖子,那么它已经被喜欢了!我哪里做错了?我正在使用 smarty 模板引擎。
I am trying to add facebook like button in every idea user posts. I followed the answer
How to embed a facebook like button on every webpage of my website? .
My URL is like this type :
mydomain.com/index.php?menu=post&post_id=12
I add the URL to facebook upto mydomain.com/index.php?menu=post
. Now if I like the post with post_id 12
and then visit say post with post_id 13
, it is already liked ! Where I am doing wrong ? I am using smarty template engine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您将按钮的 HTML 放入您的网站时,根本不要指定 URL。
这样,它将自动获取它所放置的任何页面的 URL。
When you put the button's HTML into your website, don't specify a URL at all.
That way, it will take the URL of whatever page it's placed onto automatically.
如果您使用 fb 元标记等,它会从索引页面获取它。每次 post_id 更改时,您都需要更改标题和所有元标记。
在谷歌上搜索几个类似的脚本,你可以用它来实现你的脚本。
希望我有帮助!
if you are using fb meta tags for the like, it takes it from the index page. your going to need to change the title, and all the meta tags everytime post_id changes.
Search google for several like scripts, and you could implement your with that.
Hope I helped!