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.

Функции:

  • 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

Применение

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. Активируйте плагин через меню Плагины в 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.3

  • Emit media:thumbnail and media:description per item (Yahoo Media RSS namespace) so consumers can ingest featured-image URLs and captions alongside content.

1.3.2

  • Add Docs, Improve Performance

1.3.1

  • Добавить значки

1.3.0

  • Первая версия