🤖
ZyndraAI help center
  • 😀Welcome to ZyndraAI, a part of Talkie AB
    • ZyndraAI Basic
  • 🏁Getting started
    • Building a Chatbot
    • Chatbot Appearance
      • Custom CSS
    • Testing a Chatbot
    • Publishing your bot
      • Installation using HTML
      • Installation on Facebook
    • Deploying a Chatbot
    • Utility Tools
    • Variables
  • ✨AI-studio
    • Overview
    • Knowledge base
    • Prompts
    • Setting up retrain
    • Function call
    • Custom Answers
  • 💬Live chat
    • Overview
    • Creating views
    • Adding labels
    • Saved replies
    • Settings
  • 🏗️Action blocks
    • Overview
    • Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Condition
    • Image Carousel
    • Human Handover
    • Slider
    • File Upload
    • Delay
    • Form
    • Flow
    • Jump
    • Codeblock
    • Answer AI
    • Set AI
  • 🏆Integrations
    • Overview
    • HTTP request
    • Hubspot
    • Salesforce
    • Slack
      • Live Chat for Slack
      • Notification for Slack
    • Public APIs
  • 💵Payment and plans
    • Purchasing a plan
    • Payment Methods
    • Initial cost, notice period, commitment period
    • Spent conversations
    • What currency do you charge in?
Powered by GitBook
On this page
  1. Getting started
  2. Publishing your bot

Installation using HTML

PreviousPublishing your botNextInstallation on Facebook

Last updated 2 months ago

In-order to add the chatbot on your website, the first thing you need to do is add Talkie´s code snippet on your website's HTML, preferably in the <Body> tag of a reusable component like the header or footer. This way the bot chat widget will show up on all the pages of your website.

How can I configure it?

To configure it using HTML code snippet, you can follow the following steps;

  • Go to 'Channel Configuration -> Web -> Configuration'

  • Enter the domain address in the 'Website URL' field where you would like to add the chat widget

The domain restriction logic only allows the chat widget to appear on the domain that you have entered on the 'Website URL' field

  • Copy the code snippet and add it to any reusable component of your website's HTML file like Header or Footer

On following the above steps would see the chat widget visible on your website. Simply 'Deploy' a bot and see your visitors interactions get automated at scale

If you do not see a chat widget on your website, then it must be because of the following reasons;

  • No bot is created

  • No bot is turned on

  • No bot is created for 'Web' channel

🏁