tags:

views:

48

answers:

3

I'm looking for a way get the following from a users youtube name or url.

  1. thumbnail
  2. link to video on youtube.com
  3. Title of the video

Need to do it with PHP. Is there some youtube api I can use or is something like simple pie my best bet?

+1  A: 

YouTube has got an API available. You can see the reference here: https://code.google.com/apis/youtube/2.0/reference.html

Daniel Egeberg
A: 
chanchal1987