Ok so basically I used the following Youtube Chanel embed code:
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=tomdesigner777&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
And it embed a tiny blue box with a video slideshow with a horrible blue background, but how do I go about making the video player slightly larger and changing the back ground?… the embed code doesn’t let me do anything. Any help would be appreciated!
Is it compulsory to use a Google module? You won’t get much flexibility is making changes.
Why not use the YouTube API’s JSON response? That way you can have total flexibility in getting the video’s you want through JavaScript.
Here is the JSON feed for channel you want: https://gdata.youtube.com/feeds/api/users/tomdesigner777/uploads?v=2&alt=jsonc&max-results=5
Update
Here is the code you can use to get a video from a YouTube user upload channel. At the moment, this code randomly outputs one video on each page refresh:
The complete solution: http://jsfiddle.net/sbhomra/kCSsX/