Chatbot Widget

sidmallar.se · Hosted at chatbot.sidmallar.se

This host serves the embeddable chatbot widget. Add it to any site with a single <script> tag.

Embed via script tag

<link rel="stylesheet" href="https://chatbot.sidmallar.se/chatbot-widget.css" />
<script
  src="https://chatbot.sidmallar.se/chatbot.umd.js"
  data-api="https://chatbot-api.sidmallar.se"
  data-domain="sidmallar.se"
></script>

Embed via ES module

import { mount } from 'https://chatbot.sidmallar.se/chatbot.es.js'

mount({
  api: 'https://chatbot-api.sidmallar.se',
  domain: 'sidmallar.se',
})

Available files