本文介绍了Facebook在第一次分享时忽略了OG图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我正在开发WordPress网站,并使用yoast seo插件在动态页面上生成一个og图像。但是,我认为这与此无关。 og图像链接看起来是完美的,但是如果我点击分享按钮,除非我已经点击了分享按钮,或者使用Facebook开发人员工具先刷新页面,否则不会包含图像。 这是Facebook的问题,还是服务器问题?解决方案通过通过API触发刮擦 a>一旦发布,或通过OG元标记指定图像尺寸。 https://developers.facebook.com/docs/sharing/best-practices#precaching :The second one is probably easier to implement; although you might have to modify your plugin that generates the OG meta tags (or choose a different one) if it doesn’t provide an option to output the image dimensions as well already. 这篇关于Facebook在第一次分享时忽略了OG图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-21 14:23