点赞按钮的链接不是当前页面
我刚刚将“赞”按钮链接复制到我的网站中。然而,单击按钮时给出的链接不是当前页面,而是我网站中更通用的页面。
我在我所有的讲道页面中都放置了点赞按钮,即:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
要更改 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/