WotNot Help Center
Create a ticketBook a demoProduct
  • 👋Welcome!
  • 🏁Getting Started
    • Building a chatbot
    • Testing a chatbot
    • Publishing your bot
      • Web
        • Embed chatbots on website
      • WhatsApp
        • Meta
        • 360Dialog
        • Twilio
        • GupShup
        • TechAlpha
      • Instagram
      • Facebook Messenger
      • SMS
      • Mobile app
      • API
    • Utility Tools
    • Contacts
      • Scheduling a Contact Report
      • Exporting a Contact List
      • Blocking contacts
    • Chatbot Appearance
      • Custom CSS
      • Image dimensions
      • Pop-up messages
  • ⚒️Bot builder
    • Action blocks
      • Trigger
      • Send message
      • Collect input
      • Buttons
      • Reply buttons
      • Carousel
      • Agent
      • Answer AI
      • Set AI
      • Send an email
      • List
      • Condition
      • Talk to human
      • Dynamic data
      • Javascript
      • Collect file
      • Form
      • Webhook
      • Flow
      • Jump
      • Options
      • Calendar
      • Delay
      • Codeblock
      • Slider
      • Image gallery
      • Send WhatsApp
      • Send SMS
      • Send Email
      • Send Status
      • WhatsApp flow
      • Catalogue
    • Outbound bots
      • Building One Off Campaign
      • Building Ongoing Campaign
    • Variables
    • Cloning bots
    • Requesting edit access
    • Connecting action blocks
    • Creating a loop
  • ✨AI Studio
    • Building a GPT chatbot
    • Knowledge base
    • Custom Answers
    • Functions
    • Prompts
    • AI credits
    • Refresh frequency
  • 💬Live Chat
    • Overview
    • Building a bot with live chat
    • Creating views
    • Adding labels
    • Saved replies
    • Settings
  • 🔗Integrations
    • Overview
    • HTTP request
    • Ready integrations
      • Google Calendar
      • Google Sheets
      • Google Analytics
        • Using Javascript
      • Salesforce
      • HubSpot
      • Calendly
      • Slack
      • Airtable
      • Zendesk
      • Freshdesk
      • DialogFlow
      • Zoho CRM
    • Events
    • Zapier
    • Public APIs
  • 💬WhatsApp Business API
    • Getting a WhatsApp API
      • Getting WhatsApp API (Old approach)
      • Sandbox WhatsApp API
    • Facebook Business Manager (FBM) Verification
    • Creating a WhatsApp Template
    • Cost
    • Messaging Limits, Quality Rating
    • Official Business Account (Green tick verification)
  • 📊Reporting
    • Overview
    • Chatbot Report
    • Agent Report
    • Outbound Report
    • Link analytics
    • Weekly email report
  • 🛠️Troubleshooting
    • Getting notification for leads
    • JS functions to trigger chat widget
    • Opt-out management
    • Setting up link tracking
    • How do I hard refresh my browser?
    • Cookies
    • Notifications
    • Tracking Facebook Pixel
    • Setting up SSO login
    • Inviting teammates
    • Teams
  • 🧑‍💻Support
    • Creating a ticket
    • Book a demo
    • Purchasing a subscription
    • Cancelling a subscription
    • Refund policy
    • Reset password
    • Deleting account
Powered by GitBook
On this page
  • Step 1: Enter the domain name
  • Step 2: Paste the code snippet on your website
  • Installing using Google Tag Manager
  • Installing on SquareSpace
  • Installing on a single page
  • Installing on the entire website
  • Installing on WordPress

Was this helpful?

  1. Getting Started
  2. Publishing your bot

Web

You can instantly launch your chatbot to your website with one click on WotNot.

PreviousPublishing your botNextEmbed chatbots on website

Last updated 1 year ago

Was this helpful?

Step 1: Enter the domain name

Goto Channel Configuration > Web > Configuration

Here, enter the domain where you want to launch your chatbot.

Each WotNot account only supports one domain.

Sub-domains are allowed. Like blog.wotnot.io, app.wotnot.io etc.

Step 2: Paste the code snippet on your website

Copy the JS Snippet provided in this section, and paste it anywhere in your website's code between the <body> ... </body> tags.

You must include the snippet on every page you want your Chatbot to appear on.

If you DO NOT see your bot live:

  • Check if the bot status is "Active" i.e. switch is turned on.

  • Check if your bot has a deployed version. If not, deploy it once.


Installing using Google Tag Manager

If you use Google Tag Manager for all JS, follow these steps:

  1. Open Google Tag Manager

  2. Click “Add a new tag”

  3. Under “Tag Configuration” choose “Custom HTML”

  4. Paste the JS snippet in this section

  5. Under “Triggering” choose “All pages”

  6. Click “Save”

  7. Publish this tag


Installing on SquareSpace

Installing on a single page

In-order to embed the bot on single page, you can follow the following steps;

  1. Go to 'Channel Configuration -> Web -> Configuration'

  2. Copy the WotNot 'Code Snippet'

  3. Go to desired page where you want to embed the bot

  4. Hover and select the page setting (menu gear against the page name)

  5. Under the page settings screen, select 'Advanced'

  6. Click on 'Page Header Code Injection'

  7. Paste the snippet in the block editor

  8. Click on 'Save' to apply changes

Installing on the entire website

In-order to embed the chatbot on entire website, you can follow the following steps;

  1. Go to Settings > Advanced > Code Injection

  2. Scroll down until you see 'Footer' section

  3. Paste the WotNot code snippet in the 'Footer' section


Installing on WordPress

Follow these steps:

  1. Activate the WotNot plugin

  2. Copy and paste the WotNot code snippet

  3. Click 'Save'

Install the "" on your WordPress account

🏁
WotNot plugin