Explore the steps to effortlessly Embed ChatFly Bot on Your Website in this comprehensive guide.
<iframe src="https://app.chatfly.co/chat/xxxx-xxxx-xxxx-xxxx-xxxx" width="100%" height="300" style="border: 1px solid black;" ></iframe>
src
xxxx-xxxx-xxxx-xxxx-xxxx
<script> window.chatbotConfig = { bot_id: "xxxx-xxxx-xxxx-xxxx-xxxx", }; </script> <script src="https://app.chatfly.co/Chat.js"></script>
Was this page helpful?