Search code examples
htmlvideoyoutubewebfeed

HTML YouTube to Show All Videos?


Anyone know how to add the full upload feed from YouTube to a website using html coding??? I've been able to get single videos, but haven't found anything regarding all videos.


Solution

  • if you want to use the Youtube Data API you can retrieve all videos on a specific channel.

    If you just wanted to embed a full upload feed from a channel, as this question states you can use the channel embed code, for example:

    <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>