使用Open Graph元标记在Facebook时间轴上播放视频

时间:2013-04-30 11:55:45

标签: html facebook metadata facebook-opengraph

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

之外,每个页面都会有相同的标记

对于某些网址,您可以在Facebook时间线上获得一个不错的播放按钮,点击Flash播放器会在时间轴上打开,就像YouTube视频一样,仅针对某些网址,只显示一个链接。< / p>

我尝试使用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的错误,我已经报告了这个错误,并且它已被FB工程师分类,等待回复

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

1 个答案:

答案 0 :(得分:-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" />