Googleプラスの画像と説明付きのリンク(chrome拡張機能から)を共有したい。
http 基本認証なしで正常に動作しています。
つまり、URL = "https://mysite.com"
ただし、http 基本認証では、画像と説明が読み込まれません。
つまり、URL = "https://subdomain.mysite.com"
共有のために私はこれを使用しています:
ヘッド セクション:
<meta property="og:title" content="My title"/>
<meta property="og:image" content="https://subdomain.mysite.com/my_logo.png"/>
<meta property="og:description" content="descption"/>
リンクを使用して共有:
<a href="https://plus.google.com/share?url=https://subdomain.mysite.com/link" target="_blank">share</a>
何が問題ですか :
http-basic-authentication, subdomain or anything else ?