Hi Guys,
I got the chance to work on YouTube API so thought that I should share the useful links so that it saves your time.
I got the chance to work on YouTube API so thought that I should share the useful links so that it saves your time.
- YouTube API
http://code.google.com/apis/youtube/getting_started.html#data_api - Get search term feed
http://gdata.youtube.com/feeds/api/videos?q=internet&v=2 (include the video id also) - PHP Guide
http://code.google.com/apis/youtube/2.0/developers_guide_php.html - YouTube API with PHP
http://www.ibm.com/developerworks/xml/library/x-youtubeapi/ - API Parameters
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html#Searching_for_Videos - Guide to display Videos
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_displaying_list_of_videos.html - Custom YouTube Video Player
http://tutorialzine.com/2010/07/youtube-api-custom-player-jquery-css/