YouTube Embedded Players and Player Parameters

ภาพรวม

เอกสารนี้จะอธิบายวิธีฝังโปรแกรมเล่น YouTube ในแอปพลิเคชัน รวมถึงกำหนดพารามิเตอร์ที่ใช้ได้ในโปรแกรมเล่นที่ฝังของ YouTube

คุณสามารถปรับแต่งประสบการณ์การเล่นในแอปพลิเคชันได้โดยใส่พารามิเตอร์ต่อท้าย URL ของ IFrame เช่น คุณสามารถเล่นวิดีโอโดยอัตโนมัติได้โดยใช้พารามิเตอร์ autoplay หรือทำให้วิดีโอเล่นซ้ำโดยใช้พารามิเตอร์ loop นอกจากนี้ คุณยังใช้พารามิเตอร์ enablejsapi เพื่อเปิดใช้การควบคุมโปรแกรมเล่นผ่าน IFrame Player API ได้ด้วย

ปัจจุบันหน้านี้กำหนดพารามิเตอร์ทั้งหมดที่รองรับในโปรแกรมเล่นที่ฝังของ YouTube คําจํากัดความของพารามิเตอร์แต่ละรายการจะระบุผู้เล่นที่รองรับพารามิเตอร์ที่เกี่ยวข้อง

หมายเหตุ: โปรแกรมเล่นที่ฝังจะต้องมีวิวพอร์ตขนาดไม่ต่ำกว่า 200px คูณ 200px หากเพลเยอร์แสดงตัวควบคุม เพลเยอร์ต้องมีขนาดพอที่จะแสดงตัวควบคุมได้ทั้งหมดโดยไม่ทำให้วิวพอร์ตเล็กลงต่ำกว่าขนาดขั้นต่ำ เราขอแนะนำให้โปรแกรมเล่นขนาด 16:9 มีความกว้างอย่างน้อย 480 พิกเซลและสูงอย่างน้อย 270 พิกเซล

ฝังวิดีโอเพลเยอร์ YouTube

คุณใช้วิธีการใดก็ได้ต่อไปนี้เพื่อฝังโปรแกรมเล่น YouTube ในแอปพลิเคชันและระบุพารามิเตอร์ของโปรแกรมเล่น โปรดทราบว่าวิธีการด้านล่างแสดงวิธีฝังวิดีโอเพลเยอร์ที่โหลดวิดีโอรายการเดียว ส่วนต่อไปนี้จะอธิบายวิธีกำหนดค่าโปรแกรมเล่นให้โหลดเพลย์ลิสต์หรือวิดีโอที่ผู้ใช้อัปโหลด

ฝังเพลเยอร์โดยใช้แท็ก <iframe>

กำหนดแท็ก <iframe> ในแอปพลิเคชัน โดย URL ของ src จะระบุเนื้อหาที่โปรแกรมเล่นจะโหลด รวมถึงพารามิเตอร์อื่นๆ ของโปรแกรมเล่นที่คุณต้องการตั้งค่า พารามิเตอร์ height และ width ของแท็ก <iframe> จะระบุขนาดของโปรแกรมเล่น

หากสร้างองค์ประกอบ <iframe> เอง (แทนที่จะใช้ IFrame Player API เพื่อสร้าง) คุณสามารถเพิ่มพารามิเตอร์ของโปรแกรมเล่นต่อท้าย URL ได้โดยตรง URL มีรูปแบบดังนี้

https://www.youtube.com/embed/VIDEO_ID

แท็ก <iframe> ด้านล่างจะโหลดโปรแกรมเล่นขนาด 640x360 พิกเซลที่จะเล่นวิดีโอ YouTube M7lc1UVf-VE เนื่องจาก URL ตั้งค่าพารามิเตอร์ autoplay เป็น 1 วิดีโอจะเล่นโดยอัตโนมัติเมื่อโหลดเพลเยอร์

<iframe id="ytplayer" type="text/html" width="640" height="360"
  src="https://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1&origin=http://example.com"
  frameborder="0"></iframe>

ฝังโปรแกรมเล่นโดยใช้ IFrame Player API

ทำตามวิธีการสำหรับ IFrame Player API เพื่อแทรกวิดีโอเพลเยอร์ในหน้าเว็บหรือแอปพลิเคชันหลังจากที่โหลดโค้ด JavaScript ของ Player API แล้ว พารามิเตอร์ที่ 2 ในคอนสตรคเตอร์ของวิดีโอเพลเยอร์คือออบเจ็กต์ที่ระบุตัวเลือกของเพลเยอร์ ภายในออบเจ็กต์นั้น พร็อพเพอร์ตี้ playerVars จะระบุพารามิเตอร์ของโปรแกรมเล่น

โค้ด HTML และ JavaScript ด้านล่างแสดงตัวอย่างง่ายๆ ที่แทรกเพลเยอร์ YouTube ลงในองค์ประกอบหน้าเว็บซึ่งมีค่า id เป็น ytplayer ระบบจะเรียกใช้ฟังก์ชัน onYouTubePlayerAPIReady() ที่ระบุไว้ที่นี่โดยอัตโนมัติเมื่อโหลดโค้ด IFrame Player API แล้ว โค้ดนี้ไม่ได้กำหนดพารามิเตอร์ของโปรแกรมเล่นใดๆ และไม่ได้กำหนดตัวแฮนเดิลเหตุการณ์อื่นๆ ด้วย

<div id="ytplayer"></div>

<script>
  // Load the IFrame Player API code asynchronously.
  var tag = document.createElement('script');
  tag.src = "https://www.youtube.com/player_api";
  var firstScriptTag = document.getElementsByTagName('script')[0];
  firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);

  // Replace the 'ytplayer' element with an <iframe> and
  // YouTube player after the API code downloads.
  var player;
  function onYouTubePlayerAPIReady() {
    player = new YT.Player('ytplayer', {
      height: '360',
      width: '640',
      videoId: 'M7lc1UVf-VE'
    });
  }
</script>

เลือกเนื้อหาที่จะเล่น

คุณสามารถกำหนดค่าโปรแกรมเล่นที่ฝังเพื่อโหลดวิดีโอ เพลย์ลิสต์ หรือวิดีโอที่ผู้ใช้อัปโหลด

รายการต่อไปนี้อธิบายตัวเลือกเหล่านี้

  • การโหลดวิดีโอ

    สําหรับการฝัง IFrame รหัสวิดีโอ YouTube ของวิดีโอที่คุณต้องการโหลดจะระบุไว้ใน src URL ของ IFrame

    https://www.youtube.com/embed/VIDEO_ID

    หากใช้ YouTube Data API (v3) คุณจะสร้าง URL เหล่านี้แบบเป็นโปรแกรมได้โดยดึงรหัสวิดีโอจากผลการค้นหา ทรัพยากรรายการเพลย์ลิสต์ ทรัพยากรวิดีโอ หรือทรัพยากรอื่นๆ หลังจากได้รับรหัสวิดีโอแล้ว ให้แทนที่ข้อความ VIDEO_ID ใน URL ด้านบนด้วยค่านั้นเพื่อสร้าง URL ของเพลเยอร์

  • กำลังโหลดเพลย์ลิสต์

    ตั้งค่าพารามิเตอร์เพลเยอร์ listType เป็น playlist นอกจากนี้ ให้ตั้งค่าพารามิเตอร์ของโปรแกรมเล่น list เป็นรหัสเพลย์ลิสต์ YouTube ที่ต้องการโหลด

    https://www.youtube.com/embed?listType=playlist&list=PLAYLIST_ID

    โปรดทราบว่าคุณต้องใส่ตัวอักษร PL ไว้หน้ารหัสเพลย์ลิสต์ดังที่แสดงในตัวอย่างต่อไปนี้

    https://www.youtube.com/embed?listType=playlist&list=PLC77007E23FF423C6

    หากใช้ YouTube Data API (v3) คุณจะสร้าง URL เหล่านี้แบบเป็นโปรแกรมได้โดยดึงข้อมูลรหัสเพลย์ลิสต์จากผลการค้นหา ทรัพยากรของช่อง หรือทรัพยากรกิจกรรม หลังจากได้รับรหัสเพลย์ลิสต์แล้ว ให้แทนที่ข้อความ PLAYLIST_ID ใน URL ด้านบนด้วยค่านั้น

  • การโหลดวิดีโอที่ผู้ใช้อัปโหลด

    ตั้งค่าพารามิเตอร์เพลเยอร์ listType เป็น user_uploads นอกจากนี้ ให้ตั้งค่าพารามิเตอร์ list player เป็นชื่อผู้ใช้ YouTube ของวิดีโอที่อัปโหลดซึ่งคุณต้องการโหลด

    https://www.youtube.com/embed?listType=user_uploads&list=USERNAME

พารามิเตอร์ที่รองรับ

พารามิเตอร์ต่อไปนี้จะใช้หรือไม่ก็ได้

พารามิเตอร์

autoplay

พารามิเตอร์นี้จะระบุว่าวิดีโอเริ่มต้นจะเริ่มเล่นโดยอัตโนมัติเมื่อโหลดเพลเยอร์หรือไม่ ค่าที่รองรับคือ 0 หรือ 1 ค่าเริ่มต้นคือ 0

หากเปิดใช้การเล่นอัตโนมัติ ระบบจะเล่นวิดีโอโดยที่ผู้ใช้ไม่ต้องโต้ตอบกับโปรแกรมเล่น ดังนั้นการเก็บรวบรวมและการแชร์ข้อมูลการเล่นจะเกิดขึ้นเมื่อโหลดหน้าเว็บ

cc_lang_pref

พารามิเตอร์นี้จะระบุภาษาเริ่มต้นที่โปรแกรมเล่นจะใช้เพื่อแสดงคำบรรยายแทนเสียง กําหนดค่าพารามิเตอร์เป็นรหัสภาษาแบบ 2 ตัวอักษรตามมาตรฐาน ISO 639-1

หากคุณใช้พารามิเตอร์นี้และตั้งค่าพารามิเตอร์ cc_load_policy เป็น 1 ด้วย โปรแกรมเล่นจะแสดงคำบรรยายแทนเสียงในภาษาที่ระบุเมื่อโหลดโปรแกรมเล่น หากคุณไม่ได้ตั้งค่าพารามิเตอร์ cc_load_policy ด้วย คำบรรยายแทนเสียงจะไม่แสดงโดยค่าเริ่มต้น แต่จะแสดงเป็นภาษาที่ระบุหากผู้ใช้เลือกเปิดคำบรรยายแทนเสียง

cc_load_policy

การตั้งค่าค่าของพารามิเตอร์เป็น 1 จะทำให้คำบรรยายแทนเสียงแสดงโดยค่าเริ่มต้น แม้ว่าผู้ใช้จะปิดคำบรรยายไว้ก็ตาม ลักษณะการทำงานเริ่มต้นจะอิงตามค่ากำหนดของผู้ใช้

color

พารามิเตอร์นี้จะระบุสีที่จะใช้ในแถบความคืบหน้าของวิดีโอของโปรแกรมเล่นเพื่อไฮไลต์ความยาวของวิดีโอที่ผู้ชมดูไปแล้ว ค่าพารามิเตอร์ที่ใช้ได้คือ red และ white โดยค่าเริ่มต้น โปรแกรมเล่นจะใช้สีแดงในแถบความคืบหน้าของวิดีโอ ดูข้อมูลเพิ่มเติมเกี่ยวกับตัวเลือกสีได้ในบล็อก YouTube API

controls

พารามิเตอร์นี้ระบุว่าตัวควบคุมวิดีโอเพลเยอร์จะแสดงหรือไม่

  • controls=0 – ตัวควบคุมวิดีโอเพลเยอร์ไม่แสดงในวิดีโอเพลเยอร์
  • controls=1 (ค่าเริ่มต้น) – ตัวควบคุมวิดีโอเพลเยอร์จะแสดงในวิดีโอเพลเยอร์

disablekb

การตั้งค่าพารามิเตอร์เป็น 1 จะทำให้โปรแกรมเล่นไม่ตอบสนองต่อการควบคุมด้วยแป้นพิมพ์ ค่าเริ่มต้นคือ 0 ซึ่งหมายความว่ามีการเปิดใช้การควบคุมด้วยแป้นพิมพ์ การควบคุมด้วยแป้นพิมพ์ที่รองรับในปัจจุบันมีดังนี้

  • Spacebar หรือ [k]: เล่น / หยุดชั่วคราว
  • ลูกศรซ้าย: ย้อนกลับ 5 วินาทีในวิดีโอปัจจุบัน
  • ลูกศรขวา: ข้ามไปข้างหน้า 5 วินาทีในวิดีโอปัจจุบัน
  • ลูกศรขึ้น: เพิ่มระดับเสียง
  • ลูกศรลง: ลดระดับเสียง
  • [f]: สลับการแสดงผลแบบเต็มหน้าจอ
  • [j]: ข้ามกลับ 10 วินาทีในวิดีโอปัจจุบัน
  • [l]: ข้ามไปข้างหน้า 10 วินาทีในวิดีโอปัจจุบัน
  • [m]: ปิดหรือเปิดเสียงวิดีโอ
  • [0-9]: ข้ามไปยังจุดในวิดีโอ 0 ข้ามไปยังจุดเริ่มต้นของวิดีโอ 1 ข้ามไปยังจุดที่เล่นไปแล้ว 10% ของวิดีโอ 2 ข้ามไปยังจุดที่เล่นไปแล้ว 20% ของวิดีโอ และอื่นๆ

enablejsapi

การตั้งค่าพารามิเตอร์เป็น 1 จะช่วยให้ควบคุมโปรแกรมเล่นได้ผ่านการเรียกใช้ IFrame Player API ค่าเริ่มต้นคือ 0 ซึ่งหมายความว่าจะควบคุมโปรแกรมเล่นโดยใช้ API นั้นไม่ได้

ดูข้อมูลเพิ่มเติมเกี่ยวกับ IFrame API และวิธีการใช้งานได้ที่เอกสารประกอบเกี่ยวกับ IFrame API

end

พารามิเตอร์นี้จะระบุเวลาที่ผู้เล่นควรหยุดเล่นวิดีโอ โดยวัดเป็นวินาทีนับจากจุดเริ่มต้นของวิดีโอ ค่าพารามิเตอร์คือจำนวนเต็มบวก

โปรดทราบว่าระบบจะวัดเวลาจากจุดเริ่มต้นของวิดีโอ ไม่ใช่จากค่าพารามิเตอร์โปรแกรมเล่น start หรือพารามิเตอร์ startSeconds ซึ่งใช้ในฟังก์ชัน YouTube Player API สำหรับการโหลดหรือจัดคิววิดีโอ

fs

การตั้งค่าพารามิเตอร์นี้เป็น 0 จะทำให้ปุ่มเต็มหน้าจอไม่แสดงในเพลเยอร์ ค่าเริ่มต้นคือ 1 ซึ่งจะทำให้ปุ่มแบบเต็มหน้าจอแสดงขึ้น

hl

ตั้งค่าภาษาอินเทอร์เฟซของโปรแกรมเล่น ค่าพารามิเตอร์คือรหัสภาษาแบบ 2 ตัวอักษรของ ISO 639-1 หรือภาษาที่ระบุอย่างสมบูรณ์ เช่น fr และ fr-ca ใช้ได้ทั้งคู่ ระบบอาจจัดการรหัสอินพุตภาษาอื่นๆ เช่น แท็กภาษา IETF (BCP 47) อย่างเหมาะสมด้วย

ระบบจะใช้ภาษาอินเทอร์เฟซสำหรับเคล็ดลับเครื่องมือในโปรแกรมเล่นและส่งผลต่อแทร็กคำบรรยายแทนเสียงเริ่มต้นด้วย โปรดทราบว่า YouTube อาจเลือกภาษาของคำบรรยายแทนเสียงที่ต่างออกไปสำหรับผู้ใช้บางราย โดยอิงตามค่ากำหนดภาษาของแต่ละผู้ใช้และความพร้อมให้บริการของคำบรรยายแทนเสียง

iv_load_policy

การตั้งค่าพารามิเตอร์เป็น 1 จะทำให้คำอธิบายประกอบวิดีโอแสดงโดยค่าเริ่มต้น ส่วนการตั้งค่าเป็น 3 จะทำให้คำอธิบายประกอบวิดีโอไม่แสดงโดยค่าเริ่มต้น ค่าเริ่มต้นคือ 1

list

พารามิเตอร์ list ร่วมกับพารามิเตอร์ listType จะระบุเนื้อหาที่จะโหลดในโปรแกรมเล่น

  • หากค่าพารามิเตอร์ listType คือ user_uploads ค่าพารามิเตอร์ list จะระบุช่อง YouTube ที่ระบบจะโหลดวิดีโอที่อัปโหลด
  • หากค่าพารามิเตอร์ listType คือ playlist ค่าพารามิเตอร์ list จะระบุรหัสเพลย์ลิสต์ YouTube ในค่าพารามิเตอร์ คุณต้องใส่ตัวอักษร PL ไว้หน้ารหัสเพลย์ลิสต์ดังที่แสดงในตัวอย่างด้านล่าง
    https://www.youtube.com/embed?
        listType=playlist
        &list=PLC77007E23FF423C6
  • หากค่าพารามิเตอร์ listType คือ search ค่าพารามิเตอร์ list จะระบุข้อความค้นหา หมายเหตุ: ฟังก์ชันการทำงานนี้เลิกใช้งานแล้วและจะไม่รองรับอีกต่อไปตั้งแต่วันที่ 15 พฤศจิกายน 2020
หมายเหตุ: หากระบุค่าสำหรับพารามิเตอร์ list และ listType แล้ว URL ของชิ้นงาน IFrame จะไม่จําเป็นต้องระบุรหัสวิดีโอ

listType

พารามิเตอร์ listType ร่วมกับพารามิเตอร์ list จะระบุเนื้อหาที่จะโหลดในโปรแกรมเล่น ค่าพารามิเตอร์ที่ถูกต้องคือ playlist และ user_uploads

หากคุณระบุค่าสำหรับพารามิเตอร์ list และ listType ก็ไม่จําเป็นต้องระบุรหัสวิดีโอใน URL ของ IFrame ที่ฝัง

หมายเหตุ: ค่าพารามิเตอร์ที่ 3 ซึ่งก็คือ search เลิกใช้งานแล้ว และระบบจะไม่รองรับอีกต่อไปตั้งแต่วันที่ 15 พฤศจิกายน 2020

loop

ในกรณีที่มีวิดีโอเพลเยอร์เดียว การตั้งค่า 1 จะทำให้วิดีโอเพลเยอร์เล่นวิดีโอแรกซ้ำๆ ในกรณีของโปรแกรมเล่นเพลย์ลิสต์ (หรือโปรแกรมเล่นที่กำหนดเอง) โปรแกรมเล่นจะเล่นเพลย์ลิสต์ทั้งหมดแล้วเริ่มเล่นอีกครั้งที่วิดีโอแรก

ค่าที่รองรับคือ 0 และ 1 และค่าเริ่มต้นคือ 0

หมายเหตุ: พารามิเตอร์นี้มีการสนับสนุนแบบจํากัดในการฝัง IFrame หากต้องการเล่นวิดีโอรายการเดียวซ้ำ ให้ตั้งค่าค่าพารามิเตอร์ loop เป็น 1 และตั้งค่าพารามิเตอร์ playlist เป็นรหัสวิดีโอเดียวกันกับที่ระบุไว้ใน URL ของ Player API
https://www.youtube.com/embed/VIDEO_ID?playlist=VIDEO_ID&loop=1

modestbranding

หมายเหตุ: พารามิเตอร์นี้เลิกใช้งานแล้วและไม่มีผล ดูข้อมูลเพิ่มเติมได้ที่ประกาศการเลิกใช้งาน

origin

พารามิเตอร์นี้จะเพิ่มมาตรการรักษาความปลอดภัยอีกชั้นสําหรับ IFrame API และรองรับเฉพาะการฝัง IFrame เท่านั้น หากคุณใช้ IFrame API ซึ่งหมายความว่าคุณกําลังตั้งค่าพารามิเตอร์ enablejsapi เป็น 1 คุณควรระบุโดเมนเป็นค่าพารามิเตอร์ origin เสมอ

playlist

พารามิเตอร์นี้จะระบุรายการรหัสวิดีโอที่คั่นด้วยคอมมาเพื่อเล่น หากคุณระบุค่า วิดีโอแรกที่เล่นจะเป็น VIDEO_ID ที่ระบุไว้ในเส้นทาง URL และวิดีโอที่ระบุไว้ในพารามิเตอร์ playlist จะเล่นหลังจากนั้น

playsinline

พารามิเตอร์นี้จะควบคุมว่าวิดีโอจะเล่นในหน้าเว็บหรือแบบเต็มหน้าจอใน iOS ค่าที่ใช้ได้มีดังนี้

  • 0: ส่งผลให้เล่นแบบเต็มหน้าจอ ปัจจุบันค่านี้เป็นค่าเริ่มต้น แต่ค่าเริ่มต้นอาจมีการเปลี่ยนแปลงได้
  • 1: ส่งผลให้มีการเล่นในหน้าสำหรับเบราว์เซอร์ในอุปกรณ์เคลื่อนที่และสำหรับ WebViews ที่สร้างขึ้นโดยตั้งค่าพร็อพเพอร์ตี้ allowsInlineMediaPlayback เป็น YES

rel

หมายเหตุ: พารามิเตอร์นี้จะเปลี่ยนแปลงตั้งแต่วันที่ 25 กันยายน 2018 เป็นต้นไป

ก่อนการเปลี่ยนแปลง พารามิเตอร์นี้ระบุว่าวิดีโอเพลเยอร์ควรแสดงวิดีโอที่เกี่ยวข้องเมื่อการเล่นวิดีโอแรกจบลงหรือไม่
  • หากตั้งค่าพารามิเตอร์เป็น 1 ซึ่งเป็นค่าเริ่มต้น วิดีโอเพลเยอร์จะแสดงวิดีโอที่เกี่ยวข้อง
  • หากตั้งค่าพารามิเตอร์เป็น 0 โปรแกรมเล่นจะไม่แสดงวิดีโอที่เกี่ยวข้อง
หลังจากการเปลี่ยนแปลงนี้ คุณจะปิดใช้วิดีโอที่เกี่ยวข้องไม่ได้ แต่หากตั้งค่าพารามิเตอร์ rel เป็น 0 วิดีโอที่เกี่ยวข้องจะมาจากช่องเดียวกับวิดีโอที่เพิ่งเล่น

start

พารามิเตอร์นี้จะทำให้โปรแกรมเล่นเริ่มเล่นวิดีโอเมื่อครบจำนวนวินาทีที่กำหนดนับจากจุดเริ่มต้นของวิดีโอ ค่าพารามิเตอร์คือจํานวนเต็มบวก โปรดทราบว่าผู้เล่นจะค้นหาเฟรมหลักที่ใกล้เคียงที่สุดกับเวลาที่ระบุ ซึ่งคล้ายกับฟังก์ชัน seekTo ซึ่งหมายความว่าบางครั้งหัวเล่นอาจกรอไปก่อนเวลาที่ต้องการ โดยปกติจะไม่เกิน 2 วินาที

widget_referrer

พารามิเตอร์นี้จะระบุ URL ที่ฝังโปรแกรมเล่น ระบบจะใช้ค่านี้ในการรายงาน YouTube Analytics เมื่อมีการฝังโปรแกรมเล่น YouTube ในวิดเจ็ต และมีการฝังวิดเจ็ตนั้นในหน้าเว็บหรือแอปพลิเคชัน ในกรณีดังกล่าว พารามิเตอร์ origin จะระบุโดเมนของผู้ให้บริการวิดเจ็ต แต่ YouTube Analytics ไม่ควรระบุว่าผู้ให้บริการวิดเจ็ตเป็นแหล่งที่มาของการเข้าชมจริง แต่ YouTube Analytics จะใช้ค่าพารามิเตอร์ widget_referrer เพื่อระบุโดเมนที่เชื่อมโยงกับแหล่งที่มาของการเข้าชมแทน

ประวัติการแก้ไข

August 15, 2023

Note: This is a deprecation announcement for the modestbranding parameter.

The modestbranding parameter is deprecated and will have no effect. To align with YouTube's branding requirements, the player now determines the appropriate branding treatment based on a combination of factors, including player size, other API parameters (e.g. controls), and additional signals.

April 27, 2021

The playsinline parameter definition has been updated slightly to explain that the parameter pertains to both mobile browsers on iOS and iOS WebViews.

October 15, 2020

The autoplay parameter definition has been updated to explain that if you enable Autoplay, playback will occur without any user interaction with the player; playback data collection and sharing will therefore occur upon page load.

October 13, 2020

Note: This is a deprecation announcement for the embedded player functionality that lets you configure the player to load search results. This announcement affects the player's list and listType parameters.

This change will become effective on or after 15 November 2020. After that time, setting the listType parameter value to search will generate a 4xx response code, such as 404 (Not Found) or 410 (Gone).

As an alternative, you can use the YouTube Data API's search.list method to retrieve search results and then load selected videos in the player.

In addition to the change described above, the showinfo parameter, which was deprecated in 2018, has been removed from this document.

August 23, 2018

Note: This is a deprecation announcement for the showinfo parameter. In addition, the behavior for the rel parameter is changing. Titles, channel information, and related videos are an important part of YouTube’s core user experience, and these changes help to make the YouTube viewing experience consistent across different platforms.

  • The behavior for the rel parameter is changing on or after September 25, 2018. The effect of the change is that you will not be able to disable related videos. However, you will have the option of specifying that the related videos shown in the player should be from the same channel as the video that was just played.

    To be more specific:
    • Prior to the change, if the parameter's value is set to 0, then the player does not show related videos.
    • After the change, if the rel parameter is set to 0, the player will show related videos that are from the same channel as the video that was just played.
  • The showinfo parameter, which indicates whether the player should display information like the video title and uploader before the video starts playing, is also being deprecated. Following the change, the channel avatar and video title will always display before playback begins, when playback is paused, and when playback ends. The avatar being displayed is new behavior that will be consistent across all embedded players.

These changes will become effective on or after September 25, 2018. After that time, the showinfo parameter will be ignored. The behavior following the changes is consistent with the current default behavior for embedded players with the exception of the channel avatar changes mentioned above.

August 16, 2018

The cc_lang_pref parameter can be used to specify the default language that the player will use to display captions. This parameter can be used in conjunction with the cc_load_policy parameter to automatically show captions in the specified language during playback.

September 15, 2017

The controls parameter's definition has been updated to remove references to the deprecated Flash (AS3) player. The value 2 has been deprecated as it was originally designed to provide a performance improvement for embeds that loaded a Flash player.

June 12, 2017

The new widget_referrer parameter helps to enable more accurate YouTube Analytics reporting when the YouTube player is embedded in a widget, and that widget is then embedded in a web page or application.

November 1, 2016

This document has been updated to remove references to the deprecated Flash (AS3) player as well as to parameters only supported by that player. The YouTube Flash player was deprecated in January 2015.

October 20, 2016

This update contains the following changes:

  • The disablekb parameter definition has been corrected to note that the default value is 0, which means that keyboard controls are enabled. A value of 1 indicates that keyboard controls should be disabled.

    The list of keyboard controls that the player supports has also been updated to include the following:

    • [f]: Toggle full-screen display
    • [j]: Jump back 10 seconds in the current video
    • [k]: Play / Pause
    • [l]: Jump ahead 10 seconds in the current video
    • [m]: Mute or unmute the video
    • [0-9]: Jump to a point in the video. 0 jumps to the beginning of the video, 1 jumps to the time 10% into the video, 2 jumps to the point 20% into the video, and so forth.

    In addition, the effect of pressing the [arrow left] or [arrow right] keys has changed. These keys now jump 5 seconds back (arrow left) or ahead (arrow right) in the current video.

August 11, 2016

This update contains the following changes:

  • The newly published YouTube API Services Terms of Service ("the Updated Terms"), discussed in detail on the YouTube Engineering and Developers Blog, provides a rich set of updates to the current Terms of Service. In addition to the Updated Terms, which will go into effect as of February 10, 2017, this update includes several supporting documents to help explain the policies that developers must follow.

    The full set of new documents is described in the revision history for the Updated Terms. In addition, future changes to the Updated Terms or to those supporting documents will also be explained in that revision history. You can subscribe to an RSS feed listing changes in that revision history from a link in that document.

December 18, 2015

European Union (EU) laws require that certain disclosures must be given to and consents obtained from end users in the EU. Therefore, for end users in the European Union, you must comply with the EU User Consent Policy. We have added a notice of this requirement in our YouTube API Terms of Service.

August 19, 2015

  • The autohide parameter has been deprecated for the HTML5 player. In HTML5 players, the video progress bar and player controls display or hide automatically. That behavior corresponds to an autohide setting of 1.

  • The theme parameter has been deprecated for the HTML5 player. HTML5 players now always use the dark theme.

March 9, 2015

  • The document has been updated to reflect the fact that YouTube <object> embeds, the YouTube Flash Player API and the YouTube JavaScript Player API have all been deprecated as of January 27, 2015. A deprecation warning appears in several sections of this document to help point readers to the IFrame Player API as an alternative.

  • The definition of the autohide parameter has been updated to clarify the meaning of the parameter's values. The default behavior (autohide=2) is that if the player has a 16:9 or 4:3 aspect ratio, the player's video progress bar and player controls display or hide automatically. Otherwise, those controls are visible throughout the video.

  • The definition of the hl parameter has been updated to note that the parameter value could be an ISO 639-1 two-letter language code or a fully specified locale. For example, fr and fr-ca are both valid parameter values.

  • The definition of the enablejsapi parameter has been reworded to clarify that the parameter enables a player to be controlled via API calls. The API could be either the IFrame Player API or the JavaScript Player API.

October 14, 2014

July 18, 2014

  • The new hl parameter can be used to set the player's interface language. The interface language is used for tooltips in the player and also affects the default caption track. The selected caption track may also depend on the availability of caption tracks and user's individual language preferences.

    The parameter's value is an ISO 639-1 two-letter language code, though other language input codes, such as IETF language tags (BCP 47) may also be handled properly.

  • The definition of the playsinline parameter, which only affects HTML5 players on iOS, has been modified slightly. The definition now notes that setting the parameter value to 1 causes inline playback only for UIWebViews created with the allowsInlineMediaPlayback property set to TRUE.

January 28, 2014

  • The playsinline parameter controls whether videos play inline or fullscreen in an HTML5 player on iOS. Setting the value to 1 causes inline playback.

  • The Selecting content to play section has been updated to explain how to find YouTube video IDs and playlist IDs using the YouTube Data API (v3) rather than the older API version.

  • The controls parameter's definition has been updated to reflect the fact that the parameter value only affects the time that the Flash player actually loads in IFrame embeds. In addition, for IFrame embeds, the parameter value also determines when the controls display in the player. If you set the parameter's value to 2, then the controls display and the Flash player loads after the user initiates the video playback.

May 10, 2013

This update contains the following changes:

July 20, 2012

This update contains the following changes:

  • The definition of the controls parameter has been updated to reflect support for a parameter value of 2 and to explain that, for AS3 players, the parameter value determines the time when the Flash player actually loads. If the controls parameter is set to 0 or 1, the Flash player loads immediately. If the parameter value is 2, the Flash player does not load until the video playback is initiated.

June 5, 2012

This update contains the following changes:

  • The HTML5 player now supports the color, modestbranding, and rel parameters, and the definitions for these parameters have been updated accordingly.

  • The definition of the showinfo parameter has been updated to explain how that if the player is loading a playlist, and you explicitly set the parameter value to 1, then, upon loading, the player will also display thumbnail images for the videos in the playlist. Note that this functionality is only supported for the AS3 player since that is the only player that can load a playlist.

May 4, 2012

This update contains the following changes:

  • The showinfo parameter's definition has been updated to reflect the fact that the HTML5 player supports this parameter.

May 3, 2012

This update contains the following changes:

  • The new end parameter specifies the time, measured in seconds from the start of the video, when the player should stop playing a video. Note that the time when playback is stopped is measured from the beginning of the video and not from the value of either the start player parameter or the startSeconds parameter, which is used in YouTube Player API functions for loading or queueing a video.

March 29, 2012

This update contains the following changes:

  • The new Embedding a YouTube player section explains different ways to embed a YouTube player in your application. This section covers manual IFrame embeds, IFrame embeds that use the IFrame Player API, and AS3 and AS2 object embeds. This section incorporates information from the old Example usage section, which has been removed.

  • The new Selecting content to play section explains how to configure the player to load a video, a playlist, search results for a specified query, or uploaded videos for a specified user.

  • The new list and listType parameters let you specify the content that the player should load. You can specify a playlist, a search query, or a particular user's uploaded videos.

  • The definitions of the fs and rel parameters have been updated to more clearly explain the default parameter values for the AS3 player.

  • The border, color1, egm, hd, and showsearch parameters, which are all only supported for the deprecated AS2 Player API, have been moved to a new section named deprecated parameters only used in the AS2 Player API.

  • The document no longer provides a way to filter the parameter list to only display parameters supported in either the AS3, AS2, or HTML5 player. Instead, each parameter definition has been updated to identify the players that support that parameter.

August 11, 2011

This update contains the following changes:

  • The new theme and color parameters let you customize the appearance of the embedded player's player controls. See the YouTube API blog for more information.

June 8, 2011

This update contains the following changes:

  • The new modestbranding parameter lets you use a YouTube player that does not show a YouTube logo. As of this release, the parameter was only supported for the AS3 embedded player and for IFrame embeds that loaded the AS3 player. As of June 5, 2012, the HTML5 player also supported this parameter.

February 14, 2011

This update contains the following changes:

  • The documentation has been updated to note that the AS2 Player API has been deprecated. The deprecation of the AS2 Player API was actually announced on October 14, 2009.

February 3, 2011

This update contains the following changes:

  • The documentation has been updated to identify parameters supported in the HTML5 (IFrame) embedded player.

  • The document now displays all of the parameters supported in any of YouTube's embedded players (HTML5, AS3, AS2).

  • The following parameters are supported in the AS2 player but have been deprecated for the newer AS3 and HTML5 players: border, color1, color2, egm, hd, and showsearch.

    In addition, the loop parameter has limited support in the AS3 player and in IFrame embeds, which could load either an AS3 or HTML player. Currently, the loop parameter only works in the AS3 player when used in conjunction with the playlist parameter. To loop a single video, set the loop parameter to 1 and set the playlist parameter value to the same video ID already specified in the Player API URL:

    https://www.youtube.com/v/VIDEO_ID?version=3&loop=1&playlist=VIDEO_ID

    Similarly, the controls and playlist parameters are supported in the AS3 and HTML5 players but are not and will not be supported in the AS2 player.

    As noted above, IFrame embeds can load either an AS3 or HTML5 player. Though some parameters are not supported in both players, an IFrame embed that loads the AS3 player will support all parameters that work with that player and ignore all other parameters. Similarly, an IFrame embed that loads the HTML5 player will support all parameters that work with that player while ignoring all other parameters.

  • The parameter list has been updated to include the autohide parameter, which indicates whether the player's video controls will automatically hide after a video begins playing.

  • The parameter list has been updated to include the controls parameter, which indicates whether the player's video controls will display at all. (Player controls do display by default.)

  • The parameter list has been updated to include the playlist parameter, which specifies a comma-separated list of video IDs to play.

  • The definition of the fs has been updated to note that the fullscreen option will not work if you load the YouTube player into another SWF.

  • The example at the end of the document has been updated to use the embedded AS3 player instead of the embedded AS2 player. The parameters used in the example have also been updated to only include parameters that the AS3 player supports.

    In addition, the instructions for constructing the URLs that contain player parameters have been updated to reflect the URL formats used by the AS3 and AS2 embedded and chromeless players as well as by the HTML5 player.