当用户使用像按钮这样的facebook时,将youtube视频嵌入到脸谱墙中

时间:2011-05-11 00:23:34

标签: html facebook youtube opengraph

当用户点击我网站上的facebook like按钮时,帖子会打到他们的墙上。我希望该帖子能够从youtube中嵌入视频。这可能吗?

现在我正在使用以下代码:

    <meta content="http://www.youtube.com/embed/G5T76rIgXPQ" property="og:video" />
    <meta content="560" property="og:video:height" />
    <meta content="349" property="og:video:width" />
    <meta content="application/x-shockwave-flash" property="og:video:type" />

1 个答案:

答案 0 :(得分:1)

单独使用Like按钮不会为您执行此操作。您必须以编程方式通过FB API发布视频。例如和文档:

Programatically add and youtube video to wall post

http://developers.facebook.com/docs/reference/api/post/#publishing