In this video I will show you how to automatically embed the most viewed videos from any YouTube channel.
I will be using Elementor for this tutorial, but since this is just HTML code you can use this on any type of website.
Auto Embed Latest Videos from a YouTube Channel Video:
https://www.youtube.com/watch?v=mubEXEQiqk8
Get Channel ID: Search source code:
itemprop=”channelId”
Timestamps:
- 0:00 Introduction
- 0:45 Tutorial Begins
- 3:14 Recently Uploaded Playlist URL
- 3:55 MrBeast Example
- 4:59 Apple Example
iFrame HTML Code:
<iframe
src="https://www.youtube.com/embed?list=UULP-Z2gJDc318-R6dpjfgorVg">
</iframe>