Get invited to our slack community and get access to opportunities and data science insights

How to Embed a WhereOS App

Embedding a WhereOS apps to any web page or a blog is easy. Just include the an HTML iframe-tag with width and height properties, and point the link to the application you have created.

URL Format:

https://[domain]/a/[application_name]/[ui_view_name]

[domain] is the name of the service domain you have used when starting the WhereOS service for yourself

[application_name] is the name of the application

[ui_view_name] is the name of the UI view, if more than one UI view exists for the given application

Remeber to replace spaces in the application name with underscore in the URL.

<iframe frameborder="0" style="width: 100%; height: 400px;" src="https://apps.whereos.com/a/Finnish_Household_Statistics_Visualization"></iframe>

-JP

Related Post

Leave a Comment