问题
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&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js">
</script>
来源:https://stackoverflow.com/questions/8212370/how-do-i-embed-youtube-video-channel-in-a-web-page