Free Zakat Calculator Widget for Your Mosque or Community
Embed HalalWallet's free Zakat calculator on your mosque, Islamic non-profit, or community website in one line of code. Live gold/silver Nisab, mobile-friendly, auto-resizing, and completely ad-free.
100% Free, No Ads
No cost, no ads, no tracking beyond our privacy-respecting analytics.
Live Nisab Values
Gold/silver spot prices refreshed on every load — users always see the current threshold.
Mobile + Accessible
Works at any iframe width from 320px up, labeled inputs for screen readers.
Privacy-Respecting
No cookies set on your visitors, no cross-site tracking. Aggregate stats only.
Copy-paste embed snippet
Paste this into the HTML of any page where you'd like the calculator to appear. The optional <script> block enables auto-resize so the iframe grows with user input.
<iframe
src="https://www.halalwallet.us/embed/zakat"
title="Zakat Calculator by HalalWallet"
width="100%"
height="720"
loading="lazy"
style="border: 1px solid #e5e7eb; border-radius: 12px; max-width: 520px;"
></iframe>
<p style="font-size: 12px; text-align: center; margin-top: 8px;">
Zakat Calculator by
<a href="https://www.halalwallet.us/zakat/calculator" target="_blank" rel="noopener">HalalWallet</a>
</p>
<script>
window.addEventListener("message", function (e) {
if (e.origin !== "https://www.halalwallet.us") return;
if (e.data && e.data.type === "halalwallet:resize") {
var frames = document.querySelectorAll('iframe[src^="https://www.halalwallet.us/embed/zakat"]');
frames.forEach(function (f) { f.style.height = e.data.height + "px"; });
}
});
</script>Live preview
This is exactly what your visitors will see.
Attribution & licensing
The widget is free to embed on any Muslim community site, mosque website, Islamic non-profit, or halal finance blog, under a simple attribution license:
- Keep the Powered by HalalWallet link visible inside the widget.
- Keep the attribution paragraph under the iframe in the snippet above, or provide equivalent credit elsewhere on the page.
- Do not wrap the widget in a paywall or resell access to it.
For white-labeling, multi-language versions, or custom color themes, see the Partnerships page or contact kyle@halalwallet.us.
Related free tools
Prefer not to embed? All tools are available directly on halalwallet.us.
Frequently asked questions
Is the Zakat Calculator widget really free?+
Yes. The widget is free for all mosques, Islamic non-profits, Muslim bloggers, and community organizations. There are no ads, no tracking cookies, and no sign-up required. The only requirement is keeping the HalalWallet attribution link visible.
Does the widget update Nisab automatically?+
Yes. Nisab is calculated from live gold prices (85g gold threshold). The widget pulls the current spot price every time it loads, so users always see an up-to-date Nisab value without you needing to update anything.
Is the widget mobile-friendly and accessible?+
Yes. The calculator is fully responsive, works at any iframe width from 320px upward, and includes proper form labels for screen readers. It also auto-resizes its height via window.postMessage so it adapts to the user's inputs.
Can I customize the widget's appearance?+
The widget ships in HalalWallet's default palette to maintain trust consistency for users across sites. You can wrap it in your own container styling and adjust the surrounding page. For custom colors or white-labeling, contact our partnerships team.
Do I need to credit HalalWallet?+
Yes — the 'Powered by HalalWallet' link inside the widget must remain visible, and we ask that the embed snippet's attribution paragraph stays in place. This supports our editorial independence and keeps the widget free for the community.
Can I request additional widgets (Faraid, mortgage, purification)?+
We're building more embeddable widgets. Email kyle@halalwallet.us or use our Partnership form if your community would benefit from a Faraid inheritance calculator, halal mortgage calculator, or investment purification calculator.
Embedding on behalf of a mosque or non-profit?
We'd love to hear about it. Drop us a line so we can feature your community and prioritize requests for additional widgets (Faraid, mortgage, purification).
Contact the partnerships team