# Embed products onto your own website

Embedding products in your website is very simple. AutoBuy has two different embed options.&#x20;

You can view examples here: <https://autobuy.io/Developers/Integrations>. Look below for how to integrate.

**EMBED**

!["Embed" option for the website product embeds](https://1152010492-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M89Mjb3PqiEkNiwzt56%2F-M9qxFCCeE2CvSkdzQev%2F-M9rCTMoV_cbu4c_U30d%2Fimage.png?alt=media\&token=f236409b-d55d-439c-9c91-2ef6d58c7e4f)

Start off by adding the following script tag before the end of `</head>` in your markup.

```
<script src="https://autobuy.io/js/embed.min.js"></script>
```

Then get your product I&#x44;**.** Insert this markup with your product id where it states and replace the text of the button to what best suites your site.

```
<button data-autobuy-product="PRODUCT_ID_HERE">Button Text</button>
```

**POPUP**

!["Popup" option for the website product embeds](https://1152010492-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M89Mjb3PqiEkNiwzt56%2F-M9qxFCCeE2CvSkdzQev%2F-M9rCgJj-VGAL27vWW9S%2Fimage.png?alt=media\&token=d33c7b7f-2101-4bc4-ad34-169314bd2fb4)

Start off by adding the following script tag before the end of `</head>` in your markup.

```
<script src="https://autobuy.io/js/paywindow.min.js"></script>
```

Then get your product I&#x44;**.** Insert this markup with your product id where it states and replace the text of the button to what best suites your site.

```
<button data-autobuy-product="PRODUCT_ID_HERE">Button Text</button>
```
