Skip to main content

Running Calculator Widgets for Race Clubs

Embed RunCalc pace and race-planning widgets on club pages with transparent attribution and links to full calculators.

Give members a practical race-day planning tool

Race clubs can use RunCalc widgets on training pages, event prep pages, and member resources. The goal is simple: help runners choose a goal pace, know the key risk point, and open the full RunCalc page when they need deeper planning.

RunCalc widgets are free with visible attribution. Do not hide or obscure the “Powered by RunCalc” link.

Recommended club widgets

Iframe snippet

<iframe src="https://running-calculator.com/embed/race-time-predictor/"
  width="100%" height="520" frameborder="0"
  style="border:1px solid #e5e7eb;border-radius:8px;"
  title="Race Time Predictor - RunCalc">
</iframe>
<p style="font-size:12px;margin:8px 0 0;">
  Powered by <a href="https://running-calculator.com/race-time-predictor/" rel="noopener">RunCalc</a>
</p>

Script snippet

<div class="runcalc-widget" data-calculator="marathon-pace-calculator"></div>
<script src="https://running-calculator.com/embed.js" async></script>

The script snippet is best for race pages where responsive height matters and the club page has multiple resource blocks.

Club use cases