Free embed
Embed Our Paycheck Calculator on Your Site
By Barron Hansen, Founder · Updated June 25, 2026
Personal finance blogs, HR sites, salary-negotiation guides, and relocation publishers can embed the PaycheckCalc paycheck calculator on their own pages with a single iframe snippet. The widget works on any site that supports HTML iframes. There is no signup, no API key, no usage cap, and no tracking pixel. Default values for state, salary, and filing status can be set via URL query parameters, so a California relocation article can embed a calculator pre-set to California and $100,000, and an Indiana HR onboarding page can pre-set Indiana with the new hire's salary. The widget loads the same tax engine and 2026 tax-year data as the canonical calculator on this site, and inherits every mid-year data refresh automatically. Attribution back to PaycheckCalc lives in the widget footer; please leave it intact as a condition of free use. The snippets below cover the basic embed, each individual configuration option, a combined-parameter example, recommended sizing, and the attribution requirement.
Basic embed code
Paste the snippet below anywhere on your page. The calculator loads with no preset state or salary; users pick their own.
<iframe src="https://paychecktakehomecalculator.com/embed/calculator"
width="100%" height="900" frameborder="0"
title="PaycheckCalc 2026 paycheck calculator"></iframe>Live preview
The iframe below is the actual widget at its default settings.
Customization options
Pre-select a state
Add ?state=CA to the URL. The state code is the two-letter USPS abbreviation (CA, NY, TX, FL, and so on).
<iframe src="https://paychecktakehomecalculator.com/embed/calculator?state=CA"
width="100%" height="900" frameborder="0"
title="PaycheckCalc 2026 paycheck calculator"></iframe>Pre-set a salary
Add ?salary=100000 to start the calculator at a specific gross annual salary. Enter the number without commas or a dollar sign.
<iframe src="https://paychecktakehomecalculator.com/embed/calculator?salary=100000"
width="100%" height="900" frameborder="0"
title="PaycheckCalc 2026 paycheck calculator"></iframe>Pre-set filing status
Add ?filing=single, ?filing=married (MFJ), ?filing=marriedSeparate, or ?filing=headOfHousehold to set the default filing status. Values are case-insensitive. The user can still change it after the widget loads.
<iframe src="https://paychecktakehomecalculator.com/embed/calculator?filing=married"
width="100%" height="900" frameborder="0"
title="PaycheckCalc 2026 paycheck calculator"></iframe>Combine parameters
Chain parameters with &. A California relocation article can preset both state and salary at once.
<iframe src="https://paychecktakehomecalculator.com/embed/calculator?state=CA&salary=100000"
width="100%" height="900" frameborder="0"
title="PaycheckCalc 2026 paycheck calculator"></iframe>Recommended sizing
A height of 900px covers the full calculator on most layouts. 600 to 700px works if your container is narrow and you are comfortable letting the calculator scroll internally. The widget is responsive on width, so a 100% width attribute fills whatever container you place it in.
Attribution requirement
The widget includes a small "Powered by paychecktakehomecalculator.com" link in the footer. This must remain intact as a condition of free use. Please do not strip the attribution with CSS, frame-busting, or other workarounds.
Frequently asked questions
How do I embed PaycheckCalc on my site?
What configuration options does the embed support?
Is the embed free to use?
What attribution is required?
How do I report a bug or request a feature?
Does the embed track users?
Related pages
Reviewed
How This Page Is Reviewed
The embed widget loads the same calculator engine and tax-data set as the canonical paycheck calculator on this site. It is reviewed alongside the main calculator each tax-year update.
Reviewed by
PaycheckCalc Research Desk
Last reviewed
2026-06-25