是否可以在页面 body 的 <img> 标签中使用 Facebook OG 标签?
Is it possible to use Facebook OG tag in an <img> tag in the body of a page?
在我正在构建的 WordPress 网站中,我希望将第一个 post 图像设为该页面的 og:image。但是,我还不知道调用 header 时的图像是什么。
有没有办法在 <img>
标签本身或 <body>
中的其他地方指定 og:image?
这个问题的答案显然是否定的。
根据协议,你不能。调用 header 时,您应该可以访问当前循环或 post object。在编写主题时,我建议您使用函数来确定图像或使用像 https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
这样的插件
在我正在构建的 WordPress 网站中,我希望将第一个 post 图像设为该页面的 og:image。但是,我还不知道调用 header 时的图像是什么。
有没有办法在 <img>
标签本身或 <body>
中的其他地方指定 og:image?
这个问题的答案显然是否定的。
根据协议,你不能。调用 header 时,您应该可以访问当前循环或 post object。在编写主题时,我建议您使用函数来确定图像或使用像 https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
这样的插件