0
why this appears in output when i try to put link in <iframe> like this
<iframe height="150px" width="300px" src="https://m.youtube.com/watch?v=iEW_YExXD08 allowfullscreen frameborder="0"></iframe> OUTPUT appears as : Refused to display "https://m.youtube.com/watch?v=iEW_YExXD08" i frame because it sets ' X Frame-Option to 'SAMEORIGIN' and when i used embed in between url then playback error occurs what should i do:::help required
4 Answers
0
The reason you can find in this tutorial :
https://code.sololearn.com/W99Z86dl31t5/?ref=app
+ 2
Use embed that youtube provide
+ 1
Because youtube doesnt allow its website to be put in an iframe, if the iframe is not at the same domain.
0
then how i use this type of video in my webpage