当用户点击我网站上的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" />
答案 0 :(得分:1)
单独使用Like按钮不会为您执行此操作。您必须以编程方式通过FB API发布视频。例如和文档:
Programatically add and youtube video to wall post
http://developers.facebook.com/docs/reference/api/post/#publishing