如何在网页中嵌入 YouTube 视频频道?
我刚刚集成了以下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:在页面中您想要的位置包含此脚本标记
如果需要,请将 YourChannelName 修改为您的 YouTube 名称以及 iframe 的宽度和高度
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