# Why can’t I see the Omnichannel Widget on my website?

In this guide, we’ll walk through a simple checklist of common reasons your Omnichannel Widget might not be visible on your website and how you can easily fix it.&#x20;

&#x20;

**Double-check your installation snippet**

First things first, let’s check that you’ve copied the entire code snippet.&#x20;

The best way to do this is to go to your [Omnichannel Widget Settings](https://inbox.messagebird.com/manager/omnichannel-widget), fetch your installation snippet by clicking the **Copy code** button in the top left, and re-pasting the snippet.&#x20;

**Double-check where you embedded your code snippet**

Now we’re sure that you’ve copied the entire installation, let’s make sure that you’re embedding it in the right place within your code.

The best way for installing your Omnichannel Widget is to place the entire code snippet just before the closing **\</body> tag** on any page that you want the widget to be displayed.

You can learn how to install the Omnichannel Widget code snippet in [this quickstart guide](https://developers.messagebird.com/quickstarts/omnichannel-widget/install/).&#x20;

You can also check out these installation guides:&#x20;

* [Shopify](https://support.messagebird.com/hc/en-us/articles/360010219397-Adding-the-MessageBird-Omnichannel-chat-widget-to-a-Shopify-store)
* [Squarespace](https://support.messagebird.com/hc/en-us/articles/360010317698-Adding-the-MessageBird-Omnichannel-Chat-Widget-to-a-Squarespace-store)
* [Wix](https://support.messagebird.com/hc/en-us/articles/360010220057-Adding-the-MessageBird-Omnichannel-chat-widget-to-a-Wix-store)
* [WordPress](https://support.messagebird.com/hc/en-us/articles/360010843938-Adding-the-MessageBird-Omnichannel-Chat-Widget-to-a-WordPress-site-or-WooCommerce-store)
* [Woocommerce](https://support.messagebird.com/hc/en-us/articles/360010843938-Adding-the-MessageBird-Omnichannel-Chat-Widget-to-a-WordPress-site-or-WooCommerce-store)&#x20;

**Double-check that your Omnichannel Widget is activated**

So we’re now sure that your widget is correctly installed in your code, let’s now double-check that you’ve activated your Omnichannel Widget.

Go to your [Omnichannel Widget Settings](https://inbox.messagebird.com/manager/omnichannel-widget). Make sure the “Activate widget” toggle is enabled (set to **active**) so your Omnichannel Widget is displayed on your website.

**Double-check your Trusted Domains list**

Let’s now check that your trust domains list is correctly configured. These are the domains where your Omnichannel Widget is allowed to appear on.&#x20;

We recommend copying your domain directly from the address bar in the browser to get the precise URLs. To be sure, double-check there aren’t any typos and whether you’ve copied over the locale/s (e.g. “/en/”)&#x20;

Keep in mind that if you don’t specify any trusted domains, your Omnichannel Widget can appear on any domain. &#x20;

&#x20;

**Still having issues?**&#x20;

Please reach out to our Support team via [this page](https://www.messagebird.com/contact). We’re happy to help you get started!&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.bird.com/connectivity-platform/faqs/why-cant-i-see-the-omnichannel-widget-on-my-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
