Ask My Brand Feed

描述

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

安装

  1. Upload the ask-my-brand-feed folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings Ask My Brand Feed
  4. Click “Generate Token” to create your secure feed URL
  5. Share the feed URL with Ask My Brand for content ingestion

评价

此插件暂无评价。

贡献者及开发者

「Ask My Brand Feed」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Ask My Brand Feed」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Ask My Brand Feed」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3.2

  • Add Docs, Improve Performance

1.3.1

  • Add Icons

1.3.0

  • Initial release