Yolo works fine for me. What is your forum name? I'll have a look, your forum is likely not synchronized (FYI I am syncing all forums now, it's possible that it will be resolved soon)

2 months later

1.2.0

  • feat: Option to display feed icons/links within the forum (supports All Discussions, Tags and Discussion)
  • fix: Reports feed as "utf8" instead of "utf-8" imorland/syndication2
  • fix: The RSS feed does not include links imorland/syndication4
  • fix: Proper XML escaping of author names
  • fix: Allow sorting by any registered discussion sorting method
  • chore: Use default settings extender

It is strongly advised to review the extension settings after upgrading, due to a change in how the defaults are handled

Requires flarum/core 1.3.1 or later

Updating
composer require ianm/syndication:"*"
php flarum cache:clear
Screenshots

New settings options
new settings options

Feed link displayed on the IndexPage - tags aware
all discussions

Feed link displayed for a single discussion
discussion

2 months later
2 months later

I cant use RSS for Yandex turbo pages. I get error how can I solve this?

"Item" element is missing "turbo" attribute with "true" value

    4 months later

    poVoq However I noticed that when someone alters the topic/name of a discussion it does get posted again.

    This should be fixed by my recent pull request : imorland/syndication10

    2 months later
    7 months later

    fakruzaruret Hi, i can help u, just edit file ... /vendor/ianm/syndication/views/rss.blade.php. add attribute turbo="true" on tags <item> example <item turbo="true">

    I currently have a problem with the feed. I would like to be able to use it to create automations. For example with IFTTT that every new thread in a tag launches a tweet.

    However, the feed does not allow the possibility of only rendering the first message of the thread, which means that in the automation each message within the thread is recognised as new content to be launched. Is there an option to modify this?

    3 months later

    I'm currently having an issue where the rss feed for a thread isn't considered valid. The thread is in a private, login-only forum. Would this affect things?

      tegmire It might make sense to share the invalid RSS feed and more information - like your php flarum info output of your installation. Is there anything special about that specific discussion? Any other content included? This might help narrowing it down.

        GreXXL Nothing special about the discussion, other than it being member-locked. A test feed is https://forum.cartoonist.coop/rss/d/146 . It's a FreeFlarum install for now (migrating later), but I know other users who had no issue with using the RSS extension.

        a month later

        Can it be solved so that only registered users receive notifications, but not visitors?

        a year later

        How long it takes to refresh feed for discussions? Does it automatically refresh on certain period of time? I have new discussions but they don't appear on the existing feed.