Embed my youtube channel on my website?

oreilly2311

Regular Member
Joined
May 19, 2009
Messages
229
Reaction score
121
Is it possible to embed my youtube channel on my website? I can't seem to find any up to date information about how to do it or has youtube stopped allowing this?

PHP/HTML
 
Last edited:
Not the whole channel, but you can make a playlist of videos then get the HTML code and embed that...
 
It is possible using iframes..

<iframe src="channel url here" width="200" height="200"></iframe>

Hope this is what you're looking for.

Edit the width and height to you're likings.
 
Back
Top