I am trying to embed external websites into my website so I can reference a website and have it show the website. I have tried doing this using this code:
<iframe src="<WEBSITE URL>" width="100%" height="300"></iframe>
This works for some websites like www.wikipedia.org but when I try other websites like www.twitter.com I just get an error message that says: "twitter.com refused to connect." What can I do to get these other websites to be embedded into my website?