<https://wickydesign.com/auto-embed-latest-videos-from-a-youtube-channel/>
- To get the list code, open the page source of the YouTube channel
and search for the channelID. Alternative, lookup at <https://commentpicker.com/youtube-channel-id.php>
- Change the two start digits from UC to UU and add the code to the
list.
- Index=1 is the first video, index=2 is the second video etc.
Example
<iframe width="560" height="315"
src="https://www.youtube.com/embed?listType=playlist&list=UUHVlMXDC5x3McZPP2huLtFw&rel=0&index=1"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>Code language: HTML, XML (xml)