设置“喜欢”的URL Facebook 评论插件中嵌入按钮
How can I set the URL of the "like" button embedded in the Facebook comments plugin?
The XFBML <fb:like> tag has an href
attribute, but the <fb:comments> tag lacks an equivalent attribute.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
url 属性似乎已被弃用。有两个新属性 returnurl 和 callbackurl 但它们对 LIKE url 没有影响。也许这是一个时间问题,我不知道。我创建了一个新应用程序,更改了 og:url 属性,但仍然没有运气。它继续“喜欢”同一页面。
The url attribute seems to be deprecated. There are two new attributes returnurl and callbackurl but they have no effect on the LIKE url. Maybe it's a question of time, I don't know. I cretaed a new app, changed the og:url attribute but still no luck. It keeps on "liking" the same page.
更新了新版本的 Facebook 评论插件:
新的 Facebook 评论插件不再使用
xid
属性。相反,href
属性用于标识评论框并将 URL 与其关联。将新的 与legacy
原始答案:
在询问时弄清楚了问题:
url
属性 的工作方式类似于href
属性。updated for new version of Facebook comments plugin:
The new Facebook comments plugin no longer uses the
xid
attribute. Instead, thehref
attribute is used to both identify the comments box and associate a URL with it.Compare new <fb:comments> to legacy <fb:comments>
original answer:
Figured it out while asking the question:
The
<fb:comments>
url
attribute works like the<fb:like>
href
attribute.