I'm trying to embed a YouTube video on my website. When I paste the video URL, I get the below error:
’Embed’ field code should contained the embed tag with video details
I tried with:
<video src="http://www.youtube.com/watch?v=K4h8jEabFqs" width="300" height="150" controls>
</video>
and it did not work. I also tried with http://www.youtube.com/watch?v=K4h8jEabFqs URL only and the same.
Any idea?
