📚Installation Guide

Conferbot Widget Installation

Conferbot's code snippet allows you to seamlessly integrate a chatbot widget into your product or website. You can choose any one or more of the three types of widgets that we have, live-chat, popup, or full-page. The widget can be customized to your liking and you can get them up and running in just a few minutes.

Overview

Conferbot's code snippet allows you to seamlessly integrate a chatbot widget into your product or website. You can choose any one or more of the three types of widgets that we have, live-chat, popup, or full-page. The widget can be customized to your liking and you can get them up and running in just a few minutes.

5 minute setup
No coding required
Works everywhere

Platform-Specific Guides

How to add Conferbot to your site?

Follow the simple steps below to setup a widget of your choice on your website or product and voila! Your chatbot will be ready to start conversing with your customers.

1

Go to yourConferbot account. If you don't have one create a free account now.

2

Build a.chatbot from scratch or copy from 100+free bot templates

3

Open the builder andbutton on the toolbar.modify the flow to suit your business needs and click on theSave

4

Click on theNext button on the top right corner of the toolbar to head to the customize screen.

5

Customize your chatbots appearance and other settings and click on theNext button at the bottom.

6

Now, select your sites'you want to add.platform/framework and then choose thewidget type

7

A code will be generated and would look something like this 👇

8

The pasting of the code snippet is the last step, it varies based on the.platform/framework of your website

Widget Code
<script type="text/javascript">
  (function (d, s, id) {
    var js, el = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s);
    js.async = true;
    js.src = 'https://s3.ap-south-1.amazonaws.com/conferbot.defaults/dist/v1/widget.min.js';
    js.id = id;
    js.charset = 'UTF-8';
    el.parentNode.insertBefore(js, el);
    js.onload = function () {
      var w = window.ConferbotWidget("YOUR_BOT_ID");
    };
  })(document, 'script', 'conferbot-js');
</script>

Replace YOUR_BOT_ID with your actual bot ID

Video Tutorial

Ready to Add Your Chatbot?

Create your free account and have your chatbot live in minutes.

Get Started Free