Inserting Web Panels with HTML iframe tags.

It’s possible to run a web panel from webCentre in an iframe on a web page delivered by another server.

<iframe src="https://webcentre.rascular.com/panels/15?clean&amp;scale" width="800px" height="400px">

For best results you’ll probably want to remove the WebCentre header and footer. This can be done by using the “clean” parameter at the end of the URL

https://webcentre.rascular.com/panels/15?clean

If the iframe is too small to hold the panel scroll bars will appear. To avoid this you can also add the “scale” parameter, which will make the panel scale to fit the frame.

https://webcentre.rascular.com/panels/15?clean&scale

To access web panels without the user needing to log in, you should assign panels to the PUBLIC role.