HoneyGate Docs
Pricing Get HoneyGate

Embeddable widgets

Drop a live leaderboard, member count, or holder count onto any website with a single iframe.

Widgets let you show live HoneyGate data on your own website — no code beyond a single <iframe>. Available on every plan.

The widgets

Getting your embed code

In the admin panel under Widgets (/admin/embeddable-widgets/) you'll find the ready-made embed code for each widget. It looks like this:

<iframe
  src="https://honeygate.app/embeddable-widgets/leaderboard?guild_id=YOUR_GUILD_ID&t=YOUR_TOKEN&limit=10"
  width="260" height="280" frameborder="0" style="border:0;"></iframe>

Paste it into any web page.

Parameters

ParamUsed byNotes
guild_idallYour Discord server's id (filled in for you)
tallA secret embed token that authorises the widget
limitleaderboardHow many to show (1–25, default 10)
role_idholder-countWhich role to count
colorallAccent colour as RRGGBB (default gold f5c542)

Example with a custom colour:

https://honeygate.app/embeddable-widgets/leaderboard?guild_id=123&t=abcd...&limit=10&color=5865F2

Security & the token

The t token authorises the widget without exposing your admin account. If a token ever ends up somewhere you don't want, you can rotate it on the Widgets page — that instantly invalidates every old embed URL, and you paste in the fresh code.

Widgets are cached for about a minute, so they stay fast under load, and they're served with the right headers to embed cleanly on any site.