如何在 Facebook 应用程序选项卡上成功嵌入 YouTube 视频

发布于 2024-10-04 13:27:43 字数 372 浏览 2 评论 0原文

我创建了简单的 Facebook 应用程序。我有一个个人资料选项卡(用于 Facebook 页面),其中嵌入了 YouTube 视频。

<fb:swf swfbgcolor="000000" imgstyle="border-width:3px; border-color:white;" swfsrc='http://www.youtube.com/v/xxxxxxxxxx'  imgsrc='http://img.youtube.com/vi/xxxxxxxxxx/2.jpg' width='340' height='270' />

图像看起来不错。但 onclick 不播放视频。

我很感激任何帮助。

谢谢。

I have created simple facebook app. I have a profile tab(for facebook pages) where I have embed a youtube video.

<fb:swf swfbgcolor="000000" imgstyle="border-width:3px; border-color:white;" swfsrc='http://www.youtube.com/v/xxxxxxxxxx'  imgsrc='http://img.youtube.com/vi/xxxxxxxxxx/2.jpg' width='340' height='270' />

The image appears fine. But onclick It does not play the video.

I appreciate any help.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

满栀 2024-10-11 13:27:44
<iframe 
    id="yt" 
    src="//www.youtube.com/embed/i8h9_2Ph5VY/?wmode=opaque&version=3&theme=dark&width=810&height=456&autoplay=0&rel=0&showinfo=0&iv_load_policy=3&&vq=hd720&hd=1&html5=1&enablejsapi=1&playerapiid=main" 
    frameborder="0" 
    scrolling="no" 
    allowfullscreen="true" 
    webkitallowfullscreen="true" 
    mozallowfullscreen="true" 
    style="width: 810px; height: 456px;">
</iframe>
<iframe 
    id="yt" 
    src="//www.youtube.com/embed/i8h9_2Ph5VY/?wmode=opaque&version=3&theme=dark&width=810&height=456&autoplay=0&rel=0&showinfo=0&iv_load_policy=3&&vq=hd720&hd=1&html5=1&enablejsapi=1&playerapiid=main" 
    frameborder="0" 
    scrolling="no" 
    allowfullscreen="true" 
    webkitallowfullscreen="true" 
    mozallowfullscreen="true" 
    style="width: 810px; height: 456px;">
</iframe>
回忆躺在深渊里 2024-10-11 13:27:43

为了实现这一目标,您必须将 swfsrc 属性值正确替换为您想要的 YouTube 视频之一。

打开YouTube视频链接,点击embed按钮并查看第一个 标记。复制该值(不带查询字符串)并将其粘贴到您的 swfsrc 属性值上。就这样。享受 ;)

in order to achieve that you have to correctly replace the swfsrc attribute value with the one of the youtube video you want.

open the youtube video link, click on the embed button and look at the first <param name="movie" value="http://www.youtube.com/v/cNgf6fd88g8?fs=1&hl=en_US"></param> tag. copy that value (without the query string) and paste it on your swfsrc attribute value. that's all. enjoy ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文