我对facebook图片有疑问。我的图片没有在分享时显示,而在谷歌+工作正常。 facebook调试器给了我以下消息:
og:图片未定义,无法下载或不够大。请使用og:image metatag定义所选图像,并使用至少200x200px且可从Facebook访问的图像。图片' https://marketsrally.com/images/video/text-banner.png'将改为使用。
我的og标签:
if (channelName != null && channelName.indexOf("ef") == 0) {
%><div class="error"> This Channel url Portected!</div><%
}
该网站的链接:
我的图片宽度和高度约为300像素,链接有效。它是jpg格式,虽然我尝试使用PNG。可能是什么问题?
答案 0 :(得分:1)
查看http://beta.beantin.se/clearing-linkedin-link-sharing-preview-cache/您显然需要在Google+的页面标题中设置缓存目标,并为LinkedIn添加其他参数。
您可以在网页的html代码中使用元标记(请参阅http://www.i18nguy.com/markup/metatags.html),也可以在网络服务器的http响应标头中使用元标记(请参阅http://www.mobify.com/blog/beginners-guide-to-http-cache-headers/)。