Plugin / RSS Just Better

Stef Marchisio

Description

Description

It displays a list of feed items from a given feed URL. You can select cache recreation frequency, the number of displayable news and whether you want publication date, time (and in which format), an excerpt and reference to the plugin homepage displayed or not. You can also choose to have a ordered (numbered) or unordered (bullet-point) list and to open a new windows or not, when clicking on the linked items. You can truncate title and/or excerpt to a certain amount of chars and can sort the itmes by date/time or title.

Usage

= Usage as a Shortcode =
* In Posts/Pages->Add New or Edit of your wp adminstration, select the HTML tab in the entry form;
* enter either the following (if you want to display a generic feed):
[RSSjb feed=”replace-with-the-rss-or-atom-feed-URL-you-wish-to-display”]
or the following (if you want to display a Google News feed):
[RSSjb location=”replace-with-the-Google-s-location-code-of-the-country-language-you-want-news-from”]
A list of the Google localization codes is here.
Optional attributes for Google News feeds are the following:
* local: city, state/province or zipcode (of Usa or Canada news and in English only)
* gsearch: search-words according to google search syntax. Learn a few Tips about Google search (default: none); (See note 4)
* topic: any of Google’s topic-codes (default: Top Stories). Here is a list of topic codes. (See also notes 3 and 4)
Other Optional attributes:
* filter: enter any keyword which needs to be present or avoided in the titles of the choosen feed’s items. (See Note 1)
* num: max number of items to be displayed, when all present in the feed (default: 5. If you enter 0 all the items in the feed will be displayed) (See Note 2);
* ltime: max age (in hours from publication) of item as a condition for displaying it (default: none)
* list: either “ul” or “ol” to get unordered or ordered lists (default: “ul”);
* target: either “_blank” or “_self” to get links opened in a new or the same window (default: “_blank”);
* pubdate: either true or false to display the publication date/not (default: false);
* pubtime: either true or false to display the publication time/not (default: false);
* dformat: customized date format (default: none. None displays the wp standard date format if pubdate is true);
* tformat: customized time format (default: none. None displays the wp standard time format if pubtime is true);
* pubauthor: true/false whether you allow this plugin homepage to be displayed in the footer or not (please, say yes) (default: true);
* excerpt: either true or false to display the excerpt/not (default: false);
* charex: limit the number of the ecerpt chars to be displayed (default: none = all chars will be displayed);
* chartle: limit the number of the title chars to be displayed (default: none = all chars will be displayed);
* title: title for the items list (default: none);
* link: either true or false if the title is linked to the RSS/Atom feed URL/not (default: false);
* sort: either true to display the list in alphabetic order (by title) or false to display in reverse date/time order (default: false);
* cachefeed: cache refresh for the feed (in seconds) (default: 3600 => 1h);

Usage As a widget

  • in Appearance -> Widgets of your wp administration, drag & drop the RSS Just Better widget to any widget-ready area of your wp;
  • Now, complete the widget form:
    ** Enter a title to be given to your items list;
    ** Choose whether you want the widget title linkable to the feed URL or not;
    ** Enter the RSS/Atom feed URL of the items you wish to display OR
    ** Enter the location of the Google News feed items you wish to display;
    ** Enter topic or search keys, local (all optionals) if you chose a Google News feed;
    ** Enter the frequency for the cache refresh (in seconds);
    ** Choose if you want your list sorted by title instead of the standard date/time;
    ** Enter any keyword which needs to be present or excluded in the titles of the choosen feed items. (See Note 1)
    ** Enter the max number of items you want to display (when available) (See Note 2). If you enter 0 all the items in the feed will be displayed;
    ** Enter the max age (in hours from publishing) an item needs to have to be displayed. Useful for less frequently updated feeds;
    ** Enter a certain amount of chars, if you want to truncate the titles;
    ** Choose whether you want a publication date/time (and what formats), excerpt (and how many chars of it) or not;
    ** Select whether you want a dotted list (default) or a numbered/ordered list;
    ** Select whether you want the linked items to open up in a new page (default) or in the same page;
    ** Choose whether you allow this plugin homepage to be displayed or not (please, say yes);
    ** Click on ‘Save’ (and ‘Close’ the widget form, if you want).
    (1) Notes on ‘filter’ attribute/parameter:
  1. You can enter one of more words to be able to select your feed’s items by keyword. So if you write “foo bar” you will INCLUDE ONLY those titles where ANY of the two word(s) is present and if you write “-foo -bar” you will EXCLUDE ALL those titles where any of the two words is present instead.
  2. You can also mix inclusive and exclusive terms as in “foo -bar” of course (it will include only titles with “foo” and without “bar”.)
  3. Search is case insensitive and searches for keywords in the titles only.
  4. Wildshars, quotes and boolean are not enabled for this search.
    (2) Note on ‘num’ attribute/parameter:
    The maximum number of displayable articles/items depends on the number of articles stored into the XML page (RSS/Atom feed page) of the website you want to syndicate (i.e. if you wish to display the latest 15 items and the original feed contains 10 items only, then only 10 items will be displayed).
    (3) Note on ‘topic’ attribute/parameter:
    Not all topics are set for all countries/languages. If you select a topic for a country where this is not provided (as yet?) then the “Top stories” (the default) will be displayed instead.
    (4) Note on ‘topic’ & ‘gsearch’ attributes/parameters:
    Google (not me!) allows to search by topic OR by search-word(s). The two “filters” do not work together: if topic AND search-keys are both entered by the user, then the search-keys will be ignored and no error message will be displayed.
    (5) Note on ‘Local’ attribute/parameter:
    This option is available for Google News in English limited to Usa and Canada. It allows to enter city, region or postcode for local news results only.
    Example of shortcode with all attributes and their default values for a generic feed URL:
    [RSSjb feed=”http://feeds.feedburner.com/StefaniasBlog” filter=”” num=”5″ ltime=”” list=”ul” target=”_blank” pubdate=”false” pubtime=”false” dformat=”” tformat=”” pubauthor=”true” excerpt=”false” charex=”150″ title=”” link=”false” sort=”false” cachefeed=”3600″]
    Example of shortcode with all attributes and their default values for a Google News feed URL:
    [RSSjb location=”us” local=”” topic=”” gsearch=”” filter=”” num=”5″ ltime=”” list=”ul” target=”_blank” pubdate=”false” pubtime=”false” dformat=”” tformat=”” pubauthor=”true” excerpt=”false” charex=”150″ title=”” link=”false” sort=”false” cachefeed=”3600″]

The Future

  • being able to view images (and media files) too
  • more feeds for more websites
  • filter by keywords in description too (new attribute)

Interaction

  • Would you like to see a new feature in this plugin? Please write me here: [email protected];
  • Would you like to see a broken/orphan plugin working again? Write me anyhow, I might (hey, MIGHT) find the time to give it a look.

Ratings

4.5
8 reviews

Rating breakdown

Details Information

Version

1.4

First Released

26 Nov, 2017

Total Downloads

43,079

Wordpress Version

2.8 or higher

Tested up to:

4.3.21

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.