Achtzehn unserer Tools gibt es als iframe. Eine Zeile kopieren, in die Seite einfügen, und die Leserschaft bekommt einen funktionierenden Rechner statt einer Tabelle, die letztes Jahr richtig war.
The terms, in full
Free, for any site, commercial or not. No signup, no key, no tracking of your readers beyond what your own analytics already sees. Two things we ask: leave the attribution line at the bottom of the frame, and do not present the output as your own calculation.
What you get in return is maintenance. When the minimum wage changes in January, when a tax bracket moves, when a fee is regazetted, the numbers inside your embed change with ours. A hardcoded table on your page silently rots; this one does not.
There are no partner links inside an embed. Whatever we earn, we earn on our own pages, not on yours.
Optional: let the frame size itself
Every snippet below carries a fallback height that fits the tool at a typical width. If you would rather the frame match its content exactly, add this listener once, anywhere on the page. It accepts messages only from this origin and only sets a height.
<script>
window.addEventListener("message", function (event) {
if (event.origin !== "https://itsguido.com") return;
var data = event.data;
if (!data || data.type !== "itsguidoEmbedHeight") return;
var frames = document.querySelectorAll("iframe[src*='itsguido.com/embed/']");
for (var i = 0; i < frames.length; i++) {
if (frames[i].contentWindow === event.source) {
frames[i].style.height = data.height + "px";
}
}
});
</script>
The headcount at which running a Turkish entity beats paying an employer of record.
<iframe src="https://itsguido.com/embed/turkey/eorvsentity" title="EOR versus Your Own Entity" style="width:100%;max-width:560px;height:940px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>
Whether an activity qualifies for the 1 percent regime, and what it saves.
<iframe src="https://itsguido.com/embed/georgia/smallbusiness" title="Georgia Small Business Status Checker" style="width:100%;max-width:560px;height:900px;border:1px solid #dae1dd;border-radius:8px" loading="lazy"></iframe>