FacebookでWebサイトのビデオページを共有しています。OGメタタグで高解像度画像を使用しました。
私の問題
投稿にハイライト機能を使用すると、Facebook は YouTube のビデオ共有の場合のように大きな画像を表示しません。私は次のコードを使用しています:
<meta property="og:site_name" content="MysiteName"/>
<meta property="og:url" content="Post URL"/>
<meta property="og:title" content="你好,喬,這是工作"/>
<meta property="og:type" content="video" />
<meta property="og:image" content="Image Url" />
<meta property="og:description" content="Enter Your Sub Headline Text Here"/>
<meta property="og:video" content="Video Url" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="2048" />
<meta property="og:video:height" content="1024" />
<meta property="fb:app_id" content="AppID" />
表示する小さなプレビュー、私が達成したいこと。http://screencast.com/t/rxCbLySMEn エラーの解決にご協力ください。