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.
Asked
Active
Viewed 668 times
1 Answers
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&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
-
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