Widget

The most powerful way to use HeyMint's quest platform is by embedding it on your website. This lets you take back control of your audience.

Widget functions

Our widget API allows you to initiate certain actions from the parent window.

// Set the user's identity. If the user is logged into the widget, their identity will be set immediately. Otherwise, it will be set when they log in.
window.HMWidget.setIdentity('some-identity')

Last updated