The RSS Just Better Plugin allows you to display RSS feeds in your posts or via RSS Just Better widget.
What's On This Page?
Once you have activated the RSS Just Better plugin in Plugins > All you can add an RSS feed to your sidebar as follows:
1. Go to Appearance > Widgets.
2. Drag and drop the RSS Just Better widget into the desired sidebar.
3. The widget will automatically open.
3. Change the Widget Title.
4. Add your Feed URL.
Feed URL on a website is normally indicated by the orange RSS icon or the words RSS.
5. Set your maximum number of items list.
6. Select Show Excerpt and specify the number of characters to show in the excerpt.
7. Click Save at the bottom of the widget.
Once you have activated the RSS Just Better plugin in Plugins > All you can add a Google News feed to your sidebar as follows:
1. Go to Appearance > Widgets.
2. Drag and drop the RSS Just Better widget into the desired sidebar.
3. The widget will automatically open.
3. Change the Widget Title.
4. Select your Google News Location, add your key words and select your Google News Topics.
5. Set your maximum number of items list.
6. Select Show Excerpt and specify the number of characters to show in the excerpt.
7. Click Save at the bottom of the widget.
Add RSS feed to a post or page
You can also use it to add an RSS to a post or page as follows:
1. Go to Posts > Add New (or Page > Add New)
2. Write your post.
3. Add the following shortcode where you want the RSS feed to display in your post.
[RSSjb feed=”…”] where “…” is the RSS feed you wish to display
Below is an example of what it looks like:
4. Now click Publish and you should see the RSS display when you view the post.
Here is what the RSS Just Better feed looks like in a post.
The default setting is to display 3 items with their titles only in the feed.
You can customize your feed using the following shortcode options:
- num : number of items to be displayed (default: 3);
- pubdate : either true or false to display the publication date/not;
- pubtime : either true or false to display the publication time/not;
- excerpt : either true or false to display the excerpt/not;
- charex : limit the number of the ecerpt chars to be displayed;
- list : either “UL” or “OL” to get unordered or ordered lists;
- target : either “_blank” or “_self” to get links opened in new/the same windows;
- pubauthor : true/false whether you allow this plugin’s author footer to be displayed or not;
For example, I would use the following shortcode if I wanted to display:
- 5 items with the post title with 200 character excerpt.
- As an unordered list.
- Post opens in a new browser tab.
- Without a link to the plugin name.
This is what the RSS feed looks like on my page.