AccessTr.neT

Tam Versiyon: Youtube Iframe Video Kodunu <Amp-Youtube Koduna Çevirme
Şu anda arşiv modunu görüntülemektesiniz. Tam versiyonu görüntülemek için buraya tıklayınız.
Epey uğraştırdığı için paylaşmak istedim.

PHP Kod:
$html preg_replace('/<iframe width="(.*)" height="(.*)" src="\/\/www.youtube.com\/embed\/(.*)" frameborder="0" allowfullscreen>\<\/iframe>/''<amp-youtube width="480" height="270" layout="responsive" data-videoid="$3"></amp-youtube>'$html); 


Örnek sayfa: https://accesstr.net/konu-alt-form-ust-f...derme.html
Amp Sayfa: https://accesstr.net/amp/konu-76818.html
Güncel kod

PHP Kod:
$html preg_replace('/<iframe src="https:\/\/www.youtube.com\/embed\/(.*?)" (.*)><\/iframe>/''<amp-youtube width="480" height="270" layout="responsive" data-videoid="$1"></amp-youtube>'$html);