Widget types
There are 2 main widget types:
- Banner
- Pop-Up
Banner
Embed or share with URL. URL will be hosted on scena.link domain.
Pop-Up widget
Deploy the Pop-Up widget on your webpage in the right or left corner, use multiple pre-defined shapes, change the colors to match your brand, and adapt other settings to fit your preferences.
Open popup programmatically
If you wish to show popup widget after custom event, you can use following code
<script defer src="https://scena.link/app.js"></script>
window.scena = window.scena || [];
window.scena.push({ type: "popup", keyId: "[key-id]" });