Skip to main content
Bring EKB’s conversational AI chatbot directly into your digital experience with ease. Whether you want to add it to a website, Next.js, React.js, Angular, or WordPress, the integration process is simple and designed to fit seamlessly into your existing setup. This guide walks you through each option, helping you deliver smarter customer engagement and real-time support right where your users need it.

Integrate to Your Website

To add the chatbot anywhere on your website, use the HTML script below to add the chatbot in a “new window” format to enhance your website with AI-powered chatbots that can handle visitor inquiries seamlessly. Add this script to your HTML code.
Make sure to replace Your_Project_ID_Here with your Project’s ID.
id="odin-chatbot"></div>
To add the chatbot as a chat bubble to the bottom-right of your website, use the HTML script below. This is ideal for providing instant support, allowing users to interact with the EKB chatbot easily. Add this script to your HTML code.
Make sure to replace Your_Project_ID_Here with your Project’s ID.

Integrate to Next.js App

To integrate EKB chatbot into your Next.js app as a chat window, follow these instructions:
  1. Place the following script in the rootLayout or App file:
    Script from
  2. Add the following <div> tag in the component where you want the Chat Window to appear. <div id="odin-chatbot"></div>
To integrate EKB chatbot into your Next.js app as a chat bubble, follow these instructions:
  1. Place the following script in the rootLayout or App file:
    Script from
  2. If you’ve added the Chatbot as a Chat Window previously, make sure you remove the following <div> tag while using the chat widget. <div id="odin-chatbot"></div>

Integrate to React.js App

  1. Add the following script within the <head> tag of the index.html file located in the public folder.
  1. Add the following <div> tag in the page or component where you want the Chat Window to appear.
    React from "react";
  1. Add the following script within the <head> tag of the index.html file located in the public folder.
  1. If you’ve added the Chatbot as a Chat Window previously, make sure you remove the following <div> tag while using the chat widget. <div id="odin-chatbot"></div>

Integrate to Angular Project

  1. Add the following script to the index.html file located in the public folder.
    html>
  2. Add the following <div> tag in the page or component where you want the Chat Window to appear.
    class="contents">
  1. Add the following script to the index.html file located in the public folder.
    html>
  2. If you’ve added the Chatbot as a Chat Window previously, make sure you remove the following <div> tag while using the chat widget. <div id="odin-chatbot"></div>

Integrate to WordPress Site

To add the chatbot to your WordPress site, you can add the following jQuery script to the page using the Custom HTML block in the WordPress editor:
To add the chatbot as a chat bubble to your WordPress site, you can add the Chat Window script, mentioned above, to the page using the Custom HTML block in the WordPress editor and then add the following CSS script:
If you want to add the Chat Bubble in the footer of the page, then you need to first add the script in the Custom HTML block of the footer along with the CSS code.