Vision Insight
Home MenuiFrames
VisionCMS has the ability to plug iframes into the editor, however, the attributes used are not accessible, so we have to use a special code snippet.
To create an accessible iframe:
1. Go to the Help tab in the CMS > Online Reference > Search: “iframe” and go to the iframes page.
2. Paste the following code into the “HTML View” from the iframe page:
<IFRAME title="This is the title" style="width: 100%; height: 1000px; margin: 0; outline: none" src="http://www.INSERT3RDPARTYURLHERE.com" >Your browser does not support inline frames.<br /><br /> Please visit <a href="http://www.INSERT3RDPARTYURLHERE.com" target="_blank"> http://www.INSERT3RDPARTYURLHERE.com </a></IFRAME>
2. Replace the red text with the 3rd Party URL for the iframe, and create a title for the iFrame.
3. Adjust the "height" value highlighted in red below to accommodate the size of the integrated frame as needed