UnigoxWidgets · Integration playground

Embed widget

Configure the widget and preview it live.

Configuration
Tweak widget options and iframe size

Trade

Appearance

Auth

Attribution & referral

Drop in your Unigox username to credit signups inside the widget to your account — works without any backend integration.

Iframe size

Source

https://unigox.com/embed
Preview
Live iframe rendering the widget with the current configuration
Embed code
Paste this snippet into your page to load the widget
<div id="unigox-widget"></div>
<script src="https://unigox.com/widget.js"></script>
<script>
  UnigoxWidget.init({
    container: "#unigox-widget",
    width: "480px",
  });
</script>