# YouTube Playlist Embed

You easily embed a YouTube playlist into your biolink. This will display your biolink visitors the playlist of your choice. The playlist can include the latest YouTube videos or those on a specific topic.

## How to Embed a YouTube Video Playlist

1\. Go to your EZBiolink builder

2\. Click on **Create Link**

![](/files/-MT2to8DdiEToBeW8553)

3\. Click on **Custom HTML**

![](/files/-MT2twDcwsjeysLyB05h)

4\. In the pupup box, paste the following code and replace the highlighted part with your own YouTube Playlist ID (from the next step)

```
<iframe width="460" height="259" src="https://www.youtube.com/embed/videoseries?list=PLfOG9qiu1vvGd4ffyeXvRHgaW4Ibiho0N" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
```

5\. You will replace the following part with your own YouTube playlist ID

![](/files/-MT2upfZMdd8VRqZLiRH)

6\. Press **Submit** and you are done!

It should look like so

![](/files/-MT2vLkUqYtLvl0QyBMT)

### How to Obtain Your YouTube Playlist ID?

It is very easy. Please follow these steps:

1\. Go to your YouTube channel

2\. Click on the desired playlist

![](/files/-MT2vTUI1tvZCPFVFkmt)

3\. As the video starts, copy the last part of the video URL that follows the **=** sign (as shown below). This is your **YouTube Playlist ID**

![](/files/-MT2vu3qJTScaA157PSb)

4\. **Replace** your **YouTube Playlist ID** you have just copied with the one in the code, as shown belo&#x77;**.**

![](/files/-MT2w9FRMCoUQ3uSWWtl)

5\. Click **Submit**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.ezbiolink.com/embedding-options/youtube-playlist-embedd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
