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
- Go to Online Store → Themes → Edit Code
- Open
theme.liquid - Paste the embed code before
</body> - Save
WooCommerce
- Go to Appearance → Theme Editor
- Open
footer.php - Paste the embed code before
</body> - 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-idmatches your account - Slow loading? The
asyncattribute ensures the widget doesn’t block page load - CORS errors? Make sure your domain is whitelisted in Mikabot settings

