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>
Last updated