This article will explain how to add an iFrame to a custom content page for the desktop and mobile menus.
iFrames are useful when you want to include external content without redirecting users from the conference website or app. Google map links, local guide pages, YouTube videos, hotel-booking pages, and PDF files are some common uses for an iFrame.
First, open Page Content in the admin portal of your Zerista website.
Click "Update" to edit an existing content page, or create a new one.
Click on the source code "<>" button on the resulting page.
The source code field, where you will be adding the iFrame, will appear. It will be blank if no content has been added to the page.
Here is an example of properly formatted iFrame:
<p><iframe src="https://www.AddURLHere.com/123ABC" width="100%" height="480" frameborder="0"></iframe></p>
For best iFrame practices, use a secure URL with an HTTPS certificate.
Adjust the width and height values as needed. It is recommended to set the width to 100%, so that the iFrame fills the page from left to right.
Once you are finished, click "Ok." You should now see the content of the URL in the content field of your custom page.
Click "Save" when finished.
Be sure to "Preview" your page!
Tell your Project Manager when you're ready to add your new custom page to the menus!