Error:-
Refused to display '<URL>' in a frame because it set 'X-Frame-Options' to 'sameorigin
Solution:-
if link is https://www.youtube.com/watch?v=8WkuChVeL0s
Refused to display '<URL>' in a frame because it set 'X-Frame-Options' to 'sameorigin
Solution:-
if link is https://www.youtube.com/watch?v=8WkuChVeL0s
than,replaced
watch?v=
with embed/
so the valid link will be: https://www.youtube.com/embed/8WkuChVeL0s
It works well.