Embed the free peptide calculator
Add The Peptide App reconstitution calculator to your site with one code snippet. Help your readers calculate dilution math and syringe units without leaving your page.
Who this is for
Good fit
- Educational blogs and content sites
- Clinics and telehealth providers
- Wellness practitioners with informational content
- Forums and communities sharing peptide knowledge
Not a fit
- Vendor storefronts or checkout pages
- Sites making dosing recommendations
- Pages implying clinical endorsement
- Affiliate-only or thin SEO content
Generate your embed code
Enter your domain and select a calculator type. Copy the complete snippet into your page HTML—the iframe, resize script, and credit link must stay together.
Bare hostname only (no https:// or paths)
Named calculators include peptide-specific dosing context
<iframe src="https://www.thepeptide.app/embed/calculator?ref=TARGET_DOMAIN"
width="100%" height="840" style="border:0;width:100%" loading="lazy"
referrerpolicy="strict-origin-when-cross-origin"
title="Peptide reconstitution calculator"></iframe>
<script>
(function () {
var frame = document.currentScript.previousElementSibling;
if (!frame || frame.tagName !== "IFRAME") return;
window.addEventListener("message", function (event) {
if (event.origin !== "https://www.thepeptide.app" || event.source !== frame.contentWindow) return;
var data = event.data;
if (!data || data.type !== "the-peptide-app:calculator-height") return;
var height = Math.ceil(Number(data.height));
if (Number.isFinite(height) && height >= 480 && height <= 1200) {
frame.height = String(height);
}
});
}());
</script>
<p>Calculator by <a href="https://www.thepeptide.app/calculator" target="_blank" rel="noopener">The Peptide App peptide calculator</a></p>Generic vs. named calculators
The generic calculator works for any peptide—users enter the vial size themselves. Use this on general reconstitution guides.
Named calculators (like BPC-157 or semaglutide) include peptide-specific dosing context and common vial-size presets. Use these only on pages that genuinely discuss that peptide—don't create thin pages just to embed a named calculator.
Browse all named calculatorsAttribution requirements
The embed snippet includes a required credit paragraph linking to The Peptide App calculator. This link must remain visible and clickable—do not hide, remove, or nofollow it.
Required credit format
Calculator by The Peptide App peptide calculator
The ref parameter tracks which site the embed is on. Use your bare hostname (e.g., excelmale.com) without https:// or paths.
How the embed works
- 1The iframe loads the calculator with lazy loading and strict referrer policy for privacy.
- 2A small script listens for resize messages from the calculator, adjusting iframe height automatically (480–1200px bounds).
- 3The credit paragraph links back to the full calculator with methodology and supporting guides.
Placement verification checklist
Before publishing, confirm your embed meets these requirements:
refis your bare hostname only (no https://, paths, email, or campaign names)- Credit link is visible and clickable—not hidden, removed, or nofollowed
- Complete snippet pasted together (iframe + script + credit paragraph)
- Named calculator (if used) matches the page's actual peptide content
- Page is educational—not a product checkout, dosing recommendation, or vendor storefront
Full calculator
Try the calculator yourself with all peptide presets and the advanced worksheet mode.
Calculator methodology
See every conversion step, assumptions, and when the result should not be used.
Looking for more?
The Peptide App includes guided reconstitution videos, protocol tracking, dose reminders, and progress insights—all in one workflow.