Embedded / Landing page demo
We often get asked how the embedded demo on our landing page has been implemented, so this article outlines the approach. It's ultimately really simple solution done with an iframe.
Step by step
Create a new page for your demo, you can name the path anything, but let's say you name it e.g.
/demoOn that new page, add the Produktly script
Then still on the
demopage, add all the content you need for your demo pageThen build the Produktly features you want on that
/demopage, e.g. product toursOn your landing page, or wherever you want to embed the demo on, create an iframe element such as this:
<iframe src="/demo"></iframe>
You can also add styling if you want, e.g. rounded corners or shadow
- That's it! You now have an embedded demo!