
- #Rss reader website pro
- #Rss reader website code
- #Rss reader website series
- #Rss reader website free
There is a list of CSS classes which are available to take control and customize the RSS feed to the design as intended. How can I customize the RSS widget via CSS styles ? You can also refer this post to change the refresh time for particular feed URL.Īlso, please ensure WordPress cache plugins (like W3 total cache, Super cache etc.) are configured to not cache the page where this widget is active or increase the expiry of the cache so that old cached page is not served to the users. Please note that setting lower value will increase the load on the server to refresh the RSS cache. Here 600 indicates 10 minutes in seconds. add_filter( 'wp_feed_cache_transient_lifetime', function($a) )
#Rss reader website code
You can change this default value by adding the below code to your theme’s function.php file.
#Rss reader website pro
With the PRO version you can enjoy below additional features included and also support the development of this plugin. Super RSS reader has a PRO version which has more features to further enhance and to get more control of the RSS feed you display. Articles, posts from related websites and share with your users.Your own website content like recent posts, comments, forum topics etc.Trim title and description text of the feed item.Different date formats for feed item (absolute and relative).Different thumbnail positions (align left, right and cover).Color themes – Options of multiple color themes out of the box.Thumbnail – Display the thumbnail of the feed item.Multiple tabs – Display multiple feeds in one widget separated by tabs.News ticker – Add news ticker like effect to the RSS feeds (can turn on of off).It is a perfect replacement for the default RSS widget in WordPress.Ĭheck out the LIVE DEMO of the plugin ✨ Features The widget is fully customizable with external styles and also has color themes out of the box. See the features list below for complete list. It has options to display multiple RSS feeds separated by tabs in a single widget and has feature to add a news ticker like effect to it. Page function gets executed at each of the pages - both Start-URL and pages matching Pseudo-URL.Super RSS Reader plugin allows you to display RSS feed(s) in an attractive way to your widget.Then the scraper opens all of them one-by-one.It finds all the URLs matching our only Pseudo-URL, for example, and adds these URLs to the queue.To summarize what we have just configured: For more information on various inputs of Web Scraper, see its documentation. But to put together the page function, we will have to look more deeply into the HTML source code of the changelog page.


We won't need any other configuration fields to accomplish our task. Page function - here the programmer fun starts 🎡.
#Rss reader website series
These are all in the form where stands for any series of characters. Pseudo-URLs - this is a pattern for URLs you want the scraper to visit.Start-URLs - simply enter the URL for the scraper to start at.Here we will have to configure three fields:
#Rss reader website free
Get a free Apify account if you haven't already got one, then open the scraper in Apify Console and create a task for it:Īfter you've created a new task, open the "Input and options" tab. We will be using our most popular generic scraper - Web Scraper (apify/web-scraper).
