How To Integrate The OpenSpaces Widget
Instructions for adding the OpenSpaces widget to your website
To integrate the OpenSpaces widget, you need to include two pieces of code on your website: a script tag and a configuration snippet.
Script Tag (Required)
The widget script tag is essential for the widget to function on your website. Add this script to your site's HTML, it loads all the necessary widget functionality and should be included on any page where you want the widget to appear.
<script
type="module"
defer
src="https://assets.clearooms.com/openspaces/openspaces.min.js"
><\/script>
Note: This script loads the core OpenSpaces functionality. It must be included before the configuration snippet.
Code Snippet
Once the script is loaded, you'll need to initialize the widget with your specific configuration. You can generate this code snippet directly from the Widgets page in your dashboard. The snippet contains your unique settings and tells the widget how to display and behave on your site.
Note: The snippet contains your settings and tells the widget how to display and behave on your site.
Need More Details?
For a full guide on creating and managing your OpenSpaces widgets.
Click Here.