如何将我自己的HTML5/flash视频播放器嵌入facebook墙报(使用rails+;考拉)?

如何将我自己的HTML5/flash视频播放器嵌入facebook墙报(使用rails+;考拉)?,facebook,html,video,koala,Facebook,Html,Video,Koala,我想将我自己的HTML5(带有flash备份)播放器嵌入到Facebook的墙上帖子中。 我正在使用rails和ruby考拉。 我已经看到了这一点:对于可以添加的元标记,但它要么用于指向我的网页的链接,要么用于加载视频文件 如果有人能帮助我,我将不胜感激:) 下面是链接上的og:tags被共享的示例,这样facebook就可以接收客户的视频播放器: <meta property="og:type" content="movie" /> <meta property="og:v

我想将我自己的HTML5(带有flash备份)播放器嵌入到Facebook的墙上帖子中。 我正在使用rails和ruby考拉。 我已经看到了这一点:对于可以添加的元标记,但它要么用于指向我的网页的链接,要么用于加载视频文件

如果有人能帮助我,我将不胜感激:)

下面是链接上的og:tags被共享的示例,这样facebook就可以接收客户的视频播放器:

<meta property="og:type" content="movie" /> 
<meta property="og:video:height" content="260" /> 
<meta property="og:video:width" content="420" /> 
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:title" content="Big Buck Bunny" /> 
<meta property="og:description" content="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation." />
<meta property="og:image" content="http://www.example.com/bunny.png" />
<meta property="og:video" content="http://www.example.com/jwplayer/player.swf?file=http%3A%2F%2Fwww.example.com%2Fbunny.flv&autostart=true" /> 


谢谢,您知道是否仍然可以只安装flash播放器吗?从未尝试过。我是通过谷歌找到你的答案的,不是个人经验。快乐编码!嗨,不知怎么的,我无法让它工作:(.我正在指向我的播放器,并试图通过facebook链接显示视频,例如:实际上,我怎么知道我的播放器可以这样使用参数?(source=[player path]?file=[file path]?如果它需要不同的参数怎么办?我对flash真的不太了解。你必须用它进行实验,看看不同的参数是否有效。