0

I'm trying to make a plunkr that uses an iframe to embed content. Here is what I have so far. Am I doing it wrong? It just shows an empty iframe.

Nick Heiner
  • 119,074
  • 188
  • 476
  • 699

1 Answers1

0

iFrames work in plunker. It just depends on the the source.

For example try the following:

<iframe src="http://www.w3schools.com"></iframe>

Demo

Google prevents the browser from displaying the Google site in iFrames that are not on web page on the Google domain.

How to show google.com in an iframe?

Community
  • 1
  • 1
3dgoo
  • 15,716
  • 6
  • 46
  • 58