I am trying to embed a webpage in an iFrame and it gives the below error..
Refused to display 'http://somewebsit.com'' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
I know this question has been addressed in other posts but I could not find a code sample of what exactly I need to add to my HTML to get around it. For example what should exactly should I put next to my link in the code below...
<iframe width="854" height="510" src="http://somewebsit.com" frameborder="0" allowfullscreen></iframe>
If it is something like &output=embed as suggested in the other form posts, I am not sure where exactly it goes.
Thanks.