zeroseven / z7_blog_rss

[DEPRECATED]

Home Page:https://extensions.typo3.org/extension/pagebased_blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maintenance-status

RSS feed for z7_blog

DEPRECATED

This extension is replaced by the pagebased_blog (powered by pagebased), it's new and shiny successor with more functionality and a huge perfomance boost.

Thank you for using and liking our blog extension in the past.


You want a RSS feed for your blog, be super flexible and with the least amount of work possible? You've come to the right place. Install the extension, enter the URL and you're done!

🔧 Installation

Get this extension via composer req zeroseven/z7-blog-rss.

🎉 Go to the RSS feed

Every used list plugin on the page can simultaneously also be reached as a RSS feed. To achieve this, it's enough to add ?type=1598538810 to the URL and there you go, you have your RSS feed with all the settings from the corresponding list plugin.

Examples:

Note: When a page contains multiple list plugins, the settings of the first element will be considered for the RSS feed.

RouteEnhancer configuration:

If you use the Configuration/Site/config.yaml in your site configuration, you can also call /rss.xml instead of the type URL.

Examples:

Static feeds:

If you want to the configuration to be static instead, you can use something like this instead in TypoScript:

blogRSSFeed {
  11 < blogRSSFeed.10.renderObj
  11.settings {
       category = 5
       archiveMode = 2
    }
  }

  10 >
}

About

[DEPRECATED]

https://extensions.typo3.org/extension/pagebased_blog


Languages

Language:PHP 100.0%