Ask HN: Is it possible to embed iframe partially?

  • In the page with the blog+app, conditionally render the blog when it's not on an iframe.

      if (!window.frameElement)
        renderBlog()

  • HN is not stackoverflow

  • {display: none} the blog