Inline Embed
The inline embed displays your announcements directly within your page content, styled to match your site. [TODO: ADD IMAGE - INLINE EMBED ON A MARKETING SITE]Installation
1. Create an inline embed
- Go to Settings → Developer → Embeds
- Click New Embed
- Select Inline as the type
- Configure your settings
- Click Create
2. Add the container
Add a container element where you want the announcements to appear:3. Add the script
Copy and paste the script tag:Configuration options
| Option | Description | Default |
|---|---|---|
| Container | CSS selector for the container element | #updates-page-embed |
| Theme | Light or dark | Light |
| Limit | Number of announcements to show | 10 |
| Categories | Which categories to include | All |
| Show images | Display cover images | Yes |
| Show dates | Display publication dates | Yes |
| Show authors | Display author names | Yes |
Customizing with CSS
The inline embed uses minimal default styling so you can customize it to match your site.Available CSS classes
Example: Card-style layout
Data attributes
Customize behavior with data attributes:| Attribute | Type | Description |
|---|---|---|
data-embed-id | string | Your embed ID (required) |
data-container | string | CSS selector for container |
data-limit | number | Max announcements to show |
data-show-images | boolean | Show cover images |
data-show-dates | boolean | Show publication dates |
data-show-authors | boolean | Show author names |
data-theme | string | ”light” or “dark” |