Licence
Free for any site, commercial or not. The only condition is that you leave the "Powered by GulfTax" credit link in place. That link is the entire business model here, and removing it is the one thing we ask you not to do.
Auto-resizing
The widget posts its height to the parent page whenever the content changes, so you can size the iframe exactly if you want to. Add this once and drop the fixed height attribute:
<script>
window.addEventListener("message", function (e) {
if (e.data && e.data.gulftaxEmbed === "height") {
document.querySelectorAll('iframe[src*="gulftaxuae.com/embed/"]')
.forEach(function (f) { f.style.height = e.data.height + "px"; });
}
});
</script>
Privacy
The widgets set no cookies, run no analytics and send nothing anywhere. All arithmetic happens in the visitor's browser. Nothing typed into them ever leaves the page, which also means we cannot see it.
Accuracy and updates
The widgets are served from our site, so when UAE rules change the embedded copy updates on its own. You do not need to touch your page again. Both widgets are estimates for general guidance, not tax or legal advice, and each links through to the full calculator and the underlying rules.
WordPress, Wix, Squarespace, Webflow
Paste the code into a Custom HTML or Embed block rather than the normal text editor, which strips iframes. In WordPress that is the "Custom HTML" block, not "Paragraph".
Want a different calculator?
Overtime, annual leave, final settlement, VAT and Zakat calculators all exist on the site and could be turned into widgets. Tell us which one you need and we will build it.