Skip to main content

Running Calculator Widgets for Coaches

Embed pace, marathon, half marathon, and race predictor widgets for athletes with visible RunCalc attribution.

Help athletes turn goals into race decisions

RunCalc widgets let coaches add practical calculators to training notes, team resources, and athlete portals without building calculator logic from scratch. The full RunCalc pages remain the canonical destination for deeper explanations, methodology, and saved race plans.

Attribution must stay visible. Place the “Powered by RunCalc” link next to the embed so athletes can verify the source and open the complete calculator.

Four widgets to start with

Iframe snippet

<iframe src="https://running-calculator.com/embed/pace-calculator/"
  width="100%" height="500" frameborder="0"
  style="border:1px solid #e5e7eb;border-radius:8px;"
  title="Running Pace Calculator - RunCalc">
</iframe>
<p style="font-size:12px;margin:8px 0 0;">
  Powered by <a href="https://running-calculator.com/pace-calculator/" rel="noopener">RunCalc</a>
</p>

Script snippet

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

The script version auto-sizes the iframe and adds the visible attribution link. Use it when your site layout changes across desktop and mobile.

Coach use cases