πΈοΈWebsite Integration
Integrating your bot into your website enhances user engagement and provides seamless support directly on your platform. This process is straightforward and involves embedding a small snippet of code.
Integration webcomponent
To use the chat element component in your website, follow these steps:
Provide us the origin of the page you want to integrate
Add the following script tag to your HTML file:
3. Add the <blockbrain-main>
tag where you want to include the chat component:
4. Replace clientId
and secretKey
with your actual client ID and secret key, the uid
with the accountNo / machineUID and userUid
with a unique User ID, if you have one that you can send - otherwise just remove it.
Last updated