JavaScript Embed Guide
Learn how to embed the LeadJot chatbot into your website using JavaScript snippet.
Quick Start Guide
Get your embed script
- Navigate to your LeadJot dashboard.
- Select your chatbot on chatbots page -> Deploy -> Widget.
- Select Deploy tab and make sure Widget is selected.
- Copy the embed script.
Embed on your website
- Add the script to your website's
<head>or before closing</body>tag.
Place in <head> for faster loading, or before </body> if you have loading performance concerns.
Test the widget
- Open your website and test the widget.
- You should see the widget trigger button.
- Click the button to open the chat window.
- You should see the chat window.
- You should see the chatbot responding to your messages.
Configure Advanced Features (Optional)
Enhance your integration with custom control over the widget's appearance and behavior. Refer to the Widget API Reference section for more details.