How do I embed another website into my Brizy landing page?
How do I embed another website into my Brizy landing page?
I would like to insert a chat window of a live YouTube broadcast like the link below.
https://studio.youtube.com/live_chat?is_popout=1&v=dkF3ar7lJBk
-
Hello,
Maybe use the Embed element ? and pun an iframe there to include it ?
<iframe src="https://webinar.masquecuidar.com/pregunta/" height="200" width="300"></iframe>
or this:
<iframe src="https://webinar.masquecuidar.com/pregunta/" style="height:200px;width:300px;"></iframe>
the dynamic height might be a problem as iframes need fixed heights.
More about iFrames and how they work here: https://www.w3schools.com/html/html_iframe.asp
Also, please see this article too : https://support.brizy.io/hc/en-us/articles/360041724032-Code-Injection-3rd-party-scripts-embed
Hope this helps.
Best regards, Nelea.
0 -
Below is an example, iframe is not working.
<iframe src="https://studio.youtube.com/live_chat?is_popout=1&v=uo-nRmyhCDM" height="200" width="300"></iframe>
Can you tell me why it's not working?
0 -
Hi
I used this iframe code and I am able to embed a live chat from YouTube. Please see my test page here https://digital-works.brizy.site/embed-live-chat
<iframe src="https://www.youtube.com/live_chat?v=TTbmJ7RuUD8&embed_domain=digital-works.brizy.site" height="600" width="600"></iframe>
Please follow the instructions provided at https://support.google.com/youtube/answer/2524549?hl=en
0 -
You are truly the best expert.
I was able to finish it thanks to you
<iframe src="https://www.youtube.com/live_chat?v=uo-nRmyhCDM&embed_domain=masterclass.ohsuccessday.com" height="600" width="300"></iframe>
0
Please sign in to leave a comment.
Comments
4 comments