I am trying to embed the admin "new post" wordpress page into an iframe:
`<iframe height="500px" frameborder="0" width="740px" src="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?