Авторизация
 Регистрация   Войти   Забыли пароль? 

Исправление youtube_bbcode_include.php

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / Исправление youtube_bbcode_include.php


 Russian

Ютуб отменил встраивание <object>. Поэтому теперь надо сделать через <iframe>.

Fix youtube_bbcode_include.php

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / Fix youtube_bbcode_include.php


 English

Youtube canceled the embedding <object>. Therefore now it is necessary to make through <iframe>.

PHP

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
/includes/bbcodes/youtube_bbcode_include.php

PHP
  1. <?php
  2. $text = preg_replace('#\[youtube\](.*?)\[/youtube\]#si',
  3. "<iframe style=' width: 100%; max-width: 640px; ' height='360' src='https://www.youtube.com/embed/\1?ecver=1' frameborder='0' allow='autoplay; encrypted-media' allowfullscreen></iframe>", $text);
  4. ?>

Добавить комментарий

Добавить комментарий
Пожалуйста, залогиньтесь для добавления комментария.
Рейтинги
HTML-code and BB-code for blogs and forums

<a href="https://php-fusion.vveb.ws/php-fusion.php?id=68">Исправление youtube_bbcode_include.php</a>


[url=https://php-fusion.vveb.ws/php-fusion.php?id=68]Исправление youtube_bbcode_include.php[/url]

Language: Default
 
Код для PHP-Fusion