Skip to content

Linkable assets

Embed a Calculator on Your Website

Add a compact, working calculator to an article or resource page with a copyable iframe. Every calculator page now includes an Embed calculator button.

Updated 23 July 2026 • Free embeds with visible source attribution

New in v5.6.14: these are working calculator embeds, not ordinary text-link snippets. Open any calculator and choose Embed calculator to copy its code.

How the embed works

The iframe loads the same calculator in a compact mode that removes the main site navigation, long guide and footer. Calculator inputs and results still work inside the frame. A small Tools by Layna attribution and link to the full calculator remain visible so readers can review formulas, assumptions and limitations.

  1. Open the calculator you want to share.
  2. Select Embed calculator near the top of the page.
  3. Copy the iframe code and paste it into an HTML or custom-code block on your website.
  4. Preview the page on desktop and mobile. Increase the iframe height if your platform adds unusual spacing.

Popular embed examples

CM to inches

<iframe src="https://tools.layna.com.au/conversions/cm-to-inches/?embed=1" title="CM to Inches Converter" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

KG to LB

<iframe src="https://tools.layna.com.au/conversions/kg-to-lb/?embed=1" title="KG to LB Converter" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

Unit price calculator

<iframe src="https://tools.layna.com.au/finance/unit-price-calculator/?embed=1" title="Unit Price Calculator" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

Pay rise calculator

<iframe src="https://tools.layna.com.au/finance/pay-rise-calculator/?embed=1" title="Pay Rise Calculator" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

Caffeine calculator

<iframe src="https://tools.layna.com.au/nutrition/caffeine-calculator/?embed=1" title="Caffeine Calculator" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

Property ROI calculator

<iframe src="https://tools.layna.com.au/money/investment-property-roi-calculator/?embed=1" title="Property ROI Calculator" loading="lazy" style="width:100%;height:760px;border:1px solid #d8dfeb;border-radius:18px;background:#fff"></iframe>
Open calculator

Embedding rules

Troubleshooting

If the calculator looks cramped, increase the iframe height from 760px. If your publishing platform strips iframe code, use its approved custom HTML block or link to the calculator instead. The site does not currently provide a WordPress plugin or JavaScript package.

Useful resources