Wonderchat Documentation
  • 👋Welcome to Wonderchat
  • Overview
    • ⚖️Pricing
    • ✨Our Features
    • 🔍Content Overview
  • Setup Guides
    • 📪Setting up your Chatbot
      • Creating Your First Chatbot
      • How to set-up a Spontaneous Greeting Message
      • Setting up Multi-lingual Chatbots
      • How to Pick Between Source Citations Options For Your Chatbot
      • Add Suggested Questions to your Chatbot
      • Selecting Between AI models for your chatbots
      • How to Crawl and Update Private Sites
      • How to Customize Your Notification Settings for Your Chatbot
    • 🤖Training your Chatbot
      • How to add or delete webpages or websites from your chatbot
      • How to manually update your Chatbot website link for Re-Crawling
      • How to use PDF and website links simultaneously as data sources for your chatbot
      • How to upload Videos and Audio files into Wonderchat
      • How to add or delete PDFs from your chatbot
      • Writing Support Documentation for AI Chatbots
    • 🖥️Adding your Chatbot to your website
      • How to Embed a Chat Widget
      • How to Embed a Chat Screen
      • Embedding for Wix
      • Embedding for Shopify
      • Embedding for WordPress
      • Embedding for Drupal
      • Embedding for Webflow
    • ✍️Correcting your Chatbot
      • How to Set Up Chatbot Corrections
      • How to Resolve Pending Corrections
      • Export and Import Corrections
    • 💅Styling your Chatbot
      • How to Adjust Chat Widget Size
      • Customizing Your Chatbot's Style and Color
      • Using Custom CSS to style your chatbot
    • 👨‍💼Human Handover for your Chatbots
      • AI Chatbot Handover to Human Support via Email
      • How to Set Up Live Chat within Wonderchat
    • 📇Collecting Leads with your Chatbot
      • How to set-up leads generation sequences
      • How to collect user names, emails and phone numbers from users
      • Turning on email notifications for every new lead collected
      • [For Enterprise Users] How to Route Chats by Topic to Sales Representatives
    • 🤝Sharing your Chatbot
      • How to Share Your Chatbot Publicly
      • How to Add Team Members to Wonderchat
    • 🔋Using Chatbot Tools
      • Set-up Custom Chatbot Tools
    • ⚙️Adding Chatbot Workflows
      • Set-up Chatbot Workflows
  • Integration Guides
    • Active Campaign
    • Calendly
    • Freshdesk
    • HubSpot
      • Adding Wonderchat Tags to Hubspot
    • Shopify
    • Slack
      • Slack (via Zapier)
    • Twilio
    • WhatsApp
    • Zapier App
    • Zendesk
    • Google Drive
    • Microsoft Sharepoint
    • Facebook Messenger
    • Discord
  • FAQ
    • How To Exclude VAT/GST Charge at Checkout
    • How To Exclude VAT/GST Charge after Checkout (via Tax Refund)
    • How to Apply a Promo Code at Checkout
    • Upgrading Wonderchat Subscription
Powered by GitBook
On this page
  • Step 1: Go to Dashboard
  • Step 2: Adjust Dimensions (Optional)
  • Step 3: Preview the Chatbot
  • Step 4: Copy the Embed Code
  • Step 5: Paste into Your Web Page
  • Step 6: Save and Publish

Was this helpful?

  1. Setup Guides
  2. Adding your Chatbot to your website

How to Embed a Chat Screen

A Guide on How to Embed a Chat Screen on your Website.

PreviousHow to Embed a Chat WidgetNextEmbedding for Wix

Last updated 8 months ago

Was this helpful?

You can also embed your Wonderchat bot as a chat interface within a page. Here's how.


Step 1: Go to Dashboard

To embed our chatbot as a page, you can go to your Dashboard and under the actions column, click on "Embed to website"

Step 2: Adjust Dimensions (Optional)

In the pop-up, go under the "Pages" tab.

Before embedding, you can modify the width and height attributes of the iframe code to customize how the chatbot appears on your page. By default, both the width and height are set to 100%, meaning the chatbot will occupy the full width and height of the container it's placed in. You can set specific values if needed, like 500px for height or width, depending on your design preferences.

Example code:

htmlCopy code<iframe 
  src="https://app.wonderchat.io/chatbot/cm0w2lbcf0fyienmkv56prpce"
  style="border-width: 0px;" 
  allow="clipboard-read; clipboard-write" 
  width="100%" 
  height="100%">
</iframe>

Step 3: Preview the Chatbot

After adjusting the dimensions, you can use the Preview Page button to see how the chatbot will look on your webpage. This ensures that the size and placement are just right before finalizing the embed.

Step 4: Copy the Embed Code

Once you’re satisfied with the dimensions, copy the provided embed code as shown below. This code will be pasted into the HTML of your website.

Step 5: Paste into Your Web Page

Paste the copied code into the desired location within the HTML of your website. The chatbot will automatically load in that section of the page.

Step 6: Save and Publish

After embedding the code, save and publish your changes. The chatbot should now be visible and ready to interact with visitors.

Advanced Customization (Optional)

  • If you want to further customize the appearance of the chatbot widget, enable Advanced CSS Customization. This allows for more detailed styling options, which can be tailored to better match your website's design.

That's it! Your chatbot should now be embedded on your website and ready to interact with visitors.


If you have any more questions, feel free to reach out to us at support@wonderchat.io

🖥️
In the Dashboard page, Click on the “⋮” and go to “Embed to website"
in this pop-up, go under the "Page" option tab
Click on "Preview Page" to preview chatbot
In a new window, you'll see the preview of the chatbot
Click on "Copy to Clipboard"