Google Plus共享按钮并不总是显示图像


Google Plus Share Button not always showing image

我使用的是Google plus Share API。在下面的页面上,当我点击G+共享按钮时,在相应的captcha屏幕上,我没有看到附加的og:image。在其他代码相同的页面上,我会这样做。例如http://www.partypakjes.nl/dames/zwarte-petticoat-halflang效果很好。有人能提供如何显示图像的提示吗?非常感谢!

页码:http://www.partypakjes.nl/blog/ouwe-sunder-2015代码:

<meta property="og:title" content="Party Pakjes | Extra openingstijden Ouwe Sunder 2015" />
<meta property="og:description" content="" />
<meta property="og:type" content="product" />
<meta property="og:url" content="http://www.partypakjes.nl/blog/ouwe-sunder-2015" />
<meta property="og:image" content="http:/www.partypakjes.nl/images/blogimages/big/Ouwe%20Sunder.jpg" />
<a target="_blank" href="https://plus.google.com/share?url=http://www.partypakjes.nl/blog/ouwe-sunder-2015" class="social-media-google js-social-popup">
<div class="icon-google-plus"></div>
<div class="google-count">0</div>
</a>

谢谢你的帮助。Floris

来自Google文档:

  • 为什么我的+代码段图像没有出现过小或不够方正的图像不会包含在+代码段中,即使schema.org微数据或Open Graph标记明确引用了这些图像。具体来说,高度必须至少为120px,如果宽度小于100px,则纵横比必须不大于3.0
  • 注意:获取+Sippet数据的逻辑遵循缓存控制指令,因此对页面的更改可能不会立即反映在+Sippet中