Results 1 to 2 of 2

Thread: Youtube API info

  1. #1
    Join Date
    Jun 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Youtube API info

    Does anyone know if it is possible to pull the dynamic thumbnails generated by Youtube so you could build something like they have in their playlists items (see screen shot to understand what I'm talking about).

    youtube screen shot
    Last edited by djr33; 06-20-2012 at 07:35 PM. Reason: fixed link URL

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    If ID is the id of a youtube video, you can get its thumbnails by putting:
    http://img.youtube.com/vi/ID/1.jpg
    or:
    http://img.youtube.com/vi/ID/2.jpg
    or:
    http://img.youtube.com/vi/ID/3.jpg

    You can then use the images as links for the video.
    ---
    Arie Molendijk.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •