Speedway Scoreboard Instructions

📌 How to embed your live or archived meeting scoreboard

✅ 1) Basic Live Scoreboard #

To show your live meeting scoreboard, simply add the following to your website HTML where you want it to appear:

<div id="speedway-scoreboard"></div>
<script 
  src="https://speedway.isntit.co.uk/embed.js" 
  data-accountid="YOUR-ACCOUNT-ID">
</script>

✅ Replace YOUR-ACCOUNT-ID with the ID provided to you (in app when you subscribe).
This will automatically pull the current live meeting and display the teams, riders, heat scores, and running totals.

🗂️ 2) Archived Meetings (with dropdown selector) #

To display past meetings, use:

<div id="speedway-scoreboard"></div>
<script 
  src="https://speedway.isntit.co.uk/archive.js" 
  data-accountid="YOUR-ACCOUNT-ID">
</script>

✅ This will show a dropdown box allowing visitors to select from your archived meetings and view them on demand.

⭐ 3) Optional: Heat sponsor images & links #

You can optionally add sponsor banners under each heat, with clickable links.

Simply extend your <script> tag with these data- attributes for any heats you want to customize.

📸 Example with heat sponsor images: #
<script 
  src="https://speedway.isntit.co.uk/embed.js"
  data-accountid="YOUR-ACCOUNT-ID"
  data-heat1image="https://example.com/sponsor1.jpg"
  data-heat1link="https://sponsor1.com"
  data-heat3image="https://example.com/sponsor3.jpg"
  data-heat3link="https://sponsor3.com"
  data-heat5image="https://example.com/sponsor5.jpg">
</script>

This will:

  • Show a sponsor banner under Heat 1 linking to https://sponsor1.com.
  • Show a sponsor banner under Heat 3 linking to https://sponsor3.com.
  • Show a sponsor banner under Heat 5 with no link, just an image.

You can add these for any heats 1 through 16.

✍️ Example full embed block #
<div id="speedway-scoreboard"></div>
<script 
  src="https://speedway.isntit.co.uk/embed.js"
  data-accountid="21872925-80E2-4BA7-9BDF-ECEBAA93A3C9"
  data-heat2image="https://example.com/logo2.jpg"
  data-heat2link="https://sponsor2.com"
  data-heat4image="https://example.com/logo4.jpg">
</script>

📝 Notes #

✅ Both embed.js (live) and archive.js (archive dropdown) support the same sponsor image & link data tags.

✅ If no data-heatXimage is provided, that heat simply displays normally with no sponsor image.

✅ All styles are automatically included — you don’t need to add any extra CSS.

🚀 Done! #

That’s it!
Drop these snippets into any normal HTML area on your site, and your scoreboard is live and beautiful with sponsor logos.

What are your feelings

Updated on October 15, 2025