Popup Embed
Add an interactive button or link to your website that opens your Supademo or Showcase in a popup overlay.
Installation
Step 1: Add the Supademo SDK
<script src="https://script.supademo.com/supademo.js"></script>Step 2: Add a Trigger Button
<button onclick="Supademo.open('YOUR_DEMO_ID')">
Take a tour
</button>Opening a Showcase
<button onclick="Supademo.open('YOUR_SHOWCASE_ID', { type: 'showcase' })">
Take a tour
</button>Finding Your Demo/Showcase ID
Single-Page Applications
Last updated
Was this helpful?