Can I embed my Stacker app on my website? Where do I get the iframe code?
You can embed your Stacker app as an iframe on an external website (such as your company website).
The iframe code used for the embed will look something like this:
<iframe src="https://example-app.my.stacker.app" title="Stacker App"></iframe>
Just input the url of the app you’d like to embed as the ‘src’. Often, you will want to use your app’s customer access url (found in your app settings > customer access > top banner).
Depending on which CMS you are using to host and run your website, they may provide some specific instructions regarding where to add this embed code. In many cases, adding an embed is as easy as just pasting the iframe code in the specified location.