Quick Setup
- Navigate to Embeds in your Stellar dashboard
- Click Create Embed → Changelog Panel
- Customize appearance to match your brand
- Copy the embed code
- Paste into your application
What Users See
Panel Features
- Recent announcements - Latest updates in chronological order
- Unread indicators - Red dot for new content
- Category badges - Colored labels for announcement types
- Time stamps - “2 days ago” format
- Read more - Links to full announcement
- View all - Opens your complete changelog
Responsive Design
- Adapts to container width
- Mobile-optimized layout
- Smooth animations
- Accessible markup
Customization Options
Display Settings
Post Formatfull- Show complete announcement contentsummary- Show preview text only (default)
- Show/hide category badges
- Show/hide author names
- Show/hide timestamps
- Limit number of posts
Visual Styling
Theme- Light or dark mode
- Auto-detect from parent page
- Custom color overrides
- Panel width and max-height
- Padding and spacing
- Border radius
- Box shadow
The embed automatically inherits fonts from your website for seamless integration.
Advanced Configuration
JavaScript API
Custom Styling
Unread Tracking
How It Works
- Tracks viewed announcements per user
- Uses localStorage for persistence
- Shows unread count badge
- Clears when panel is opened
User Identification
Optional user tracking for better experience:Implementation Examples
React
Vue
Best Practices
Placement - Bottom right corner or dedicated “What’s New” section Timing - Load after main content for better performance Frequency - Update badge shows automatically when new posts arrive Mobile - Test responsive behavior on small screensTroubleshooting
Embed Not Showing?
- Verify account and embed IDs
- Check browser console for errors
- Ensure announcements are published
- Confirm domain is allowed in embed settings
Styling Issues?
- Check CSS specificity conflicts
- Use custom CSS variables
- Inspect element for applied styles
Performance?
- Load script asynchronously
- Use summary format for faster loads
- Limit number of displayed posts