PHP แสดงวีดีโอ YouTube HTML บทความนี้สอนใช้แท็ก iframe เพื่อแสดงวีดีโอ YouTube บนหน้าเว็บไซต์ HTML PHP โดยแท็ก iframe มี attribute ที่สำคัญเช่น src, width และ height สามารถเขียนโปรแกรมได้ดังนี้
ตัวอย่าง PHP แสดงวีดีโอ YouTube HTML
<?php
echo "
<iframe
width='560' height='315'
src='https://www.youtube.com/embed/xxxxxxxx'
title='YouTube video player'
frameborder='0'
allow='accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture'
allowfullscreen>
</iframe>
";
?>
PHP แสดงวีดีโอ YouTube HTML จากตัวอย่างใช้คำสั่ง echo แสดงแท็ก iframe เพื่อโหลดวีดีโอ YouTube บนหน้าเว็บไซต์ กำหนดความกว้างที่ width และความสูงที่ height พร้อมกับเปลี่ยนลิงก์ URL ของวีดีโอ YouTube ที่ src