Hello,
As the title very explicitely mentions, my company would like to know if there is a simple way to display c8y widgets as iframes on external website ?
Thanks,
Paul
Hello,
As the title very explicitely mentions, my company would like to know if there is a simple way to display c8y widgets as iframes on external website ?
Thanks,
Paul
There are multiple hurdles to take regarding this:
The first hurdle could be solved by creating an additional user with limited permissions that only allows viewing the dashboard and the data displayed on it. And creating a custom application based on the Web SDK that has the user credentials hardcoded into it (might be dangerous depending on the permissions that you give to the user).
The second hurdle can be resolved by following the instructions for iframe usage offered by our codex.
The third hurdle would be to show the widget in fullscreen within that iframe.. By adding some query parameters (hideHeader and hideNavigator) you should at least be able to get rid of the navigation and header.. So you would end up with the whole dashboard including the action bar. You could configure your dashboard to only contain a single widget with the full width of the iframe.
So depending on your skill level these steps might be simple or complicated for you. In case they are too complicated for you, you could get in touch with our Professional Services team to perform the implementation for you.
Regards,
Tristan