Kepion is designed around standard URL linking, so you can easily embed the content inside a web page. Kepion provides options that allow you to control how the embedded Kepion asset should behave.
Background Color
You can control the page’s background color with the bg option. Set the bg property to different colors with the following format:
bg=%23RRGGBB
RR, GG, and BB are two character HEX codes. For instance, black can be represented as:
‘bg=%23000000’
Red could be defined as:
‘bg=%23FF0000’.
Here's an example below:
http://connect.kepion.com:8888/?bg=%23000000&splash=0#/app?appid=12&authid=11&subid=0&mode=c&type=Dashboard
Splash Loading
You can also disable the splash page from loading as well:
http://connect.kepion.com:8888/?bg=%23000000&splash=0#/app?appid=12&authid=11&subid=0&mode=c&type=Dashboard