— EMBEDDABLE WIDGET —
Publish live fixtures and results on any 3rd-party website. Filter by organisation type and tournament, configure the colours, fonts, and buttons, then copy the snippet into your site. Save your setup as a reusable template.
Choose which fixtures and results the widget displays. Select an organisation type, then pick one or more tournaments — leave none selected to show all tournaments.
Select one or more — none selected shows all tournaments.
These are common web-safe and Google font stacks. If you use a custom font, ensure it is loaded on your page (e.g. via Google Fonts) — otherwise the browser falls back.
Static: colours and filters are baked into the iframe URL. Simplest — just paste and go.
<iframe id="gor-embed"
src="https://gameofrugby.com/embed/results?background=09070F&card=1B1729&text=F5F3EF&primary=D7BC78&primaryText=09070F&buttonInactive=1B1729&secondary=3D245C&secondaryText=F5F3EF&mutedText=AFA89E&border=2C2838&tournamentText=D7BC78&teamRankText=D7BC78&cardHeadingText=7a9a8a&fontBody=Inter%2C+sans-serif&fontHeading=Cinzel%2C+serif"
style="width:100%;border:0;min-height:600px"
title="Game of Rugby — Fixtures & Results"></iframe>
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'resize') {
var f = document.getElementById('gor-embed');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>Templates store the colours, fonts, filters and snippet mode — stored locally in your browser.
No saved templates yet. Configure your widget and click “Save Current Setup”.