【问题标题】:Google+ plus post with video embedded via PHP通过 PHP 嵌入视频的 Google+ plus 帖子
【发布时间】:2014-06-16 22:47:33
【问题描述】:

我想在 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 正在从开放图表中挑选除视频以外的所有内容。我需要做其他事情来分享这个嵌入视频的链接吗?

【问题讨论】:

    标签: google-plus


    【解决方案1】:

    Google+ 有一个小白名单,列出了他们从中嵌入视频的网站。您不在白名单中,因此无法进行视频预览。 Google 没有正式的加入白名单的流程。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-05-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-02
      • 1970-01-01
      相关资源
      最近更新 更多