
外掛標籤
開發者團隊
原文外掛簡介
This plugin creates a secure RSS feed endpoint that delivers full post content for integration with Ask My Brand’s AI-powered search.
Features:
Token-based authentication to protect your content
Full post content (not just excerpts)
Pagination support for large archives
Category filtering
Last modified dates for efficient sync
Usage
Once activated, your feed is available at:
/feed/ask-my-brand/?token=YOUR_TOKEN
Parameters:
paged — Page number (default: 1)
per_page — Posts per page, max 100 (default: 50)
category — Category slug or comma-separated slugs (default: all)
Examples:
/feed/ask-my-brand/?token=xxx&paged=2&per_page=25
/feed/ask-my-brand/?token=xxx&category=news
/feed/ask-my-brand/?token=xxx&category=news,blog&per_page=100
