youtube iframe by url — получить код iframe из ссылки на YouTube
$step1=explode('v=',$youtube_link); $step2=explode('&',$step1[1]); $video_id=$step2[0]; echo '<iframe width="560" height="315" src="http://www.youtube.com/embed/'.$video_id.'?autoplay=0" frameborder="0"></iframe>';