jQuery mobile and Youtube data feed

  You are currently not logged in. You can view the forums, but cannot post messages. Log In | Register

18-Jun-12 08:24
Hello,

I am planning to build an app using jQuery mobile. The idea of my app is to fetch some videos from youtube channel using data feed (gdata) and i want to customize the list of these videos. Could you please let me know which language script should i use and if you have tips to help me i will be very thankful to you! 
26-Jun-12 02:14
Hi Husam,

I've never used the YouTube API but my choice would be to use their JSON version:

https://developers.google.com/youtube/2.0/developers_guide_json

I'd pull the data from the API using JavaScript and jQuery's $.getJSON() method, unless you're planning to have your app's functionality on your server, in which case you could use something like PHP to pull the data, customize it, then send the result to the browser. It all depends how you're structuring your app really.

--
Matt Doyle, Elated
3rd Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/

 
New posts
Old posts

Follow Elated