For mosques, charities & blogs

Embed the
Zakat calculator.

Add our free, private Zakat calculator to your own website with one snippet of HTML. No sign-up, no fees, no data collected from your visitors — the calculation runs entirely in their browser.

1. Copy this code

Paste it wherever you want the calculator to appear. The small script lets the calculator resize itself to fit its content.

HTML
<iframe src="https://zakatestimator.com/embed/calculator" title="Zakat Calculator" width="100%" height="900" style="border:1px solid #e6e0d3;border-radius:14px;max-width:640px" loading="lazy"></iframe>
<script>
addEventListener("message",function(e){
  if(e.data && e.data.type==="zakat-embed-height"){
    var f=document.querySelector('iframe[src*="/embed/calculator"]');
    if(f) f.style.height=e.data.height+"px";
  }
});
</script>

2. That's it

The calculator is responsive and works on mobile. It shows live gold and silver Nisab where available, and your visitors' figures are never uploaded or stored. A small “Powered by Zakat Estimator” link keeps attribution — please keep it in place.

Live preview

This is the exact widget your visitors will see: