How to insert a YouTube LIVE STREAM on a page
The first step to insert a YouTube live chat on your page is to insert an HTML box where the iframe will go.
To insert this box, follow the step by step below:
- Open your page editor;

- Click the HTML icon in the left side menu inside the GreatPages page editor.

- Then position this element in the place on the page where you want the chat iframe to open.

- Double-click the HTML element and insert the code below inside the box:
<iframe class="embed-responsive-item" width="600" height="380" src="https://www.youtube.com/embed/id-da-transmissao" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe><iframe class="embed-responsive-item" src="https://www.youtube.com/live\_chat?v=id\_da\_transmissaoo&embed\_domain=dominio.com.br" width="360" height="380" allowfullscreen=""></iframe>
The changes you will need to make to this code are:
- Where it says “dominio.com.br” you will need to enter your domain, without the page link. In other words, in the example of a page with the URL "www.greatpages.com.br/pagina-de-vendas" you only need to enter "www.greatpages.com.br";
- Where it says "id-da-transmissao" you will need to enter your video ID, which you can find in the YouTube URL, as in the example below;

Click “Save”! After that, your YouTube live chat is installed.
Updated on: 08/08/2026
Thank you!
