bolt / bolt-extension-rssaggregator

An RSS Aggregator extension for Bolt CMS.
http://bolt.cm
MIT License
2 stars 0 forks source link
bolt-extension

Bolt RSS Aggregator

An RSS Aggregator extension for the Bolt CMS. Shows feed items of external RSS feeds anywhere on your site.

Instructions

Place the {{ rss_aggregator() }} Twig function in your template. It requires at least one parameter: the feed URL. Example: {{ rss_aggregator('http://rss.cnn.com/rss/edition.rss') }}

You can pass several options to the Twig function: {{ rss_aggregator('http://rss.cnn.com/rss/edition.rss', { 'limit': limit, 'showDesc': true }) }}

If you get the error 'External feed could not be loaded!'-error, check the following:

Customization

Override the CSS styles defined in extensions/vendor/bolt/rssaggregator/css/rssaggregator.css in your own stylesheet.

Support

Please use the GitHub issue tracker: GawainLynch/bolt-extension-rssaggregator