For bloggers & creators

Embed the FIRE Quiz

Drop our free 8-question FIRE number quiz on your blog, newsletter, or course site. Auto-resizes, works everywhere, zero setup.

1.

Copy the snippet

Paste it into any HTML page, Ghost/WordPress custom HTML block, or Substack embed.

2.

Auto-resize

The iframe reports its height to your page so no inner scrollbars and no cropped content.

3.

Free forever

No tracker, no email wall, no backlink requirement. Just pass value to your readers.

Copy-paste snippet

<iframe
  src="https://www.easyfire.fyi/embed/fire-quiz"
  id="easyfire-fire-quiz"
  style="width:100%;border:0;min-height:720px;"
  title="EasyFIRE FIRE Quiz"
  loading="lazy"
></iframe>
<script>
(function(){
  window.addEventListener('message', function(e){
    if (!e.data || e.data.type !== 'easyfire-embed-height') return;
    var f = document.getElementById('easyfire-fire-quiz');
    if (f && typeof e.data.height === 'number') f.style.height = e.data.height + 'px';
  });
})();
</script>

Preview

Live iframe rendered with the snippet below. This is exactly what your readers will see.

Questions, custom embed options, or want to link-swap? Join the Discord and ping @jonny.

Embed the FIRE Quiz on your site | EasyFIRE