How do I embed YouTube video channel in a web page?

∥☆過路亽.° 提交于 2020-01-14 02:40:33

问题


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?


回答1:


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&amp;up_channel=YourChannelName&amp;synd=open&amp;w=320&amp;h=390&amp;title=&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js">
</script>


来源:https://stackoverflow.com/questions/8212370/how-do-i-embed-youtube-video-channel-in-a-web-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!