// //echo youtube('http://www.youtube.com/watch?v=02qbCIoZM2Y', 800, 600); function url_youtube($video) { return @str_replace('v=', '', @strstr($video, 'v=')); } function youtube($video, $x, $y) { $urlVideo = @str_replace('v=', '', @strstr($video, 'v=')); $montar = '
'; return $montar ; } function youtube_image($video) { $url = @str_replace('v=', '', @strstr($video, 'v=')); $url = reset(@explode('&', $url)); return 'http://i4.ytimg.com/vi/'.$url.'/mqdefault.jpg'; } ?>