Add Youtube Video to You Blog

html

Embedded Players

I want to put this video on my website.

This is ORIGIN_LINK.

https://www.youtube.com/watch?v=sfhhk8m4mcQ&list=PLLAZ4kZ9dFpMMs5lskzBApYXn0bl7emsW&index=1

This is VIDEO_ID
Python Interpreter

<iframe id="ytplayer" type="text/html" width="640" height="360"
  src="https://www.youtube.com/embed/{VIDEO_ID}?origin={ORIGIN_LINK}"
  frameborder="0"></iframe>

For example:

<iframe id="ytplayer" type="text/html" width="640" height="360"
  src="https://www.youtube.com/embed/sfhhk8m4mcQ?origin=https://www.youtube.com/watch?v=sfhhk8m4mcQ&list=PLLAZ4kZ9dFpMMs5lskzBApYXn0bl7emsW&index=1"
  frameborder="0"></iframe>

Result:

Other Params:

Link to YouTuBe