↧
Dealing with the Youtube GData API
Using SimpleXML we will parse the Youtube feed to show today’s top videos. The feed link is: http://gdata.youtube.com/feeds/api/standardfeeds/top_rated?time=today&start-index=1&max-results=5 it...
View ArticleShow the latest videos from a youtube channel with Youtube GDATA Api –...
The purpose of this tutori al is to create a widget that will show the latest videos from a particular Youtube user. For this tutorial we will use some JQuery magic and the power of Youtube GDATA Api....
View Article