Embed & Share

Once your chatbot is trained and customized, it's time to make it available to your users. You have two primary methods for this: embedding it on your website or sharing a direct link.

Embed Script

This is the most common way to deploy your chatbot. Embedding adds a chat widget directly to your website.

To install, simply copy the code snippet provided on this tab and paste it anywhere in the <body> of your HTML file. We recommend placing it just before the closing </body> tag.

<script
    src="https://blynk.chat/widget.js"
    data-chatbot-id="YOUR_CHATBOT_ID"
    defer>
</script>

The script will automatically load and initialize the chatbot widget on your page according to the display mode you selected in the customization settings.

Shareable Link

If you want to share your chatbot without embedding it, you can use the shareable link. This provides a clean, full-page interface for your chatbot that you can link to from emails, social media, or other applications.