Widgets

Embeddable widgets

Add chat and AI answers to any website with a script tag.

Chatbot widget

Embed an AI chatbot trained on your knowledge base with one script tag.

<script>
  window.ZiqmeChatbotConfig = { widgetId: 'YOUR_WIDGET_ID' };
</script>
<script type="module" src="https://chatbot.ziqme.com/chatbot-widget.js" async></script>
<script nomodule src="https://chatbot.ziqme.com/chatbot-widget.umd.cjs" async></script>

LiveChat widget

Add real-time chat to any page and talk to visitors from the Ziqme dashboard.

<script>
  window.ZiqmeLiveChatConfig = { widgetId: 'YOUR_WIDGET_ID' };
</script>
<script type="module" src="https://livechat.ziqme.com/livechat-widget.js" async></script>
<script nomodule src="https://livechat.ziqme.com/livechat-widget.umd.cjs" async></script>

Install

Paste the snippet before the closing body tag. The widget loads asynchronously and won't block your page.

Configure

Appearance, language, and behavior are managed from your Ziqme dashboard β€” no redeploys needed.