VIEW Button on my website

I’m embedding a Shapespark scene into my website hosted on another server. To do this, I’m using an iframe that references the complete URL of the Shapespark scene. It works.

Now, my question is how I can create a button in the HTML on my website, outside of this iframe, to trigger a single view.

Hi!

Please take a look at this post, using JavaScript “postMessage API” should be the way to go most probably:

postMessage documentation: