> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-related-products/widget-setup/display-a-widget.md).

# Display a widget

After creating a widget, you need to add it to your store so customers can see it.\
I**nventory Sync, Multi store TP** offers two ways to display a widget.

Option 1: Add widget by shortcode

Option 2: Select position to show (no shortcode)

***

### ⚙️ Option 1: Add widget by shortcode

Use this option if you want full control over where the widget appears

***

#### Step 1: Enable shortcode position in Design settings

1. Go to the app > click **Widgets**
2. Find the widget you want to display or created a new one > open the widget detail&#x20;
3. Click **Customize**  > it directs to the app **Settings** > **Design**

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

4. Find **Position** setting > choose **User app block in theme editor**

<figure><img src="/files/3WrQTAZAMLPbORt0WH1q" alt=""><figcaption></figcaption></figure>

5. Click **Save**

***

#### Step 2: Copy the widget shortcode

1. Go to the app > click **Widgets**
2. Find the widget you want to display.
3. Copy the **Shortcode**

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

**Example shortcode**

```html
<div class="globo_widget_25654"></div>
```

***

#### Step 3: Open Theme Editor

1. Go to **Online Store > Themes  > Edit theme**
2. Open the page where you want to show the widget\
   (example: **Product** page template).

<figure><img src="/files/4pm61DNT2T50iKMgZZZo" alt=""><figcaption></figcaption></figure>

***

#### Step 4: Add the shortcode block

1. Click **Add section** or **Add block**

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

2. Choose **Tipo Related Products** app
3. Paste the shortcode you copied

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

4. Click **Save**

✅ **Result**\
The widget will now appear exactly where you placed the shortcode.

***

### ⚙️ Option 2: Display widget automatically (no shortcode)

\
You do not need to edit the theme or add any shortcode. Just select the position option to show the widget based on HTML element or add to cart in the theme. &#x20;

***

#### Step 1: Open widget Design settings

1. Go to the app > click **Widgets**
2. Open the widget you want to display
3. Click Customize > it directs to the app **Settings** > **Design**

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

<figure><img src="/files/9ENakOtPxC9WQTQdn5Sa" alt=""><figcaption></figcaption></figure>

***

#### Step 2: Select widget position

In **Position**, choose where the widget should appear:

* **Below the product form** *(default & recommended)*
* **Use app block in theme editor**
* Before a HTML element
* After a HTML element
* At the start of a HTML element
* At the end of a HTML element

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

✅ **Recommended**

* **Below the product form**\
  → Works automatically on product pages\
  → No shortcode needed

***

#### Step 3: Save and activate

1. [Click **Save**](#user-content-fn-1)[^1]
2. Make sure the widget status is **Active**

🎉 The widget will automatically appear on your store.

***

### ✅ Quick checklist if widget is not showing

* App embed is enabled on the theme
* Widget status is **Active**
* Placement matches the page you’re testing
* If using shortcode:
  * Shortcode is added correctly
  * Theme is saved
* If using automatic position:
  * Position is set correctly (e.g. Below product form)

***

### **▶️** A tutorial video <a href="#a-reference-video" id="a-reference-video"></a>

{% embed url="<https://youtu.be/tmb9yc5pqNY?si=7JI3_JOP9ZlE840a>" %}

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.

[^1]:


---

# 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.tipo.io/tipo-related-products/widget-setup/display-a-widget.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.
