Add a live reading room to any book page
One script tag. Zero infrastructure. Your readers start talking in seconds.
What it does
Drop the Roundly button onto any book or story page. When a reader clicks it, they enter a live audio room with up to six other readers — already discussing that exact book. No app to install. No account required to listen.
Two steps to integrate
Step 1 — Add the script
Paste this into your page's <head> tag.
<script src="https://joinroundly.com/embed.js"></script>Step 2 — Drop in the button
Place this anywhere you want the join button to appear. Replace the example values with your book's data.
<roundly-button
isbn="9780743273565"
title="The Great Gatsby"
></roundly-button>Customization
Add HTML attributes to the <roundly-button> element to match your brand and your readers' expectations.
| Attribute | Type | Default | Example |
|---|---|---|---|
| button-color | Hex color | #F4611C | #3B82F6 |
| button-label | Text | Join the Roundtable | "Read with us" |
| button-size | sm | md | lg | md | lg |
| brand-color | Hex color | Roundly orange | #3B5FC0 |
| brand-bg | Hex color | (none) | #1A2744 |
| brand-logo | URL (http/https) | Roundly logo | "https://yoursite.com/logo.png" |