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
<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: