Readplace

A save button for your readers.

Under 1 KB, no JavaScript, no tracking. Paste the snippet, replace PAGE_URL with your article link, and readers can save it to Readplace in one click.

Save to Readplace

Try it — clicking the button saves this page to your Readplace queue.

The three variants

Variant A — Icon only

264 bytes

Inline next to article titles in link lists, sidebars, comment footers.

<a href="https://readplace.com/save?url=PAGE_URL" title="Save to Readplace" aria-label="Save to Readplace">
  <img src="https://readplace.com/embed/icon.svg?v=2" alt="Save to Readplace" width="32" height="32" style="display:block;border:0;border-radius:6px">
</a>

Variant B — Icon and label

415 bytes

Top or bottom of an individual article, or inside a navigation bar.

<a href="https://readplace.com/save?url=PAGE_URL" style="display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#2B3A55;color:#FFFFFF;text-decoration:none;font:600 14px/1 Inter,-apple-system,system-ui,sans-serif;border-radius:6px;border:1px solid #2B3A55">
  <img src="https://readplace.com/embed/icon.svg?v=2" alt="" width="20" height="20" style="display:block;border:0">Save to Readplace
</a>

Variant C — End-of-post card

971 bytes

End of a long-form post, as a reading-continuity prompt.

<aside style="margin:32px 0;padding:20px 24px;background:#F7F8FA;border:1px solid #E2E5EA;border-radius:8px;font-family:Inter,-apple-system,system-ui,sans-serif;color:#1A202C">
  <div style="display:flex;align-items:flex-start;gap:16px">
    <img src="https://readplace.com/embed/icon.svg?v=2" alt="" width="40" height="40" style="display:block;border:0;border-radius:6px;flex:none">
    <div style="flex:1;min-width:0">
      <h3 style="margin:0 0 6px;font:700 18px/1.3 Georgia,'Times New Roman',serif;color:#2B3A55">Save this for later</h3>
      <p style="margin:0 0 14px;font-size:14px;line-height:1.5;color:#5A6170">Add it to your Readplace queue and come back when you have time.</p>
      <a href="https://readplace.com/save?url=PAGE_URL" style="display:inline-block;padding:8px 16px;background:#2B3A55;color:#FFFFFF;text-decoration:none;font-weight:600;font-size:14px;border-radius:6px;border:1px solid #2B3A55">Save to Readplace</a>
    </div>
  </div>
</aside>

Privacy — quote this in your policy

The Readplace save button is a plain HTML link with a small icon image. It sets no cookies on this site and runs no JavaScript. The icon image is fetched from readplace.com as a static asset, the same way any third-party image from any domain would be. When a reader clicks the button, they navigate to readplace.com, where Readplace's privacy policy applies.