Widget library

Configure and embed

The preview is the real embedded widget in an iframe; the copied code always matches it exactly.

State
Size preset
Layout
Locale
Theme
Publisher accent

390px · live iframe preview

Script embed (recommended)
<script async src="https://widgets.example.com/embed.js"
  data-widget="match"
  data-competition="urc"
  data-team="leinster"
  data-match-id="demo-urc-leinster-munster"
  data-state="auto"
  data-view="results"
  data-locale="en-GB"
  data-tz="Europe/Paris"
  data-theme="editorial"
  data-accent="ipublisher"
  data-sponsor="false"
  data-layout="full"></script>
Iframe Open standalone
<iframe src="https://widgets.example.com/embed/match?competition=urc&team=leinster&matchId=demo-urc-leinster-munster&state=auto&view=results&locale=en-GB&tz=Europe%2FParis&theme=editorial&accent=ipublisher&sponsor=false&layout=full"
  title="Rugby match widget" loading="lazy"
  style="width:100%;min-width:280px;height:420px;border:0"></iframe>