Skip to content

Commit

Permalink
Merge pull request #145 from botpress/rk-wix
Browse files Browse the repository at this point in the history
feat(wix): added content with banners
  • Loading branch information
devguilhermy authored Oct 16, 2023
2 parents e623c70 + fa249f0 commit ff2e725
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/cloud/embedding-webchat-options/webflow.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Embedding the Web Chat on Webflow site
# Embedding the Web Chat in a Webflow Website

![Webflow Banner](/docs/content/webflow-banner.png)

Expand All @@ -16,7 +16,7 @@

## Prerequisites

You need to have a **paid** Webflow account to embed custom code on your Webflow site (see [Webflow pricing](https://webflow.com/pricing)).
You need to have a **paid** Webflow account to embed custom code in your Webflow site (see [Webflow pricing](https://webflow.com/pricing)).

## Getting the Web Chat script

Expand Down
29 changes: 29 additions & 0 deletions pages/cloud/embedding-webchat-options/wix.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Embedding the Web Chat in a Wix website

![Integration channels](/docs/content/wix-banner.png)

## Prerequisites

1. A [**Wix**](https://www.wix.com) website with the ability to add custom scripts. This will require a paid plan. Checkout [**Wix Pricing**](https://www.wix.com/upgrade/website) for more information.
2. A [**Domain**](https://support.wix.com/en/article/connecting-a-domain-to-the-wix-name-servers) connected to your Wix website for the Custom Code to work.
2. A [**Botpress**](https://sso.botpress.cloud) account with an active bot.

## Getting the Botpress Web Chat Script

1. Log in to your [**Botpress**](https://sso.botpress.cloud) account and navigate to your bot's **Integrations** tab.
2. Click on the **Webchat** Integration and copy the **Embedded** script from the **Pre-configured** tab.


## Adding the Botpress Web Chat Script in Wix

![Wix Custom Code](/docs/content/wix-custom-code.png)

1. Log in to your [**Wix**](https://www.wix.com) dashboard and go to **Settings** from the left sidebar.
2. Scroll down to **Advanced Settings** and click on **Custom Code**.
3. Click on **+ Add Code** in **Body - Start** and paste the **Embedded** script you copied in the previous step.
4. Ensure you apply the code to **All pages** and load the code **Once** at the **Body - end** tag and click **Apply**.

### Testing the Integration

1. Publish your Wix website and navigate to your live Wix website.
2. You should see the Botpress Web Chat widget on the bottom right corner of your website.
2 changes: 1 addition & 1 deletion pages/cloud/embedding-webchat-options/wordpress.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Embedding the Web Chat on Wordpress site
# Embedding the Web Chat in a Wordpress website

![Integration channels](/docs/content/wordpress-banner.png)

Expand Down
Binary file added public/content/wix-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content/wix-custom code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content/wix-custom-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit ff2e725

@vercel
Copy link

@vercel vercel bot commented on ff2e725 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation.botpress.sh
documentation-git-master.botpress.sh

Please sign in to comment.