List Your YouTube Videos Clips in Website
Filed in: Tips n Tricks, Weblog — July 5th, 2005
Previously I told you how to embed YouTube video clips into your blog/website. You may also want to list all your uploaded video clips in the sidebar of web page. YouTube team has added the new feature!
Exclusive for LiewCF.com readers! Not even announced in YouTube.com yet!
Insert the following code to where you want to display the YouTube video clips list(example: sidebar). Replace USER_NAME in the code with your YouTube username.
-
<iframe id="videos_list" name="videos_list"
-
src="http://www.youtube.com/videos_list.php?user=USER_NAME"
-
scrolling="auto"
-
width="265"
-
height="400"
-
frameborder="0"
-
marginheight="0"
-
marginwidth="0"></iframe>
When you are done, a YouTube block will displayed in your webpage with your uploaded video clips listed:

Easy huh?
Tips: change values of width and height in the code to suit your website design.
[ Thanks, Steve(YouTube developer) ]


