JS SDK Installation
Installing the BubblaV JavaScript SDK is straightforward. It involves adding a single script tag to your website's HTML.
The Script Tag
You'll need to add the following script tag to your website. Make sure to replace "your-website-id"
with the actual ID of your website, which you can find in your dashboard.
<script src="https://www.bubblav.com/widget.js" data-website-id="your-website-id" defer></script>

Where to Place the Script
The best place to put this script tag is just before the closing </body>
tag in your website's HTML. This ensures that your website's content loads first, and then the chatbot loads without slowing down your page.
Important
The defer
attribute ensures that the script executes after the HTML is parsed, which is good for performance.
Explore More JS SDK Topics
Continue learning about the BubblaV JavaScript SDK.