Tekup Chat Widget

Embeddable AI chatbot widget til danske virksomheder.

Installation

Tilføj disse scripts til din hjemmeside:

<script src="https://tekup-chatbot-widget.pages.dev/tekup-chatbot-widget.umd.js"></script>
<link rel="stylesheet" href="https://tekup-chatbot-widget.pages.dev/style.css">

Brug

TekupChatbot.init({
  apiUrl: "https://chat.tekup.dk",
  companyName: "Dit Firma",
  primaryColor: "#14b8a6",
  position: "bottom-right"
});