I am trying to embed the admin “new post” WordPress page into an iframe:
<iframe height="500px" frameborder="0" width="740px" src="https://wordpress.stackexchange.com/questions/33458/my_wordpress_domain/wp-admin/post-new.php"/>
For some reason the iframe loads a blank page. The link itself works in a separate tab and so does the wordpress home page.
Is this a security issue, if so, how can I circumvent it?