/admin/settings/ to manage tracking, access control, subscribe methods, web settings, custom code, and API access.
Overview
Settings are organized into six categories:- Tracking URLs - Configure third-party media tracking services
- Access Control - Manage public/offline site status
- Subscribe Methods - Customize subscription options for your audience
- Web Global Settings - Configure favicon, CDN URL, and pagination
- Custom Code - Link to the code editor (see Custom Code)
- API - Enable and manage API access
Tracking URLs
Configure third-party tracking URLs to monitor downloads of your media files. This is particularly useful for podcast analytics.How it works
microfeed automatically prepends tracking URLs to your media file URLs in RSS and JSON feeds. This is a common practice in the podcast industry.Example: Using OP3 and Podtrac
Example: Using OP3 and Podtrac
If you configure tracking URLs:And your original audio URL is:The final URL in your RSS feed becomes:
Supported services
- OP3 - Open Podcast Prefix Project (free and open source)
- Podtrac - Industry-standard podcast analytics
- Chartable - Spotify-owned podcast analytics
- Any service that uses prefix-based tracking
Configuration
- Navigate to Settings > Tracking URLs
- Enter one tracking URL per line
- Click Update to save
Access Control
Control the visibility of your entire site with three access policies:Public
Makes your entire site publicly accessible:- All web pages
- RSS feed at
/rss/ - JSON feed at
/json/
Offline
Makes your entire site offline:- All non-admin pages return 404
- RSS and JSON feeds are unavailable
- Admin dashboard remains accessible via Cloudflare Zero Trust
- Setting up your site before launch
- Performing maintenance
- Temporarily hiding content
Passcode (Coming Soon)
Protect all pages with a passcode. This feature is planned for a future release.Subscribe Methods
Customize how your audience can subscribe to your feed. This appears on your public website and in your JSON feed metadata.Default methods
- RSS - Standard RSS feed (non-editable)
- JSON - JSON Feed format (non-editable)
Adding platforms
Click “Add new subscribe method” to add podcast platforms:- Apple Podcasts
- Spotify
- Google Podcasts
- Amazon Music
- Overcast
- Pocket Casts
- Castro
- Listen Notes
- Custom platforms
Name
Name
Display name for the platform (e.g., “Apple Podcasts”)
URL
URL
Link to your show on that platform
Visible
Visible
Toggle to show/hide this option from your public site
Reordering
Use the up/down arrows to reorder subscribe methods. The order determines display order on your site.Web Global Settings
Configure global settings that affect your entire website.R2 Public Bucket URL
Optional CDN URL for serving media files:- Custom domain branding
- CDN optimization
- Analytics tracking
Items Settings
Items per page: Control how many items display per page (1-300, default: 20) Sort order: Choose how items are ordered:- Newest first - Most recent items at the top (default)
- Oldest first - Chronological order from the beginning
- Your public web feed
- RSS feed
- JSON feed
- Pagination behavior
Favicon
Upload a custom favicon for your site:- Recommended size: 48x48 to 256x256 pixels
- Supported formats: PNG, JPG, ICO
- Displays in browser tabs and bookmarks
Best practices for favicons
Best practices for favicons
- Use a square image
- Keep the design simple for small sizes
- Use your brand colors
- Test at 16x16 size (browser tab)
- PNG format with transparency works best
API Settings
Enable API access to programmatically manage your feed content.Enable API
Toggle “API Enabled” to generate an API key. Use the API to:- Create new items
- Update existing items
- Delete items
- Fetch feed metadata
API Key Management
Your API key is displayed in the settings. To use it:Documentation
Access API documentation:- Interactive docs:
/json/openapi.html - OpenAPI spec:
/json/openapi.yaml
Saving Changes
Each settings section has its own “Update” button:- Make your changes in any section
- Click the “Update” button for that section
- Wait for the success confirmation
- Changes take effect immediately
Related Pages
- Custom Code Editor - Customize your site’s HTML and CSS
- Tracking URLs - Detailed tracking setup guide
- Custom Domains - Configure custom domains