I want to embed youtube live chat page into my website. And I successfully implemented it with the following code.
<iframe src="https://www.youtube.com/live_chat?v=xxxxxx&embed_domain=localhost" frameborder="0"></iframe>
The default theme is light, but my website use dark theme.
I know Youtube has two themes including light and dark, so I want to change the theme of the embedded live chat page.
I tried to add 'theme=dark' on url but it not works.
So is there any way to do this?
Thanks.