williamcho/flarum-rss

Publishes an RSS 2.0 feed of publicly visible discussions at /rss, with admin-configurable item count and summary length.

Maintainers

Package info

github.com/William1607cho/flarum-ext-rss

Type:flarum-extension

pkg:composer/williamcho/flarum-rss

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-07-29 16:25 UTC

This package is auto-updated.

Last update: 2026-07-29 16:38:33 UTC


README

Publishes an RSS 2.0 feed of publicly visible discussions on this forum at /rss.

Features

  • Only includes discussions visible to guests (same visibility rule as the forum's sitemap).
  • Each item includes title, link, publish date, and a plain-text summary of the first post.
  • Admin-configurable:
    • Max items — how many discussions to include in the feed (default 500).
    • Summary length — how many characters of the first post to include, HTML stripped (default 500).

Usage

Enable the extension, optionally adjust the settings below, then subscribe to https://yourforum.com/rss in any RSS reader.

Live example: https://forum.william-cho.com/rss — feel free to check out a real RSS feed generated by this extension.