为每个帖子添加 Facebook 点赞

发布于 2024-12-11 08:29:50 字数 495 浏览 0 评论 0原文

我正在尝试在每个想法用户帖子中添加类似 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 技术交流群。

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

发布评论

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

评论(2

很酷又爱笑 2024-12-18 08:29:50

当您将按钮的 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.

<逆流佳人身旁 2024-12-18 08:29:50

如果您使用 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!

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