// Видео с YouTube function bbyoutube($str) { $str = preg_replace('#\[youtube=(.*?)\]#si', '<iframe width="100%" src="https://www.youtube.com/embed/\1" frameborder="0" allowfullscreen></iframe>', $str); return $str; }