Getting Started

Sharing & Embedding

Every published poll gets a shareable link. You can protect it with a PIN, make results public, embed it in a website, or run it as a live session.

Access PIN protection

Add a 6-digit Access PIN to restrict who can vote. Visitors must enter the PIN before they can see or submit the poll. Useful for private polls shared with a specific audience (employees, class, community).

  • Set in Poll settings → Access PIN before publishing
  • Distribute the PIN separately from the link (e.g. in a slide or email)
  • The PIN does not appear in the URL - sharing the link alone is safe

Public results page

By default, result pages are private (require the voter's session cookie). You can opt in to a Public results page which is PIN-free and indexable by search engines - ideal for transparency reports or published research.

  • Toggle: Poll settings → Public results page
  • URL: /p/<slug>?view=results (legacy /p/<slug>/results redirects here)
  • Listed in the sitemap when enabled

QR code

Every poll link has a downloadable QR code available in Studio → Share → QR code. Download as PNG or SVG and embed it in slides, printed handouts, or a display screen.

For live sessions, the presenter console shows a full-screen QR code so the audience can join without typing a URL.

Embedding in a website

Embed any published poll in an external website using an <iframe>. Copy the embed snippet from Studio → Share → Embed.

Embed snippet
<iframe
  src="https://pollslive.com/p/your-slug/embed"
  width="100%"
  height="480"
  frameborder="0"
  allow="clipboard-write"
  style="border-radius: 12px; border: 1px solid #e5e7eb;">
</iframe>

The embedded poll is fully interactive - voters submit responses inside the iframe and see results update in real time. The embed adapts to the iframe width (responsive).

Embed restrictions: cross-origin cookies are blocked by some browsers, so the embed uses a fingerprint-based deduplication (same visitor cannot vote twice from the same browser session).

Still have questions?

Our team is happy to help.

Contact us
Sharing & Embedding - PollsLive Docs | PollsLive