将 Facebook OpenGraph 与自定义 Facebook 按钮一起使用?
我想将 Facebook OpenGraph 标签添加到我的页面,但我也想坚持使用我当前拥有的 Facebook Like 按钮的样式(自定义图像标签)。
OpenGraph 插件说明 建议您必须使用 Facebook 自己的“赞”按钮样式,并且定制选项有限。
有什么方法可以将 Facebook Like 代码应用到我自己的图像按钮上吗?
更新:要明确的是,我的意思是我的页面上有一个图像链接到 https://www.facebook.com/sharer/sharer.php?...
。我没有标准的 Facebook Like 按钮。这是否意味着我页面上的 OpenGraph 标签实际上没有执行任何操作?
I want to add Facebook OpenGraph tags to my page, but I also want to stick with the style of Facebook Like button that I currently have (a custom image tag).
The OpenGraph plugin instructions suggest you have to use Facebook's own Like button styles, and the customization options are limited.
Is there any way I can apply the Facebook Like code to my own image button?
UPDATE: to be clear, what I mean is that I have an image on my page that links to https://www.facebook.com/sharer/sharer.php?...
. I don't have a standard Facebook Like button. Will this mean that the OpenGraph tags on my page don't actually do anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
旧的 sharer.php 端点将读取与 Like 按钮相同的元标记 - 共享时,Facebook 爬虫会访问您的网站并提取帖子的元数据(图像、描述等)。
如果您想生成一些示例元数据,可以使用点赞按钮文档上的表单(请参阅“步骤 2”)以输出标签以正确的格式。
使用调试工具查看 Facebook 在您的网站上检测到的标签。
The old sharer.php endpoint will read the same meta tags as the Like button - when shared, the Facebook crawler accesses your site and pulls the metadata for the post (image, description, etc)
If you want to generate some sample metadata there's a form on the like button documentation (see 'step 2') to output tags in the correct format.
Use the Debug tool to see what tags Facebook detects on your site.
尝试复制或重新创建“点赞”按钮违反了 Facebook 的政策。
添加开放图标签不会影响您的页面,但它们会改善页面在 Facebook 中共享或点赞时的显示方式。
您可以创建一个名为“共享”的按钮,该按钮可打开提要对话框(sharer.php 已弃用),但您必须使用真正的“点赞”按钮,而不是自定义图像标签。
It's against facebook's policies to try and replicate or re-create the like button.
Adding open graph tags won't affect your page, but they will improve how it appears when shared or liked in Facebook.
You may create a button called share which opens the feed dialog (sharer.php is deprecated) but you must use the real like button, not a custom image tag.