Skip to main content

Installing an Embed

The embed adds a trigger button to your app that opens a slide-over panel with your latest posts.
Embeds are available on the Business plan.

Installation

1. Create an embed

  1. In the dashboard, go to Account → Embeds
  2. Click New Embed
  3. Configure it in the embed editor (theme, placement, colors, button label, heading text)
  4. Save

2. Copy the script tag

The dashboard shows a unique script tag for your embed. It looks like this:
Always copy the exact script tag from your dashboard — the URL contains your embed’s unique ID.

3. Add it to your site

Paste the script tag before the closing </body> tag on every page where you want the embed to appear. The trigger button renders where the tag is placed.
That’s it — clicking the button opens the slide-over panel with your latest posts.

Using your own trigger

Don’t want the default button? In the dashboard embed editor, set the embed’s action style to custom. This hides the default button so you can open the panel from your own UI using the JavaScript API:
See the JavaScript API page for details.

Customizing the look

All visual customization — theme, placement, panel size, colors, button label, heading text, and the updates.page badge — is configured in the dashboard embed editor, not in your HTML. See Customizing Embeds.

Framework notes

The embed is a plain script tag, so it works with any framework. Inject it once in your root layout or app shell:
Use the Script component in your root layout: