Facebook 推荐社交插件不提取文章图像

发布于 2024-12-19 02:31:34 字数 135 浏览 2 评论 0原文

在我的主页 www.womensministry.net 上,我有来自 Facebook 的推荐社交插件。然而,撤回的建议并未显示文章中的相关图片。我直接从 Facebook 开发人员那里提取了 iframe 脚本。任何有关提取图像的帮助将不胜感激,谢谢。

On my homepage, www.womensministry.net, I have the Recommendations Social Plugin from Facebook. The Recommendations pulled, however, do not display relevant pictures from the articles. I have pulled the iframe script directly from Facebook Developers. Any help with pulling images would be appreciated, thanks.

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

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

发布评论

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

评论(1

沫尐诺 2024-12-26 02:31:34

与任何 Facebook 社交插件一样,推荐会从页面上的 og 标签解析其信息。

您应该阅读 https://developers.facebook.com/docs/opengraph/ 并添加至少包含以下标签:

<meta property="og:image" content="http://your.image.url/here"/>

在您的内部

<head></head>

As any Facebook Social Plugin, Recommandations parse its informations from og tags on your pages.

You should read https://developers.facebook.com/docs/opengraph/ and add at least the following tag :

<meta property="og:image" content="http://your.image.url/here"/>

inside your

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