This question already has an answer here:
I am trying to feed my django page with some resource I am getting from somewhere else.
inside feed, I have youtube videos with url like: https://www.youtube.com/watch?v=A6XUVjK9W4o
once I added this into my page, video doesnot show up saying:
Refused to display 'https://www.youtube.com/watch?v=A6XUVjK9W4o' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
Then I said, well, what if I change watch
to embed
. Then youtube player shows up, but no video, saying:

does anyone have a clue how I get this to work?
I am showing in html like this:
I googled almost for an hour, no sign of success. I tried to append &output=embed
.. nada..