> For the complete documentation index, see [llms.txt](https://guide.swiftxr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.swiftxr.io/how-to/how-to-add-the-swiftxr-custom-block-to-any-section-on-your-product-media-page.md).

# How to Add the SwiftXR Custom Block to any section on your Product Media Page

## Step 1 — Open Your Theme Editor

1. In your Shopify admin, go to Online Store → Themes.
2. Click Customize on the theme you want to edit.

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

## Step 2 — Open Your Product Page Template

1. In the top bar of the theme editor, use the dropdown to select a Product Page.
2. Choose the Default product template (or your preferred product template)

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

### Step 3 **—** Click and Edit the your code on the Product Page

1. On the **Product page**, click the 3 dots beside **Live**
2. Choose Edit Code

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

### **Step 4 — Paste the SwiftXR Embed Code**

Paste the following code into your **Custom Liquid** block:

```
// Some code
{% liquid 
  assign swiftxr_product_url = product.metafields.swiftxr.product_url_api
%}

{% if swiftxr_product_url %}

  <div style="width: 100%; height: 450px; margin: 0;"> 
    <iframe title="3D Product" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="fullscreen; autoplay; camera; midi; encrypted-media; gyroscope; accelerometer; magnetometer; xr-spatial-tracking; microphone;" execution-while-out-of-viewport execution-while-not-rendered web-share width="100%" height="100%" src="{{ swiftxr_product_url }}"> 
    </iframe>
  </div>

{% endif %}

```

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

### **Step 5 — Save and Test**

1. Click **Save** in the top right.
2. You should now see the 3D viewer in the media section.

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