Skip to content
MikabotMikabot

Installation

Mikabot installs as a lightweight chat widget on your e-commerce store. No server setup required - just add a script tag and you’re live.

Requirements

  • An active Mikabot account (sign up free)
  • Admin access to your store’s HTML or theme settings
  • A modern browser (Chrome, Firefox, Safari, Edge)

Quick Start

The fastest way to get started is with the embed code. Copy it from your Mikabot dashboard under Settings → Widget.

<script src="https://cdn.mikabot.eu/widget.js" data-store-id="YOUR_STORE_ID" async></script>

Paste this code just before the closing </body> tag on every page where you want the chatbot to appear.

Platform-Specific Guides

Shopify

  1. Go to Online Store → Themes → Edit Code
  2. Open theme.liquid
  3. Paste the embed code before </body>
  4. Save

WooCommerce

  1. Go to Appearance → Theme Editor
  2. Open footer.php
  3. Paste the embed code before </body>
  4. Save

Custom Platform

For any platform that supports custom HTML, paste the embed code into your global footer template.

Verification

After installation, visit your store and look for the Mikabot chat icon in the bottom-right corner. Click it and send a test message to confirm everything works.

Troubleshooting

  • Widget not appearing? Check that the data-store-id matches your account
  • Slow loading? The async attribute ensures the widget doesn’t block page load
  • CORS errors? Make sure your domain is whitelisted in Mikabot settings