Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

garirry

macrumors 68000
Original poster
Apr 27, 2013
1,543
3,907
Canada is my city
I would like to have some kind of HTML plugin so I can put it on my website that shows the latest video of my Youtube channel so I don't have to change all the HTML codes for embedding every time I post a new video. Does anybody have an idea for that?
 
Youmax?

Or use an iframe

Code:
<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=YOURCHANNELNAMEHERE&" allowfullscreen="" frameborder="0" height="315" width="560"></iframe>
 
Youmax?

Or use an iframe

Code:
<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=YOURCHANNELNAMEHERE&" allowfullscreen="" frameborder="0" height="315" width="560"></iframe>

Thanks a lot for the code, I just put it on my website and it seems to automatically show my uploaded playlist. By the way, here you can take a look if you want at your new code in my website: http://etechmaster22.moonfruit.com/videos/4574931623 .
Thanks again!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.