Reputation: 519
I'm trying to find a script to embed the latest video from my schools youtube channel into the school website home page.
I'm coding in asp, javascript and html
Cheers
John
Upvotes: 1
Views: 4554
Reputation: 425
<iframe width="300" height="200" src="http://www.youtube.com/embed?max-results=1&controls=0&showinfo=0&rel=0&listType=user_uploads&list=YOUR_USERNAME_HERE" frameborder="0" allowfullscreen></iframe>
Upvotes: 1
Reputation: 319
Just go to this url http://www.yvoschaap.com/youtube.html and you would find it useful for your need
Upvotes: 4