Documentation

Distribute & connect

Publish and embed your quiz

Publish your quiz and share it anywhere: direct link, on-site embed, pop-up. The rendering stays identical, fast, and personalized.

7 min readUpdated on June 19, 2026

Once your quiz and its closing video are ready, the last step is to put it in front of visitors. Three delivery modes, all with the same personalized rendering: direct link, on-site embed, pop-up.

Publish the quiz

Publishing freezes a live version. You can keep editing the draft: nothing changes for visitors until you republish.

  1. 01Open your quiz and check the full preview end to end (questions and closing video).
  2. 02Click “Publish”. The quiz gets a public URL like quiz-funnel.app/q/YOUR_SLUG.
  3. 03Set the share title and image (they show when the link is posted on social media).
  4. 04Copy the public link: it is the starting point for the three modes below.
Tip: republish after every meaningful change. A question edited in the draft only becomes visible to visitors once republished.

Share by direct link

The simplest option: paste the public link into an email, an Instagram bio, a QR code, or an ad. The quiz opens full screen, mobile-optimized. Great for testing fast without touching your site.

Embed on your site

The embed inserts the quiz right inside a page of your site. The script handles responsive sizing on its own; just paste two lines where the quiz should appear.

html
<div data-quiz="YOUR_SLUG"></div>
<script src="https://quiz-funnel.app/embed.js" async></script>
  • Paste the <div> exactly where you want the quiz; add the <script> once per page.
  • Replace YOUR_SLUG with the slug shown on the publish screen.
  • The block adapts to its container width: no fixed height to set.

On WordPress, Webflow, or Shopify, paste this into a “Custom HTML” block. If you prefer a classic iframe, the publish screen provides a ready-to-paste version.

The publish screen: direct link, embed snippet, and pop-up option, each copyable in one click.

The pop-up triggers the quiz over your existing page, without replacing it. Useful to capture intent without sending the visitor elsewhere.

  1. 01Enable “Pop-up mode” in the quiz delivery options.
  2. 02Choose the trigger: button click, delay, or exit intent.
  3. 03Reuse the same embed.js; a button carrying the data-quiz-popup attribute opens the window.
html
<button data-quiz-popup="YOUR_SLUG">Take the quiz</button>
<script src="https://quiz-funnel.app/embed.js" async></script>

Whatever the mode, leads land in the same place. The next step is to route them to your tools: see Connect your integrations. For the product-side list of connectors, see Integrations.

Put your quiz online

Publish in one click, embed it on your site, and start collecting leads.

Publish my quiz
Publish and embed your quiz · Quiz Funnel