Free embed · Attribution required · No signup

Embed TikTok Shop Profit Calculator (free)

Drop a live profit calculator into your blog, newsletter, or agency resource hub. Readers get net profit after referral fees, creator commission, FBT / self-ship and returns — US, UK & EU.

How to embed

Copy and paste this iframe on any page that allows HTML embeds:

<iframe
  src="https://what-i-keep.com/embed.html"
  title="TikTok Shop Profit Calculator"
  loading="lazy"
  style="width:100%;min-height:720px;border:0;"
></iframe>

Optional: auto-resize height

The embed page posts its height to the parent via postMessage:

{ "type": "tts-embed-height", "height": 840 }

Listen on the host page and set the iframe height:

<iframe id="tts-calc" src="https://what-i-keep.com/embed.html"
  title="TikTok Shop Profit Calculator" loading="lazy"
  style="width:100%;min-height:720px;border:0;"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (!e.data || e.data.type !== "tts-embed-height") return;
  var el = document.getElementById("tts-calc");
  if (el && e.data.height) el.style.height = e.data.height + "px";
});
</script>

Rules (free with attribution)

  • Free for commercial and editorial use when you keep the calculator credit link visible.
  • Do not strip the footer credit (“Free calculator by TTS Profit Calc”) or block the “Full calculator” link.
  • Do not wrap the embed in a way that covers, clips, or obscures the attribution.
  • Prefill scenarios with query params if useful, e.g. ?region=US&price=29.99&cogs=8.5&creatorCommission=15.
  • Not affiliated with TikTok. Outputs are educational estimates — readers should verify rates in Seller Center.

Why publishers & agencies embed it

  • Interactive value — readers stay longer than with a static fee table.
  • No backend — pure static iframe; no API keys or server load on your side.
  • Multi-region — US 6%/5% jewelry model, UK & EU 9% defaults (dated fee dataset).
  • FBT vs self-ship — side-by-side net so fulfillment content converts better.
  • Shareable deep links — query params work inside the embed for tutorial screenshots and guides.

Technical notes

  • embed.html is noindex,follow to avoid duplicate content with the main calculator.
  • Static hosts cannot set X-Frame-Options from HTML alone. If your CDN/host injects X-Frame-Options: DENY or a restrictive CSP frame-ancestors, remove or relax those for /embed.html so third-party sites can iframe it.
  • Consent banners are skipped on the embed for lower friction; analytics (if configured) may still run.
  • Want the full tool with PDF export and guides? Link to the main profit calculator.
Disclaimer: Embed outputs are planning estimates based on publicly referenced fee structures. Always verify referral rates, FBT pricing and promotions in TikTok Seller Center. Not financial advice. Not affiliated with TikTok.