Home » Support » Documentation » Web Portal » Website Integration
A Lockbox portal can be very easily embedded into any existing website with just one line of HTML.
The first step is to determine the Portal URL.
The second step is to add an iframe to your web page using the above URL. For example
<iframe width="740" height="540"
src="https://client.lock-box.net/webapp/app/ebox?boxID=1e6b&chk=e8bd553e"
>(Lockbox Portal)</iframe>
Make sure "src" is set to your URL (determined above).
Make sure src="..." is a single line without spaces (the above example may have wrapped across multiple lines in your browser).
The default dimensions of the Client Portal are 700 x 540.
For a Client Portal, if the iframe width is less than 700 then a horizontal scroll bar may appear.
The Portal URL screen allows customisations which add extra parameters to the URL. For example:
Multiple views are supported by having different portals with different parameters.
You can also add an animated "Loading..." graphic if you want to avoid first-time users from seeing a pause before the Java splash screen appears.
For example:
<iframe width="800" height="550"
src="https://client.lock-box.net/webapp/app/ebox?boxID=1e6b&chk=e8bd553e&width=780&height=530"
style="background:url(http://lock-box.com/assets/icons/loading.gif) no-repeat;"
>(Lockbox Portal)</iframe>