Ivaylo Todorov
Ivaylo Todorov

Reputation: 21

Embed Youtube Live chat in

guys.

I tried to embed my live chat in a custom Wordpress page.

I am trying with this code:

<iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/live_chat?v=videoID&embed_domain=www.mydomain.com" width="480"></iframe><br />

The result is just a blank page... https://i.sstatic.net/Akdxr.png

Upvotes: 2

Views: 1486

Answers (1)

spreiselbeerle
spreiselbeerle

Reputation: 11

Did you note down the domain plain like "yoursite.com"? Make sure there is no "http" or "www" before your domainname.

Example: "&embed_domain=justmysitedomain.com"

Upvotes: 1

Related Questions