Get the YouTube Thumbnail Image
13 Oct
To get the YouTube thumbnail image, you would either use their API or a simpler method would be to use this format of the url: http://img.youtube.com/vi/VIDEO_ID/#.jpg Where VIDEO_ID is the last bunch of characters after “v=” in the URL: http://www.youtube.com/watch?v=0TflnHlQMt8 # is the thumbnail number. The choices are 0, 1, 2, 3. 0 is the [...]
