Google+以及通过PHP嵌入视频的帖子

时间:2014-06-16 07:55:29

标签: google-plus

我想在Google +上分享一个链接,该链接在作为帖子分享时会嵌入视频

以下是正在使用的相关开放图表标记

<meta property="og:type" content="website" />
<meta property="og:url" content="http://mysiteurl" />
<meta property="og:image" content="http://imageurl" />
<meta property="og:description" content="desc goes here /> 
<meta property="og:title" content="title goes here" /> 
<meta property="og:site_name" content="sitename" />
<meta property="og:video" content="https://www.youtube.com/v/XXXXXX" />
<meta property="og:video:width" content="300" />
<meta property="og:video:height" content="200" />
<meta property="og:video:type" content="application/x-shockwave-flash" />'

我正在使用

<a title="Google plus" href='https://plus.google.com/share?url=http%3A%2F%2Fmysiteurl'><img src='/images/googleshare.png'></a>

通过php分享。

Google plus正在从开放图表中选择除视频之外的所有内容。我是否需要做其他事情与嵌入视频共享此链接?

1 个答案:

答案 0 :(得分:1)

Google+有一小部分他们嵌入视频的网站白名单。您不在白名单中,因此视频预览无法正常工作。 Google没有获得白名单的正式流程。