To embed this chat into your website, edit your HTML and append this script into your <head> element.
<script src="https://iframe.chat/scripts/main.min.js"></script>
Then, append this snippet anywhere in your <body> element.
<iframe src="https://iframe.chat/embed?chat=YOUR_CHAT_ID" id="chattable"></iframe>
Finally, initialize your script using JavaScript. If you have a chattable.css file, you can paste this at the bottom of your HTML file.
<script>
chattable.initialize({
stylesheet: "/path/to/your/chattable.css"
});
</script>