Embed Our Free Benefits Calculator

Add a fully functional Philippine benefits calculator to your website, blog, or HR portal. It computes SSS, PhilHealth, Pag-IBIG contributions, withholding tax, and estimated net pay — all based on current 2025 rates.

Lightweight

Self-contained with no external dependencies. Loads fast on any site.

📱
Mobile-Friendly

Responsive design that works on all screen sizes from 320px and up.

📈
Always Updated

Automatically reflects the latest SSS, PhilHealth, Pag-IBIG, and TRAIN Law rates.

🏠
Free to Use

No registration, no API key, no limits. Just copy the embed code and paste.

Live Preview

Try the calculator below — this is exactly what it looks like when embedded on your site.

Embed Code Options

Recommended

Option 1: iframe Embed

The simplest way to add the calculator. Copy and paste this code into your HTML. The iframe is sandboxed and won't affect your page styles or scripts.

HTML
<iframe src="https://pinoybenefits.com/embed/sss-calculator/" width="100%" height="500" frameborder="0" title="Philippine Benefits Calculator"></iframe>
Advanced

Option 2: JavaScript Embed

For more control over styling and placement. The script automatically creates and inserts the calculator iframe into the target div.

HTML
<script src="https://pinoybenefits.com/embed.js"></script>
<div id="pb-calculator"></div>

Customization Notes

Parameter Recommended Value Notes
width 100% or 400-600px Calculator is designed for 400-600px width. Use 100% with a max-width container.
height 500-600px 500px fits the form. Use 600px if you want room for expanded results without scrolling.
frameborder 0 Removes the default iframe border for a cleaner look.
Container max-width: 600px Wrap the iframe in a div with max-width for best appearance on wide screens.
Tip: If the calculator content is cut off, increase the height value. The calculator expands vertically when showing results, so 550-600px is ideal for displaying both the form and full results simultaneously.

Example: WordPress Integration

To embed the calculator in WordPress, simply paste the iframe code into a Custom HTML block in the Gutenberg editor. For classic editor, switch to the "Text" tab and paste the code directly. Works on any platform that supports HTML embeds including Wix, Squarespace, Shopify, and Blogger.