Skip to main content

Running Calculator Widgets for Blogs

Add useful RunCalc running widgets to blog posts with visible attribution and canonical links to full calculator pages.

Make running articles more useful without burying readers in math

RunCalc widgets help running blogs turn advice into action. A pacing article can include a pace calculator, a marathon guide can include a marathon pace widget, and a race-preview post can include a race predictor.

The widget should support the article, not replace it. Keep the attribution visible and link readers to the full RunCalc calculator when they need the complete decision system.

Best blog placements

Iframe snippet

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

Script snippet

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

The script version is the simplest option when a blog template changes iframe heights across devices.

Why this helps readers