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

# Website Integration

If you are looking to integrate the offerwall into your website, either open the offerwall in a new tab (for example using the JavaScript command below or show the offerwall in an iframe.

### JavaScript Integration

```javascript
window.open("https://revtoo.com/offerwall/[API_KEY]/[USER_ID]")
```

### Iframe Integration

```javascript
<iframe scrolling="yes" 
frameborder="0" src="https://revtoo.com/offerwall/[API_KEY]/[USER_ID]"></iframe>
```

{% hint style="info" %}
Replace **\[API\_KEY]** with your website API key and **\[USER\_ID]** by the unique identifier code of the user of your site who is viewing the wall.
{% endhint %}
