点赞按钮的链接不是当前页面

发布于 2024-12-04 02:02:17 字数 261 浏览 0 评论 0原文

我刚刚将“赞”按钮链接复制到我的网站中。然而,单击按钮时给出的链接不是当前页面,而是我网站中更通用的页面。

我在我所有的讲道页面中都放置了点赞按钮,即:

jubilee.org.sg/sermons/?sermon_id=303

但是facebook页面上给出的链接只是这样:

jubilee.org.sg/sermons 

我怎样才能让它指向正确的页面?

I just copied the like button link into my website. However the link given when the button is clicked is not the current page, but a more general one in my website.

I placed the like button in all my sermon pages, which is:

jubilee.org.sg/sermons/?sermon_id=303

But the link given on the facebook page is only this:

jubilee.org.sg/sermons 

How can I make it point to the right page?

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

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

发布评论

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

评论(2

傲鸠 2024-12-11 02:02:17

Facebook 会忽略您 URL 的查询字符串参数。您需要设置一个新的 URL 结构,例如 /sermons/303。

Facebook ignores the query string parameter of your URL. You need to setup a new URL structure like /sermons/303.

給妳壹絲溫柔 2024-12-11 02:02:17

要更改 FB 在差异页面上选择的 url,您应该使用开放图形标签。
特别是标签
请参阅此处的文档:
http://developers.facebook.com/docs/opengraph/

to change the url being picked by FB on diff pages you should use open graph tags..
specifically the tag
see documentaion here:
http://developers.facebook.com/docs/opengraph/

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