> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/add-the-omnichannel-widget-to-your-online-store/adding-the-messagebird-omnichannel-widget-to-a-squarespace-store.md).

# Adding the MessageBird Omnichannel Widget to a Squarespace store

In this guide, you’ll learn how to add the [Omnichannel ](https://inbox.messagebird.com/manager/omnichannel-widget)[Widget](https://inbox.messagebird.com/manager/omnichannel-widget) to a [Squarespace](https://www.squarespace.com/) store.&#x20;

**Prerequisites**

* Be the **manager** of your MessageBird [Inbox](https://inbox.messagebird.com/) account.
* Be an **admin** for your Squarespace store.
  * We will be using the Code Injection feature of Squarespace which is a Premium feature (should be available for Business and Commerce plans).

**Enabling the Omnichannel Widget**&#x20;

1\. Log in at [dashboard.messagebird.com](https://dashboard.messagebird.com/en/user/index) and go to **Inbox** or go directly to [inbox.messagebird.com](https://inbox.messagebird.com/).

2\. Go to [Inbox settings](https://inbox.messagebird.com/manager/overview).

3\. Click on **Channels** and open **Omnichannel Widget**.

<figure><img src="/files/WdRhX1xKiPpaEuQSmAmF" alt=""><figcaption></figcaption></figure>

4\. [Customize your widget](/connectivity-platform/customizing-the-omnichannel-widget.md) settings to make it match the style of your Squarespace store (logo, colours, agent name).

5\. Under **Location** make sure to whitelist your store’s website address (e.g. <https://myshopname.squarespace.com>) to signal Inbox — it should accept chat requests coming from your Squarespace store.

<figure><img src="/files/WdRhX1xKiPpaEuQSmAmF" alt=""><figcaption></figcaption></figure>

6\. Done? Awesome! Hit **Publish changes** and **activate the widget**. You can always come back and change the [Inbox settings](https://inbox.messagebird.com/manager/overview).

<figure><img src="/files/Rg4SISm1rHt7nIORgq2U" alt=""><figcaption></figcaption></figure>

7\. Now that we finished the configuration on the Inbox side, let’s copy the code snippet by clicking **Get code snippet**.

&#x20;

&#x20;**Attaching widget to your Squarespace store**

Time to add the code by injecting it to the footer of every page.

1\. Go to your Squarespace store admin page, **myshopname.squarespace.com/config/settings**

2\. Go to **Advanced Settings**, and then **Code Injection**.

<figure><img src="/files/CZDFRLQXt7VVC9y2hCc3" alt=""><figcaption></figcaption></figure>

3\. Inside the Footer box, paste the code snippet from Inbox.

<figure><img src="/files/p5WcvldaWKgzpL6rWwh1" alt=""><figcaption></figcaption></figure>

4\. And that’s it! Save the changes, publish the new site version and the Omnichannel Widget will be visible on your Squarespace store.

&#x20;

<figure><img src="/files/21SURbNhDPgZBzhv9FHm" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/add-the-omnichannel-widget-to-your-online-store/adding-the-messagebird-omnichannel-widget-to-a-squarespace-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
