Quantcast
Channel: Web Developer Source » admin
Viewing all articles
Browse latest Browse all 12

Get youtube video thumbnail / image in using php

$
0
0

if you want to post thumbnail  image of  youtube video in your website, this tip show how to get youtube video thumbnail / image in by php.

First you need to get youtube video id from you tube

URL https://www.youtube.com/watch?v=wXGQUfxguxI

 

$youtube_url = "http://www.youtube.com/watch?v=wXGQUfxguxI";
parse_str( parse_url( $youtube_url, PHP_URL_QUERY ) );
echo $v; // this will output wXGQUfxguxI
After you got youtube video id , Please try to do test following img url

http://img.youtube.com/vi/videoID/0.jpg

http://img.youtube.com/vi/videoID/1.jpg

http://img.youtube.com/vi/videoID/2.jpg

http://img.youtube.com/vi/videoID/3.jpg

 


Viewing all articles
Browse latest Browse all 12

Latest Images

Trending Articles





Latest Images