Embed Widget
Linkbrew provides two ways to embed a subscribe form on your external website. Both create a branded form that triggers the same double opt-in flow as the standalone subscribe page.
Finding Your Embed Code
Section titled “Finding Your Embed Code”Go to Settings → Embed tab. Both embed options are displayed with copy-to-clipboard buttons.
iFrame Embed (Recommended)
Section titled “iFrame Embed (Recommended)”The simplest option. Copy the iframe code and paste it into your website HTML:
<iframe src="https://linkbrew.io/subscribe/your-slug" width="100%" height="420" frameborder="0"></iframe>- Loads your branded subscribe page inside a frame
- Responsive — adjusts to the container width
- Adjust the
heightattribute if needed (default is 420px) - Works on any website without additional setup
Script Tag Embed
Section titled “Script Tag Embed”For a more integrated experience, use the JavaScript embed:
<script src="https://linkbrew.io/embed.js" data-workspace="your-slug"></script>- Creates a styled subscribe form widget directly in the page
- Matches your workspace branding (color, name)
- No iframe border or scroll issues
Where to Embed
Section titled “Where to Embed”Both options work on:
- WordPress — add to a Custom HTML block or widget
- Squarespace — add to a Code Block
- Webflow — add to an Embed element
- Static HTML — paste directly into your page source
- Any other platform that supports HTML embeds
What Visitors See
Section titled “What Visitors See”The embedded form collects:
- Email (required)
- Name (optional)
After submitting, the visitor receives a confirmation email. Once they confirm, they become an active subscriber and receive your newsletters.
Next Steps
Section titled “Next Steps”- Public subscribe page — the standalone version of the subscribe form
- Branding — customize the look of your embedded form