Hi!
Is there a way to add a full Youtube playlist and not just one video at a time?
Hello Autumn,
Welcome to Community! It's nice to meet you.
According to Google, it is possible to embed a playlist. Have a look here:
Embed a playlist
- Sign in to your YouTube account on a computer.
- On the left side of the page, select the playlist you want to embed.
- Copy the playlist ID from the URL.
- Modify the embed code for an individual video by doing the following:
- In the place of the video ID (after "embed/"), substitute "videoseries?list=".
- Then paste the playlist ID after the "=".
- Paste the code into your blog or website HTML.
Example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Have a look at that, and let me know if you have any questions! You can try this with the HTML Macro. Have a look at our document on iFrames for more details.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.