PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 2.6
Super RSS Reader – Add attractive RSS Feed Widget v2.6
trunk 0.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.7 4.8 All 33 releases
super-rss-reader / readme.txt

readme.txt in Super RSS Reader – Add attractive RSS Feed Widget 2.6, at readme.txt

135 lines 5.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Super RSS Reader ===
2 Contributors: vaakash
3 Author URI: https://www.aakashweb.com/
4 Plugin URI: https://www.aakashweb.com/wordpress-plugins/super-rss-reader/
5 Tags: rss, feeds, widget, ticker, feed, twitter, admin, plugin, posts, page, thumbnail, atom, jquery
6 License: GPLv2 or later
7 Donate Link: https://www.paypal.me/vaakash
8 Requires at least: 2.8
9 Tested up to: 4.9
10 Stable tag: 2.6
11
12 An RSS widget plugin to display feeds with news ticker effect in multiple tabbed feeds, thumbnails, customizable color themes and more
13
14 == Description ==
15
16 Super RSS Reader is jQuery based RSS reader widget, which displays the RSS feeds in the widget in an attractive way. It uses the jQuery easy ticker plugin to add a news ticker like effect to the RSS feeds. Multiple RSS feeds can be added for a single widget and they get seperated in tabs.
17
18 The plugin is fully customizable with external styles and with some inbuilt color styles. It acts as a perfect replacement for the default RSS widget in WordPress.
19
20 [Check out the **LIVE DEMO** of the plugin](https://www.aakashweb.com/demos/super-rss-reader/)
21
22 = Features =
23
24 * jQuery [news ticker like effect](https://www.aakashweb.com/jquery-plugins/easy-ticker/) to the RSS feeds (can turn off or on)
25 * Display feeds in **multiple tabs**
26 * Display **thumbnail** to the feed items if available.
27 * Select **color themes** for widget. Customizable via CSS.
28 * Customizable ticker speed.
29 * Supports RSS or atom feed.
30 * Can strip title and description text of the feed item.
31
32 [youtube=https://www.youtube.com/watch?v=02aOG_-98Tg]
33
34 = Resources =
35
36 * [Documentation](https://www.aakashweb.com/wordpress-plugins/super-rss-reader/)
37 * [FAQs](https://www.aakashweb.com/faqs/wordpress-plugins/super-rss-reader/)
38 * [Support](https://www.aakashweb.com/forum/)
39 * [Report Bugs](https://www.aakashweb.com/forum/)
40
41 == Installation ==
42
43 Download and upload the latest version of Super RSS Reader,
44
45 1. Unzip & upload it to your WordPress site.
46 1. Activate the plugin.
47 1. Drag and drop the "Super RSS Reader" widget in the "Widgets" page.
48 1. Input a RSS feed URL to the widget, tweak some settings and you are,
49 1. Done !
50
51 == Frequently Asked Questions ==
52
53 = How can I customize the RSS widget via CSS styles ? =
54
55 You can use the `super-rss-reader-widget` class in your stylesheet to control the widget styling. Other classes are,
56
57 1. `srr-tab-wrap` - the tab's class.
58 1. `srr-wrap` - the wrapper of the widget.
59 1. `srr-item.odd` - to control the odd feed items.
60 1. `srr-item.even` - to control the even feed items.
61
62 = How big is the ticker library ? =
63
64 The size of the ticker library is only 2.74 KB.
65
66 = How to create a tabbed mode or multiple feeds ? =
67
68 Just enter the RSS feed URLs seperated by comma in the widget, the plugin automatically renders the tab.
69
70 For more FAQs just check out the [official page](https://www.aakashweb.com/wordpress-plugins/super-rss-reader/).
71
72 == Screenshots ==
73
74 1. Example Super RSS Reader widgets shown in the sidebar, having a ticker effect and a tabbed mode.
75 1. Plugin working in different themes and RSS feeds.
76 1. Picture showing some possible ways of Customizing the widget.
77 1. The Super RSS Reader widget in the administration page.
78
79 [Live Working demo](https://www.aakashweb.com/demos/super-rss-reader/)
80
81 == Changelog ==
82
83 = 2.6 =
84 * NEW: Ability to set fixed height for the RSS widget.
85 * NEW: Using minified JavaScript on frontend.
86 * FIX: Cleaned widget UI, reordered options.
87 * FIX: Code refactoring.
88
89 = 2.5 =
90 * Added feature to change individual tab titles/names.
91 * Added feature to enable rich or full description.
92 * Fixed feed ordering issues.
93 * Updated jQuery easy ticker plugin to v2.0.
94 * Minor code revisions.
95
96 = 2.4 =
97 * Added feature to cut down/strip feed titles.
98 * Added a new 'Simple modern' color style.
99
100 = 2.3 =
101 * Fixed imcompatibility of other jQuery plugins due to the usage of the latest version of jQuery.
102
103 = 2.2 =
104 * Displays "thumbnail" of the feed item if available.
105 * Added setting to change ticker speed.
106 * Added setting to edit the "Read more" text.
107 * Default styles are revised.
108 * Switched to full size ticker code.
109 * Core code revised.
110
111 = 2.1 =
112 * Added option to open links in new window.
113 * Changed the method to include the scripts and styles.
114 * Added a new 'Orange' color style.
115
116 = 2.0 =
117 * Core code is completely rewritten.
118 * Flash RSS Reader is removed and instead jQuery is used.
119 * Administration panel used in the previous version is removed and settings are configured in the widget itself.
120
121 = 0.8 =
122 * Second version with included CSS and Proxy file (loadXML.php).
123
124 = 0.5 =
125 * Initial version with a flash RSS Reader
126
127 == Upgrade Notice ==
128
129 Version 2.0 is a major and recommended upgrade for previous version users.
130
131 == Credits ==
132
133 * RSS feed reading engine is the inbuilt WordPress's engine
134 * The news ticker effect is powered by the [jQuery Easy ticker plugin](https://www.aakashweb.com/jquery-plugins/easy-ticker/)
135 * Default color styles are by Aakash Chakravarthy.