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

# Website

If you are looking to integrate MM Wall 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

```javascript
window.open("https://wall.make-money.top/?p={publisher_id}&u={user_id}")
```

Please replace `{publisher_id}` with the Publisher ID that was provided to you by the MM Wall Team. Please replace `{user_id}` with a unique id for your current website user.

## iFrame

```html
<iframe src="https://wall.make-money.top/?p={publisher_id}&u={user_id}"></iframe>
```

Please replace `{publisher_id}` with the Publisher ID that was provided to you by the MM Wall Team. Please replace `{user_id}` with a unique id for your current website user.

## Optional: SubID

In case, you need to track a SubID, you can append it as follows:

```
&s={subid}
```
