Embed Our Voter Checklist

Free. No tracking. Works everywhere. Drop it on your site in 30 seconds.

Option 1: iframe (simplest)

<iframe
  src="https://showuporshutup.org/widgets/voter-checklist.html"
  width="100%"
  height="420"
  frameborder="0"
  scrolling="no"
  title="Your Voter Checklist">
</iframe>

Option 2: JS Embed (responsive)

<div id="suosu-checklist"></div>
<script>
  (function() {
    const container = document.getElementById('suosu-checklist');
    const iframe = document.createElement('iframe');
    iframe.src = 'https://showuporshutup.org/widgets/voter-checklist.html';
    iframe.style.width = '100%';
    iframe.style.height = '420px';
    iframe.style.border = 'none';
    iframe.frameBorder = 0;
    iframe.scrolling = 'no';
    iframe.title = 'Your Voter Checklist';
    container.appendChild(iframe);
  })();
</script>

Live Preview

No strings attached

  • No tracking pixels
  • No cookies (only localStorage for user's own progress)
  • No attribution required (but appreciated)
  • Works on any site — WordPress, Webflow, Squarespace, static HTML, Substack
  • We'll never change the URL or break the embed

Questions? [email protected]

Your Cart