Been searching for the API to embed a Youtube channel\'s user_uploads
for channels which have the new channel_id
(starting with UC) instead of a user n
The posted answer does not work anymore.
Now you should use:
http://www.youtube.com/embed/videoseries?list=USERID
And the USERID is your youtube user id with 'UU' appended.
For example, if your user id is TlQ5niAIDsLdEHpQKQsupg
then you should put UUTlQ5niAIDsLdEHpQKQsupg
.
If you only have the channel id (which you can find in your channel URL) then just replace the first two characters (UC
) with UU
.
So in the end you would have an URL like this:
http://www.youtube.com/embed/videoseries?list=UCTlQ5niAIDsLdEHpQKQsupg
BTW. you can append &index=1
to specify which video should be played.
See answer on duplicate