0

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.

MTR88
  • 5
  • 1
  • 6

1 Answers1

0

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>
Community
  • 1
  • 1
svnm
  • 17,405
  • 18
  • 82
  • 100
  • I tried to add that code to my coding, but for some reason nothing pops up. I was experimenting just with one video previously and the viewing window would pop up. Now I am very new to html coding, so there is quite possibly an error on my part. – MTR88 Jan 04 '15 at 07:40
  • I would say fork this [jsFiddle](http://jsfiddle.net/austinpray/G5GhH/) and have a go at modifying it to use a channel. Also here is a [jsFiddle](http://jsfiddle.net/SimoneGianni/NmvA9/) example of using the Youtube Data API to acheive the desired result. – svnm Jan 04 '15 at 08:32