Using Pages in IFrame:
- Embedding Pages in an website/webpage via an iFrame is not recommended as many servers / browsers block iframes that pull from a page outside of the site's domain. In addition, iFrames are not mobile compatible.
- If you do embed your Page in an iFrame and the page is blank, it most likely is a "Same Origin" error. Using your developer tools in your browser, you can see the error message to confirm the issue.
- Your domain administrator will have to change the security settings on your server/domain (this article may be of help in understanding the iFrame Same Origin error/issue: https://stackoverflow.com/questions/25098021/securityerror-blocked-a-frame-with-origin-from-accessing-a-cross-origin-frame). However, keep in mind, the iFrame still may be blocked by viewers' browser security settings, which you will have no control over.
Comments
0 comments
Article is closed for comments.