虽然我在早期阶段创建了一个播放器,但我需要像 youtube 一样在 Facebook 时间轴内播放视频。我已将标签放置如下:
<meta property="og:title" content="Little Cast Video Test"/>
<meta property="og:description" content="Little Cast Video Test"/>
<meta property="og:type" content="movie"/>
<meta property="og:video:height" content="270"/>
<meta property="og:video:width" content="480"/>
<meta property="og:url" content="http://littlecast.confiz.com/littlecast/fbtest.html"/>
<meta property="og:video" content="http://littlecast.confiz.com/littlecast/main.swf">
<meta property="og:video:secure_url" content="https://littlecast.confiz.com/littlecast/main.swf">
<meta property="og:image" content="http://littlecast.confiz.com/littlecast/thumb.jpg"/>
<meta property="og:video:type" content="application/x-shockwave-flash">
Facebook 调试器还显示此页面中没有错误/警告,但播放器仍然没有显示,也没有播放到 facebook。
我需要让我的播放器从 facebook 获得批准还是应该按原样工作?
PS:我的播放器是用 Flex 编写的。如果您需要检查 html 主机文件,请点击此网址:我的网址