当用户使用 Facebook Like 按钮时将 YouTube 视频嵌入 Facebook 墙
当用户点击我网站上的 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" />
When a user clicks the facebook like button on my site, a post hits their wall. I'd like that post to have a video embedded in it from youtube. Is this possible?
Right now I'm using the following code:
<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" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅靠“赞”按钮无法为您做到这一点。您必须通过 FB API 以编程方式发布视频。有关示例和文档:
以编程方式将 YouTube 视频添加到墙贴
http://developers.facebook.com/docs/reference/api/帖子/#publishing
A Like button alone won't do that for you. You'll have to programmatically post the video via FB API. For examples and docs:
Programatically add and youtube video to wall post
http://developers.facebook.com/docs/reference/api/post/#publishing