Comment on page
🪛
DIY Website Building Tools
This is a step-by-step guide on how you can deploy your chat-bot via various website building tools
If you aren't a software developer yourself, and use DIY tools such as hubspot, wordpress, squarespace etc, but want to deploy your chat-bot on these websites anyway, don't worry we have you covered!
Essentially, you need to navigate the tool of your choice and find the provision to modify the Body code of your website.
Go to your Orimon Dashboard -> bot overview -> In the panel on the left click on "Channels" -> select the "Website"

From here copy the the second code block with the
<script>
tag, and go back to the website deployment channel of your site.Here, in the configuration to edit the
<body>
tag, paste the code as shown :

Note : "Embed Your Bot" means the bot will be a part of your website page itself, "Embedded" so to speak, and not in a separate chat-window/chat-icon.
Go to your Orimon Dashboard -> bot overview -> In the panel on the left click on "Channels" -> select the "Website"

From here copy the the first code block with the
<iframe>
tag, and go back to the website deployment channel of your site.You need to create an empty container/
<div>
.Here, in the configuration to edit the
<body>
tag, inside the <div>
you just created, paste the code as shown :

That's It! you can now deploy your bot even through DIY website builders.
Last modified 4mo ago