+1 と共有を同時に行う Google+ 共有プラグインを使用しています。
残念ながら、指定した画像が表示されません。
サイズ要件に準拠した 200px x 200px の画像を使用していました。指定したとおりに表示する名前と説明を取得できます。
以下は私が使用しているコードです:
<!DOCTYPE html>
<html itemscope itemtype="http://schema.org/Vacancy">
<head>
<meta itemprop="name" content="Vacancy">
<meta itemprop="description" content="A new job vacancy etc">
<meta itemprop="image" content="https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcQBafMb42NGLi-C-NEmdC-RQDJ5t8PRahD4uTdpOuSAnD5_gMU1_g">
</head>
<body>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>
+1共有に正しい画像が表示されないことを除いて、すべて正常に機能します。
この点で何か助けていただければ幸いです。
どうもありがとう、
メアリー