2013-04-30 55 views
0

我试图在使用og:video元标签的Facebook时间轴上嵌入Flash音频播放器。它对于一些带有标签的页面不会与其他人购买。每个页面都会有相同的标签,除了歌曲ID beat_idog:image使用开放图形元标签在Facebook上播放视频时间线

对于一些网址,你会得到Facebook的时间轴上一个不错的播放按钮,点击后的Flash播放器将打开时间轴上就像YouTube视频一样,只是针对某些网址,它只是显示一个链接。

我试着重置URL的使用Facebook的调试器,但仍然是同样的问题。有任何想法吗?这里有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工程师分类,等待f或响应

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

+0

是你能重新提交的bug?在日志中,它看起来像他们说该错误将需要重新提交。 – Shane 2014-01-08 17:06:39

回答

-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" /> 
+2

这是旧的做法,Facebook现在使用Open Graph标签。 – Wasim 2013-05-07 16:28:45