Install Embedded Chatbot
The Embedded Chatbot lets you integrate your chatbot seamlessly into any webpage using a simple iframe code.
Last updated
Was this helpful?
The Embedded Chatbot lets you integrate your chatbot seamlessly into any webpage using a simple iframe code.
The Embedded Chatbot allows you to place your chatbot directly inside any webpage using a simple HTML <iframe> snippet. This is ideal for dashboards, support pages, or custom layouts where you want the chatbot to appear inline.
Log in to your BotPenguin Dashboard.
Click on Bots from left menu then Select the bot.

Now click on βInstall Your Chatbot.β

Select the Embedded Chatbot tab from the top menu.

You will see the installation options for embedding your chatbot into a website.
In the Get Chatbot Installation Code section:
Copy the iframe code provided.
This code is unique to your chatbot.
Example:
π‘ Tip: You can adjust the
widthandheightvalues to match your page layout.
Paste the copied iframe code into the HTML of every page where you want the chatbot to appear.
Common placements include:
Inside the <body> tag
Within a specific container or section
Embedded inside CMS editors (WordPress, Webflow, etc.)
β οΈ Make sure the page allows iframes and does not block third-party embeds.
If a developer manages your website:
Enter their email address in the Share Installation Code section.
Click Send Email.
The developer will receive the installation instructions directly.
If you prefer hands-on assistance:
Click Help me in Installing ChatBot.
The BotPenguin support team will handle the installation for you.
Once added:
Reload your webpage
Confirm the chatbot appears correctly
Test a conversation to ensure it responds as expected
If the chatbot does not appear:
Confirm the iframe code is pasted correctly
Check that your website allows external embeds
Ensure no ad blockers or CSP rules are blocking the iframe
Here are some common questions asked regarding training with FAQ's:
No. If you can copy and paste HTML code, you can install the embedded chatbot. For advanced customization or CMS setups, a developer may help
You can embed the chatbot on:
Any HTML webpage
Dashboards or internal tools
CMS platforms like WordPress, Webflow, or Wix
Customer support or help pages
Yes. You can modify the width and height values in the iframe code to fit your page layout.
Yes. The embedded chatbot is responsive and works on mobile devices as long as the iframe is placed inside a responsive container.
Absolutely. You can use the same iframe code on as many pages as you want.
Yes. Use the Share Installation Code option to email the iframe code directly to your developer.
If you still have questions for our team, write to us at support@botpenguin.com. Weβll get back to you within 48 hours.
Last updated
Was this helpful?
Was this helpful?
<iframe
src="https://page.botpenguin.com/XXXXXXXXXXXX"
width="100%"
height="600"
frameborder="0">
</iframe>