| 1 |
=== Super RSS Reader === |
| 2 |
Contributors: Aakash Chakravarthy |
| 3 |
Author URI: http://www.aakashweb.com/ |
| 4 |
Plugin URI: http://www.aakashweb.com/wordpress-plugins/super-rss-reader/ |
| 5 |
Tags: rss, feeds, widget, links, twitter, admin, plugin, feed, posts, page, ticker, thumbnail, atom, jquery |
| 6 |
License: GPLv2 or later |
| 7 |
Donate Link: http://bit.ly/srrdonate |
| 8 |
Requires at least: 2.8 |
| 9 |
Tested up to: 3.5 |
| 10 |
Stable tag: 2.3 |
| 11 |
|
| 12 |
An awesome RSS widget plugin, which displays feeds like news ticker effect with thumbnails, multiple tabbed feeds, customizable color styles 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](http://www.aakashweb.com/demos/super-rss-reader/) |
| 21 |
|
| 22 |
= Features = |
| 23 |
|
| 24 |
* jQuery [news ticker like effect](http://www.aakashweb.com/jquery-plugins/easy-ticker/) to the RSS feeds (can turn off or on) |
| 25 |
* Tabs support, if multiple RSS feeds are added in a single widget. |
| 26 |
* **(NEW)** Displays thumbnail to the feed items if available. |
| 27 |
* Customizable with Inbuilt color styles and with external CSS styles. |
| 28 |
* **(NEW)** Customizable ticker speed. |
| 29 |
* Add multiple RSS feeds in a page with a ticker effect. |
| 30 |
* Supports RSS or atom feed. |
| 31 |
* Can tweak the widget to change the no of visible feed itemas and more... |
| 32 |
|
| 33 |
[youtube=http://www.youtube.com/watch?v=02aOG_-98Tg] |
| 34 |
|
| 35 |
* If you like this plugin, then [just make a small donation](http://bit.ly/srrdonate) and it will be helpful for the plugin development. |
| 36 |
* The jQuery ticker effect is by the [jQuery easy ticker plugin](http://www.aakashweb.com/jquery-plugins/easy-ticker/) |
| 37 |
|
| 38 |
= Resources = |
| 39 |
|
| 40 |
* [Documentation](http://www.aakashweb.com/wordpress-plugins/super-rss-reader/) |
| 41 |
* [FAQs](http://www.aakashweb.com/faqs/wordpress-plugins/super-rss-reader/) |
| 42 |
* [Support](http://www.aakashweb.com/forum/) |
| 43 |
* [Report Bugs](http://www.aakashweb.com/forum/) |
| 44 |
|
| 45 |
== Installation == |
| 46 |
|
| 47 |
Download and upload the latest version of Super RSS Reader, |
| 48 |
|
| 49 |
1. Unzip & upload it to your WordPress site. |
| 50 |
1. Activate the plugin. |
| 51 |
1. Drag and drop the "Super RSS Reader" widget in the "Widgets" page. |
| 52 |
1. Input a RSS feed URL to the widget, tweak some settings and you are, |
| 53 |
1. Done ! |
| 54 |
|
| 55 |
== Frequently Asked Questions == |
| 56 |
|
| 57 |
= How can I customize the RSS widget externally ? = |
| 58 |
|
| 59 |
You can use the `super-rss-reader-widget` class in your stylesheet to control the widget styling. Other classes are, |
| 60 |
|
| 61 |
1. `srr-tab-wrap` - the tab's class. |
| 62 |
1. `srr-wrap` - the wrapper of the widget. |
| 63 |
1. `srr-item.odd` - to control the odd feed items. |
| 64 |
1. `srr-item.even` - to control the even feed items. |
| 65 |
|
| 66 |
= Will the additional ticker effect slows the site ? = |
| 67 |
|
| 68 |
No. the additional effect needs only 3.4 Kb of additional file. I think thats not too heavy to slow down the site. |
| 69 |
|
| 70 |
= How to create a tabbed mode ? = |
| 71 |
|
| 72 |
Just enter the RSS feed URLs seperated by comma in the widget, the plugin automatically renders the tab. |
| 73 |
|
| 74 |
For more FAQs just check out the [official page](http://www.aakashweb.com/wordpress-plugins/super-rss-reader/). |
| 75 |
|
| 76 |
== Screenshots == |
| 77 |
|
| 78 |
1. Example Super RSS Reader widgets shown in the sidebar, having a ticker effect and a tabbed mode. |
| 79 |
1. Plugin working in different themes and RSS feeds. |
| 80 |
1. Picture showing some possible ways of Customizing the widget. |
| 81 |
1. The Super RSS Reader widget in the administration page. |
| 82 |
|
| 83 |
[Live Working demo](http://www.aakashweb.com/demos/super-rss-reader/) |
| 84 |
|
| 85 |
[More screenshots in Aakash Web](http://www.aakashweb.com/wordpress-plugins/super-rss-reader/) |
| 86 |
|
| 87 |
== Changelog == |
| 88 |
= 2.3 = |
| 89 |
* Fixed imcompatibility of other jQuery plugins due to the usage of the latest version of jQuery. |
| 90 |
|
| 91 |
= 2.2 = |
| 92 |
* Displays "thumbnail" of the feed item if available. |
| 93 |
* Added setting to change ticker speed. |
| 94 |
* Added setting to edit the "Read more" text. |
| 95 |
* Default styles are revised. |
| 96 |
* Switched to full size ticker code. |
| 97 |
* Core code revised. |
| 98 |
|
| 99 |
= 2.1 = |
| 100 |
* Added option to open links in new window. |
| 101 |
* Changed the method to include the scripts and styles. |
| 102 |
* Added a new 'Orange' color style. |
| 103 |
|
| 104 |
= 2.0 = |
| 105 |
* Core code is completely rewritten. |
| 106 |
* Flash RSS Reader is removed and instead jQuery is used. |
| 107 |
* Administration panel used in the previous version is removed and settings are configured in the widget itself. |
| 108 |
|
| 109 |
= 0.8 = |
| 110 |
* Second version with included CSS and Proxy file (loadXML.php). |
| 111 |
|
| 112 |
= 0.5 = |
| 113 |
* Initial version with a flash RSS Reader |
| 114 |
|
| 115 |
== Upgrade Notice == |
| 116 |
|
| 117 |
Version 2.0 is a major and recommended upgrade for previous version users. |
| 118 |
|
| 119 |
== Credits == |
| 120 |
|
| 121 |
* RSS feed reading engine is the inbuilt WordPress's engine |
| 122 |
* The news ticker effect is powered by the [jQuery Easy ticker plugin](http://www.aakashweb.com/jquery-plugins/easy-ticker/) |
| 123 |
* Default color styles are by Aakash Chakravarthy. |