Two embeds, clear limits.
VerifyUGC currently ships two different widget scripts: a handle-based trust badge, and a separate pre-deal trust-check card. Creators can use them directly, and communities or marketplaces can pair them with the bot and API without pretending they do more than they do.
Creator badge preview
This preview represents /widget/trust.js, the creator badge embed for one public handle.
1. Creator badge embed
<script src="https://verifyugc.dev/widget/trust.js" data-handle="yourhandle" async></script>
Replace yourhandle with your VerifyUGC handle. Supported attribute today:
data-handle only. The badge iframe is fixed at 300 by 96, links to the public
profile, updates as the public trust score changes, and is included free with a public
verified profile.
2. Pre-deal trust-check card
<script src="https://verifyugc.dev/widget.js" data-theme="dark" data-platform="roblox" async></script>
This separate loader embeds the generic trust-check card, not a creator-specific badge.
Supported attributes today: data-theme="dark|light" and optional
data-platform="roblox|uefn|minecraft".
Current limits
No style controls on the badge
/widget/trust.js does not support data-theme,
data-size, data-nolink, or data-accent.
No per-handle mode in /widget.js
/widget.js embeds the trust-check card with its own handle input.
It does not render a creator badge from data-handle.
Fixed iframe sizes
The badge ships at 300 by 96. The trust-check card starts at 300 by 360 and resizes to fit its content.
Public data only
Both embeds are read-only. They depend on public VerifyUGC trust and profile data, not a logged-in session or private creator data.
Partner and community path
1. Show the live badge
Use /widget/trust.js next to a creator handle, listing, portfolio, or seller card when you want a live public trust signal that links back to VerifyUGC.
2. Let people self-check
Use /widget.js anywhere a buyer, server mod, or marketplace user should run a quick pre-deal trust check before they commit.
3. Add backend checks only where needed
For automation, pair the widgets with the Developer Hub and Discord bot. That is the real B2B stack today: public embeds on the front end, blacklist or trust checks where you need them on the back end.
What this is not
No white-label seal, no private risk data, and no irreversible "officially verified" status. The embeds reflect the live public VerifyUGC profile and trust data, nothing more.
Need a verified handle first?
The creator badge requires a public VerifyUGC profile. The trust-check card is open to anyone, but it only returns results for handles that already exist on VerifyUGC.
Get verified →Want more than the free badge?
Verification and the live badge stay free. Premium is for creators who want unlimited tool usage and signed Reputation Export PDFs when pitching clients, sponsors, or communities.
Compare Premium →