Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 16, 20232 yr When you do a live stream or a video premiere on YouTube, a live chat is also included for viewers to interact in real time. There's a way (apparently), to embed this in a website, but so far I haven't been able to figure out how to get it to work in a thread. The code is pasted below (with generic YouTube and URL info). Does anyone know how to make this work in a thread? <iframe width=”350px” height=”500px” src=”https://www.youtube.com/live_chat?v=yourvideoid&embed_domain=yourdomainnamegoeshere.com” ></iframe>
February 16, 20232 yr Author I got it worked out. The iframe code that I used and that works for me is: <iframe allowfullscreen="" frameborder="0" height="270" src="VIDEO ID GOES HERE&embed_domain=YOUR DOMAIN GOES HERE" width="480"></iframe><br />