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
- In the dashboard, go to Account → Embeds
- Click New Embed
- Configure it in the embed editor (theme, placement, colors, button label, heading text)
- Save
2. Copy the script tag
The dashboard shows a unique script tag for your embed. It looks like this: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.
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: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:React
React
Next.js
Next.js
Use the Script component in your root layout:
Vue
Vue