Yoast SEO插件将这一行添加到页面的标题部分:
<meta property="og:image" content="https://link.to.image.jpg" />
但根据FB OpenGraph og:image not pulling images (possibly https?), 线路应为:<meta property="og:image" content="http://link.to.image.jpg"/>
如何定位此行以更正它?Yoast SEO插件将这一行添加到页面的标题部分:
<meta property="og:image" content="https://link.to.image.jpg" />
但根据FB OpenGraph og:image not pulling images (possibly https?), 线路应为:<meta property="og:image" content="http://link.to.image.jpg"/>
如何定位此行以更正它?我不认为http和https有什么关系,https现在就像一个标准,为了正确检查,请尝试以下方法:
检查图像链接并确保其正常工作访问FB调试器页面-https://developers.facebook.com/tools/debug/ 检查是否有其他问题
我有woo commerce设置。现在的要求就像说,如果我搜索预算,比如说5000,它应该显示总价格为5000的产品(例如一个价格为3000的产品和一个2000奖的产品)。我们该怎么做,请帮忙。