如何在网页中嵌入 YouTube 视频频道?

发布于 2024-12-17 08:50:16 字数 579 浏览 2 评论 0原文

我刚刚集成了以下 YouTube 嵌入代码

<param name="movie" value="http://www.youtube.com/.....">
</param>
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/....." type="application/x-shockwave-flash"   allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="560" height="340"></embed>
</object>

,但我还想在我的网页上列出我的视频频道。我怎样才能做到这一点?

I have just integrated the below YouTube embedded code

<param name="movie" value="http://www.youtube.com/.....">
</param>
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/....." type="application/x-shockwave-flash"   allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="560" height="340"></embed>
</object>

But I also want to list my video channel on my web page. How I can do this?

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

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

发布评论

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

评论(1

白芷 2024-12-24 08:50:16

试试这个:在页面中您想要的位置包含此脚本标记
如果需要,请将 YourChannelName 修改为您的 YouTube 名称以及 iframe 的宽度和高度

<script 
src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js">
</script>

try this: include this script tag where you want in you page
modifiy YourChannelName to your youtube name and the width and height of the iframe if you want

<script 
src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js">
</script>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文