> For the complete documentation index, see [llms.txt](https://docs.echo3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echo3d.com/ecommerce-sites/wix.md).

# Wix

You can integrate 3D content from echo3D to your [Wix](https://www.wix.com/) website.

Go to your site dashboard on [Wix](https://manage.wix.com/account/sites) and under **Site Actions** click on **Edit Site**.

![](/files/-MRSBFHI72GQ3CCOFHbJ)

On your website go to the page to which you want to add 3D content managed in echo3D.&#x20;

Click the **+** button in the left sidebar to add an object, choose **Embed**, and then under **Custom Embeds** click **Embed a Widget**.

![](/files/-MRSAPwveiRH25Pv62r_)

A new website element will appear. Click it and then click on the **Enter Code** button.

![](/files/-MRSD11qoOdByjBy0jbO)

The HTML Settings window will open.

Choose the **Code** option.

![](/files/-MRSCyhd2UNqarbxm93z)

Add the following code:

```
<iframe src="https://go.echo3D.co/ABCD"
   width="100%"
   height="99%" 
   scrolling="no"
   frameBorder="0"
</iframe>
```

Where `https://go.echo3D.co/ABCD` is the short link to your 3D content which you can obtain through the asset card.

Click **Apply**.

![](/files/-MRSQQd2wylq4HowR9EX)

Adjust the widget size according to your needs in your website.&#x20;

{% hint style="info" %}
You can also adjust the iframe settings, such as size and scrolling option, by editing the code so it will fit better in your widget window.
{% endhint %}

**You did it!** 🎉&#x20;
