How To Embed Instagram In An Iframe

Use the post embed code (instagram.com/p/POST_ID/embed) or the oEmbed API.

Embed Code

<iframe src="https://www.instagram.com/p/POST_ID/embed"
  width="400" height="480"
  frameborder="0" scrolling="no"
  allowtransparency="true"></iframe>

Why The Main Site Won't Frame

Profile pages block framing via CSP. Individual posts expose an /embed endpoint.

Official documentation →

See the embedding status of instagram.com →