In this Interactive Tutorial, you'll learn how to start a demo from a specific screen (embed/on-demand)
Step 1:
Open up your demo's Details section. Click 'Share' ππ€
β
β
Step 2:β
Copy the link.
β
β
Step 3:β
Add β?step=Xβ to the demo URL, with X as the screen number (starting from 0)
Before: https://app.demoboost.com/playback/max39f7n
After: https://app.demoboost.com/playback/max39f7n?step=4
β
Youβll notice that youβve been automatically redirected to Screen 4.
β
ββ
For embedded demos, add the parameter to the demo URL in the 'src' attribute.
Before: <iframe src="
https://app.demoboost.com/playback/max39f7n
" ></iframe >
After: <iframe src="
https://app.demoboost.com/playback/max39f7n?step=4
" ></iframe >
β
Click here to see more about embedded demos.