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

# Website

SparkWall lives on the web, but it’s designed to give your app a seamless, native feel.

## iFrame

```html
<iframe style="width:100%;height:800px;" scrolling="yes" frameborder="0" src="https://spark-wall.com/offerwall/[API_KEY]/[USER_ID]" allow="clipboard-write"></iframe>
```

{% hint style="warning" %}
Make sure to substitute **\[API\_KEY]** with your actual website API key and **\[USER\_ID]** with the unique identifier of the user viewing the wall on your site.
{% endhint %}

## JavaScript

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

{% hint style="warning" %}
Make sure to substitute **\[API\_KEY]** with your actual website API key and **\[USER\_ID]** with the unique identifier of the user viewing the wall on your site.
{% endhint %}
