zeroseven / z7-blog-rss
RSS-feed for extension z7_blog
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5 || ^10.4 || ^11.0
- zeroseven/z7-blog: ~1.0.0 || ~1.1.0 || ~1.2.0 || ~1.3.0
README
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 >
}