> 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

Learn how to integrate echo3D into a Wix website.

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**.

![](https://3757500311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M41BcmqhdFQ3r89wcIR%2F-MRS6-ocMmsca_r_xZpF%2F-MRSBFHI72GQ3CCOFHbJ%2FWix%20-%20Edit%20Site.JPG?alt=media\&token=024e981a-43bd-492c-824b-28f47495ca9b)

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**.

![](https://3757500311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M41BcmqhdFQ3r89wcIR%2F-MRS6-ocMmsca_r_xZpF%2F-MRSAPwveiRH25Pv62r_%2FWix%20-%20Embed%20Widget.png?alt=media\&token=1467cffe-0863-4cb9-a1b6-e94c4c1ab910)

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

![](https://3757500311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M41BcmqhdFQ3r89wcIR%2F-MRS6-ocMmsca_r_xZpF%2F-MRSD11qoOdByjBy0jbO%2FWix%20-%20Enter%20Code.JPG?alt=media\&token=40c37f2c-2bb7-4d95-b534-b944dd605d81)

The HTML Settings window will open.

Choose the **Code** option.

![](https://3757500311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M41BcmqhdFQ3r89wcIR%2F-MRS6-ocMmsca_r_xZpF%2F-MRSCyhd2UNqarbxm93z%2FWix%20-%20HTML%20Settings.JPG?alt=media\&token=4381a90e-8a85-4cb1-b443-368be7643e0e)

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**.

![](https://3757500311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M41BcmqhdFQ3r89wcIR%2F-MRS6-ocMmsca_r_xZpF%2F-MRSQQd2wylq4HowR9EX%2FWix%20-%20HTML%20Settings%20-%20Code%20-%20Apply.JPG?alt=media\&token=256fad50-d47e-4303-b48e-390380ba1e4a)

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;
