Skip to content

Instantly share code, notes, and snippets.

@jcabot
Created January 3, 2022 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcabot/a8d306e87d8a606a766553d0fdcc5bab to your computer and use it in GitHub Desktop.
Save jcabot/a8d306e87d8a606a766553d0fdcc5bab to your computer and use it in GitHub Desktop.
Xatkit website install - widget rendering
<div id="xatkit-chat"></div>
<script>
xatkit.renderXatkitWidget({
server: "https://yourboturl.com/chat-handler",
widget: {
title: "Xatkit Demonstration",
subtitle: "Add a bot to your Carrd site",
startMinimized: true,
},
storage: { autoClear: true }
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment