There are 3 ways in which you can present the Guidde Inside video library on your site while each can have its own settings and styles, allowing you to maintain a consistent brand experience:
With a label - on the right side of your site that will open/close the library
With an icon - on the right side of your site that will open/close the library
With an API call - when clicking on any button/link in your website
Customizing Guidde Inside
In order to customize Guidde Inside, from the main menu, please click on Integrations and select the "Guidde Inside" tab.
Label
The label will always appear on the right side of your site and clicking on it will open or close the Guidde video library.
โ
You can:
Choose the brand color which will be used for the label and videos
Choose your label text
Adjust the bottom spacing - this is the default height position of the label (50% means it will be positioned at 50% height from the bottom of the screen)
Icon
The icon will always appear on the right side of your site and clicking on it will open or close the Guidde video library.
You can:
Upload a custom icon
Adjust the icon dimensions
Choose a brand color for the videos
Adjust the bottom spacing - this is the default height position of the icon (50% means it will be positioned at 50% height from the bottom of the screen)
API Call
You can add a button or link to your website that can control the open/close of the Guidde video library with an API call:
Choose type "None" and from within your code (in addition to the initialization defined in Initializing Guidde ) add another call to guidde.open()
or guidde.close()
to open/close the library.