Docs
  • Overview
    • 👋Welcome to Orimon AI
  • Product Guides
    • 🤖Create A Bot
      • đŸĨLeads Generation & Support Bot
      • đŸ’ŗE-Commerce Specialist Bot
    • đŸ“ĒFlag and Train
    • âš™ī¸Setting up Bot Appearance
      • 🎨Setting Theme Color
      • đŸ’ŦSetting Message Bubble
      • 🎓Setting Bot Header
      • đŸ—¯ī¸Setting Trigger Icon
      • 📩Setting Welcome Message
      • â—€ī¸Setting Fallback Message
      • đŸŗī¸Disable Branding
      • đŸ—’ī¸Setting Lead Form
      • âš ī¸Setting Up Conversation Triggers
      • ⚡Adding Quick Replies
      • 📎Custom Query Placeholder
    • ✨Setting Up Conversational Leads
    • 🙋Setting up Live Chat
      • âš™ī¸Configuring Live chat
      • đŸ—Ŗī¸Transferring To Live Agent
      • đŸ’ģLive Chat Agent Screen
      • đŸ›Ŗī¸Live Chat Process
      • 🕔Operational Hours
      • âšī¸Disable AI
      • 👉Join Active Chat Room
    • đŸ’ŊBot Model
    • đŸŒĄī¸Bot Temperature
    • 🛑Quota Limits
    • 🎭AI custom prompt
    • 🔑Bring your openAI key (BYOK)
  • Fundamentals
    • 🧑Inviting Members
    • âŦ‡ī¸Install the Dashboard App
    • đŸĻBilling and Subscription
      • 🔔How do I subscribe?
      • 🔋How to buy additional quota for my plan?
      • 📈How do I upgrade my plan?
      • ⛔How do I cancel my plan?
      • â™ģī¸How do I renew my plan?
  • Integrations
    • đŸĒWebhook
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸĒ¸Hubspot
    • đŸ‘ĨSalesForce
    • 📗Google Sheets
  • Channels
    • đŸ—Ŗī¸Setting up Channels for Messages
    • 📩FaceBook Messenger
    • đŸŸĸWhatsApp
      • đŸ’ŗAdd Payment Method
    • đŸĒ›DIY Website Building Tools
    • đŸŸĻTelegram
    • 📰WordPress
    • 🌐Website Integration
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸ‡Ģ🇴Slack
    • 🎮Discord
    • đŸ‡Ģ🇲MS Teams
  • Templates
    • 🤝Book a Meeting
  • White-Labelling
    • đŸŗī¸Getting Started
    • 🤖Chat-Bot White Labelling
    • 🔰Dashboard White Labelling
    • 📧Email White Labelling
  • developer API
    • 🔍Getting Started with APIs
    • âœ‰ī¸Message API
Powered by GitBook
On this page

Was this helpful?

  1. Channels

DIY Website Building Tools

This is a step-by-step guide on how you can deploy your chat-bot via various website building tools

PreviousAdd Payment MethodNextTelegram

Last updated 1 year ago

Was this helpful?

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.

Deploy Your Bot

Go to your Orimon Dashboard -> bot overview -> "Launch" -> select "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 :

Embed Your Bot

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 -> "Launch" -> select "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.

đŸĒ›