Website Integration
Last updated
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.
window.open("https://revtoo.com/offerwall/[API_KEY]/[USER_ID]")<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