🖥️Website
SparkWall lives on the web, but it’s designed to give your app a seamless, native feel.
iFrame
<iframe style="width:100%;height:800px;" scrolling="yes" frameborder="0" src="https://spark-wall.com/offerwall/[API_KEY]/[USER_ID]" allow="clipboard-write"></iframe>
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.
JavaScript
window.open("https://spark-wall.com/offerwall/[API_KEY]/[USER_ID]")
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.
Last updated