Appearance
Getting Started
Installation
To embed the Guidr widget into your application and interact with it, follow these steps:
- In the sidebar, click on Widgets to open the widget overview.
- Select the widget you want to integrate.
- Navigate to the Embed tab.
- Copy the provided code snippet.
- Paste the snippet into your application – preferably right before the closing
</body>
tag.- Alternatively, you can also place it inside the
<head>
if you want the widget to be available immediately on page load.
- Alternatively, you can also place it inside the
Once the snippet is embedded, the global window.guidr
object becomes available.
You’ll later use this object to interact with the widget through hooks and functions.