Embed our calculators

Copy the code below into your page. Each embed includes a small script that automatically resizes the iframe to fit its content, so you don't need to guess a fixed height.

Tax Calculator

The full gross-to-net salary calculator, without ads.

<iframe id="gtc-embed-calculator" src="https://www.germany-tax-calculator.com/embed/calculator?locale=en" style="width:100%;border:0;" height="900" title="German Tax Calculator"></iframe>
<script>
  window.addEventListener("message", function (event) {
    if (event.data && event.data.source === "germany-tax-calculator-embed") {
      var iframe = document.getElementById("gtc-embed-calculator");
      if (iframe) iframe.style.height = event.data.height + "px";
    }
  });
</script>

ERA Wage Calculator

The IG Metall ERA wage explorer covering all 16 German states, without ads.

<iframe id="gtc-embed-era" src="https://www.germany-tax-calculator.com/embed/era?locale=en" style="width:100%;border:0;" height="1000" title="German Tax Calculator"></iframe>
<script>
  window.addEventListener("message", function (event) {
    if (event.data && event.data.source === "germany-tax-calculator-embed") {
      var iframe = document.getElementById("gtc-embed-era");
      if (iframe) iframe.style.height = event.data.height + "px";
    }
  });
</script>

By default the embed follows the visitor's own light/dark preference. To match your site's theme instead, add &theme=light or &theme=dark to the iframe's src URL.

Free to use on any site. The only requirement is that the small "germany-tax-calculator.com" attribution link stays visible below the calculator.