Embeddable Widgets
Drop live tournament data into any website with a single <iframe> snippet. No JavaScript required. Brackets, schedules, standings, registration status, and match results — all available as embeds.
Partial — in active development. The widget embed route and public-safe payload contracts are implemented. Wildcard origin policy, iframe security headers, and abuse controls are being hardened before the widgets are fully marketed. Contact us to evaluate widgets for your site.
Tournament Overview
Embed a summary card for a single tournament — status, key dates, and participant count. This is the default widget if you don’t set a type.
Bracket & Rounds
Embed round-by-round matchups and results for single-elimination, double-elimination, or round-robin formats. Updates in real time as matches are reported.
Match Schedule
Show upcoming and completed matches with times, opponents, and stream links. Timezone-aware and filterable by stage or team.
Standings Table
Embed a live standings table for group stages, circuits, or leaderboards. Columns adjust based on the tournament format.
Registration Status
Show whether registration is open, the countdown to the deadline, spots filled, and entry fee for a tournament. A "Register Now" link sends visitors to your tournament’s registration page to complete sign-up — registration itself happens outside the embed.
Match Results
Show the latest match scores and outcomes with team names, game scores, and winner indicators. Suitable for news sites, Discord bots, and community pages.
Game Hub
Embed a game or discipline’s active and upcoming tournaments in one card — a good fit for a game-specific page or community hub.
Custom Embed
Combine widget parameters to scope the embed to a specific stage, team, or game. All widgets accept a theme parameter for light/dark/custom colour modes.
Example embed snippet
Widgets are served from your own white-label site (play.yourbrand.com). Set type to schedule | tournament | registration | match | round | stage | group | game and replace tournamentId with your tournament ID from the organizer dashboard. Copy ready-made snippets from a tournament's Share page.
<iframe
src="https://play.yourbrand.com/en/embed?type=schedule&tournamentId=abc123&theme=dark"
width="100%"
height="600"
frameborder="0"
allow="clipboard-write"
title="Match Schedule"
></iframe>All widgets accept theme=dark|light|system, locale=en|es|fr|…, and size=compact|standard|wide parameters. Set height=auto to auto-resize the iframe to fit its content — no manual height tuning required.
よくある質問
どのウィジェットタイプが利用可能ですか?
利用可能なウィジェットには、ブラケットビューア、リーダーボードテーブル、試合スケジュールグリッド、プレーヤースタッツカード、ライブスコアティッカーがあります。
ウェブサイトにウィジェットを埋め込むにはどうすればよいですか?
各ウィジェットはダッシュボードからiframeスニペットを生成します。HTMLの任意の場所にそれを貼り付けてください — JavaScriptのセットアップは不要です。
ウィジェットはリアルタイムで更新されますか?
はい — ウィジェットはWebSocketを介して接続され、結果が入るとライブ更新をプッシュします。ホストサイトでページのリフレッシュは不要です。
ウィジェットの色やフォントをカスタマイズできますか?
ウィジェットはtheme=dark|light|system、locale、およびsizeパラメータを受け入れます。より深いブランドカスタマイズのために、CSS変数のオーバーライドが利用可能です。
ウィジェットを使用するにはどのプランが必要ですか?
ウィジェットはコミュニティプラン以上で利用可能です。外部サイトにライブトーナメントデータを埋め込むために、トップティアのプランは必要ありません。
Embed tournament data on your site
Widgets are available starting on the Community plan — you don't need our top-tier plan to embed live tournament data. Contact us to get access or discuss integration requirements for your community site or media property.
Get embed access