// Функция - обработчик тега [video] function video_2html($elem) { $str = '<div class="bb_tag_video">'; foreach ($elem['val'] as $item) { if ('item'==$item['type']) { continue; } $iframe_regexp = '/<iframe.*?src=(?!"http:\/\/www\.youtube\.com\/embed\/|"http:\/\/vk\.com\/video_ext\.php\?).*?><\/iframe>/i'; $iframe_regexp2 = '/<iframe.*>.+<\/iframe>/i'; } $str .= '</div>'; return $str; }
Вопрос
Как внести правильно, что бы можно было вставлять на стену код от видео instantvideo:
<iframe width="440" height="365" scrolling="no" src="http://site.ru/components/video/ajax/get_movie_code.php?id=17&width=425&height=349" frameborder="0" allowfullscreen></iframe>