How do I embed a web page into my app with the Source Code feature?

Follow the instructions below to embed a web page (via iframe) into your app via the Source Code feature.

1) Log into your App Manager and select your app.

2) Click Features from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down a little and click the Source Code option.

4) Rename the page to whatever name you would like to show in the app.

5) In the code box, paste the following:

<iframe src=»https://your_page_url.com» width=»100%» height=»100%» frameborder=»0″>
</iframe>

6) If you’re embedding a web page, change “https://your_page_url.com” to the url to the page that you are using.

7) Click Save.

Related Articles