For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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

Iframe Integration

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

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.

Last updated