1

我正在尝试使用og:video元标记在 Facebook 时间轴上嵌入 Flash 音频播放器。它对于一些带有标签的页面不与其他页面一起购买。每个页面都有相同的标签,除了歌曲 IDbeat_idog:image

对于某些 URL,您会在 Facebook 时间轴上看到一个不错的播放按钮,单击时 Flash 播放器将像 YouTube 视频一样在时间轴上打开,仅对于某些 URL,它只显示一个链接。

我尝试使用 Facebook 的调试器重置 URL,但仍然是同样的问题。有任何想法吗?这里有 2 个 URL 及其标签,一个有效,另一个无效。

不显示播放按钮,只有链接:http ://www.myflashstore.net/share-beat/373456

<meta name="og:image" content="http://www.myflashstore.net/images/avatar/thumb_e14704915848de9788143522.jpg" />
  <meta name="og:video" content="http://www.myflashstore.net/flash/solo.swf?beat_id=373456&autoplay=true' />" />
  <meta name="og:video:height" content="100" />
  <meta name="og:video:width" content="400" />
  <meta name="og:video:type" content="application/x-shockwave-flash" /> 

显示播放按钮并在时间线上播放:http ://www.myflashstore.net/share-beat/387438

<meta name="og:image" content="http://www.myflashstore.net/images/avatar/thumb_37ff506f1aac87c3ff0266cf.jpg" />
  <meta name="og:video" content="http://www.myflashstore.net/flash/solo.swf?beat_id=387438&autoplay=true' />" />
  <meta name="og:video:height" content="100" />
  <meta name="og:video:width" content="400" />
  <meta name="og:video:type" content="application/x-shockwave-flash" />

编辑 2013 年 5 月 7 日

好像是 Facebook 的 bug,我已经报告了这个 bug,已经被 FB 工程师分类,等待回复

http://developers.facebook.com/bugs/449237341833565

4

1 回答 1

-1

这会做你想做的

<meta name="video_width" content="700" />
<meta name="video_height" content="400" />
<meta name="video_type" content="application/x-shockwave-flash" />
<link rel="video_src" href="http://www.myflashstore.net/flash/solo.swf?beat_id=373456&autoplay=true"/>

<link rel="image_src" href="http://www.myflashstore.net/images/avatar/thumb_37ff506f1aac87c3ff0266cf.jpg" />
于 2013-05-07T12:44:52.933 回答