Skip to content

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.

Go to Settings → Embed tab. Both embed options are displayed with copy-to-clipboard buttons.

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 height attribute if needed (default is 420px)
  • Works on any website without additional setup

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

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

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.