[Help] Youtube Thumbnail Image

benol

Newbie
Joined
Nov 25, 2008
Messages
38
Reaction score
18
Hi Blackhaterz

I have problem with one of video gallery auto blog.
I want to know how to put video thumbnail into post automatically?

Try to use different theme but still can't post thumbnail into post.
I use WP Video Gallery theme, WP Video Tube for plugin.

Can you help me to solve this problem ?
 
Yeahhh I need the answer for this problem too...
Anybody please share..
 
hi from italy :)
you should use a PHP script i think...
Something like:
PHP:
<? 


$video="$_POST[video]"; 

$video2 = explode("watch?v=", $video); 

$video2 = explode("&", $video2[1]); 

$video2 = $video2[0]; 
$pic="img.youtube.com/vi/$video2/default.jpg"; 
echo ("<img src='". $pic ."'>");
?>
But i'm not sure if it works...
I only wanted 2 suggest u an idea xD
Bye!
 
Back
Top