What you will learn
-
How to install the Sticky Buttons Extension into your Digioh widget
-
Which widget metadata keys you need to set to turn on sticky behavior
About This Extension
This extension generates sticky navigation elements such as “Next”, “Back”, and “Continue” buttons. Its primary function is to render these elements outside the iframe, ensuring proper sticky behavior, which is not reliably supported within iframes.
Installation
To take advantage of this feature, you can install the “Sticky Elements” extension within Digioh. Here’s how to do it:
- Access your profile menu in the top-right corner
- Select “Extensions”
- Find and install the “Sticky Elements” app from the Available section
Configure your metadata
To enable and control sticky buttons, first add this metadata keys at the campaign level:
-
enable_sticky_feature (boolean)
-
Set to
true
to turn on the extension.
-
Button Level Metadata
-
sticky_element (boolean)
-
Add to any button or element you want to stick:
sticky_element="true"
.
-
-
sticky_element_order (number)
-
Defines the order in which sticky elements appear (1 = leftmost/front)
-
Once you’ve installed and configured these keys, your “Next”, “Back” or “Continue” buttons will clone out of the iframe and stick to the bottom of the viewport—styled exactly as you like.