Title: GE RSS Reader Widgets
Author: kwisatz
Published: <strong>2015 年 12 月 30 日</strong>
Last modified: 2015 年 12 月 30 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/ge-rss-reader.svg)

# GE RSS Reader Widgets

 由 [kwisatz](https://profiles.wordpress.org/kwisatz/) 開發

[下載](https://downloads.wordpress.org/plugin/ge-rss-reader.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/ge-rss-reader/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/ge-rss-reader/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/ge-rss-reader/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/ge-rss-reader/#developers)

 [技術支援](https://wordpress.org/support/plugin/ge-rss-reader/)

## 外掛說明

GE RSS-Reader Widgets 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 separated in tabs.

The plug-in 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.

#### New features in v3.1

 * The plug-in has become more customizable using [pluggable functions](https://codex.wordpress.org/Pluggable_Functions)
   and several filter hooks.

#### New features in v3.0

 * Added option to set date format
 * Added option to determine whether to place meta information above or below the
   individual items

#### Features

 * jQuery [news ticker like effect](http://www.aakashweb.com/jquery-plugins/easy-ticker/)
   to the RSS feeds (can turn off or on)
 * Tabs support, if multiple RSS feeds are added in a single widget.
 * **(NEW)** Displays thumbnail to the feed items if available.
 * Customizable with Inbuilt color styles and with external CSS styles.
 * **(NEW)** Customizable ticker speed.
 * Add multiple RSS feeds in a page with a ticker effect.
 * Supports RSS or atom feed.
 * Can strip title and description text of the feed item.
 * Can tweak the widget to change the no of visible feed items and more…
 * The jQuery ticker effect is by the [jQuery easy ticker plugin](http://www.aakashweb.com/jquery-plugins/easy-ticker/)

### Available Filters

#### srr_item_properties

This filter allows you to filter individual item’s properties (author, title, description),
before they get passed to the print function.
 To see which properties are passed
to the filter function, simply var_dump() the contents of $item_properties. To use
it, you could use code similar to this:

    ```
    `php
    ```

add_filter(‘srr_item_properties’, function ($item_properties) {
 $item_properties[‘
title’] = strtolower($item_properties[‘title’]); return $item_properties; }, 10,
1); `

### Resources

 * [Documentation](https://github.com/tentwentyfour/ge-rss-reader)
 * [FAQs](https://github.com/tentwentyfour/ge-rss-reader/wiki)
 * [Support](https://github.com/tentwentyfour/ge-rss-reader/issues)
 * [Report Bugs](https://github.com/tentwentyfour/ge-rss-reader/issues)

### Credits

 * RSS feed reading engine is the inbuilt WordPress’s engine
 * The news ticker effect is powered by the [jQuery Easy ticker plugin](http://www.aakashweb.com/jquery-plugins/easy-ticker/)
 * Default colour styles are by Aakash Chakravarthy.

## 螢幕擷圖

[[

[[

[[

[[

## 安裝方式

Download and upload the latest version of GE RSS-Reader Widgets,

 1. Unzip & upload it to your WordPress site.
 2. Activate the plugin.
 3. Drag and drop the “Super RSS Reader” widget in the “Widgets” page.
 4. Input a RSS feed URL to the widget, tweak some settings and you are,
 5. Done !

## 常見問題集

  How can I customize the RSS widget externally ?

You can use the `super-rss-reader-widget` class in your stylesheet to control the
widget styling. Other classes are,

 1. `srr-tab-wrap` – the tab’s class.
 2. `srr-wrap` – the wrapper of the widget.
 3. `srr-item.odd` – to control the odd feed items.
 4. `srr-item.even` – to control the even feed items.

  Will the additional ticker effect slows the site ?

No, the additional effect needs only 3.4 Kb of additional file. I think that’s not
too heavy to slow down the site.

  How to create a tabbed mode or multiple feeds ?

Just enter the RSS feed URLs separated by comma in the widget, the plug-in automatically
renders the tab.

For more FAQs just check out the [official page](https://github.com/tentwentyfour/ge-rss-reader).

## 使用者評論

![](https://secure.gravatar.com/avatar/2a24d2c9098c066b1be4cbdde01fe65a2efcc0d8d07d7ea08d89493074c5b6a6?
s=60&d=retro&r=g)

### 󠀁[Thank you](https://wordpress.org/support/topic/thank-you-908/)󠁿

 [Jan Gaso](https://profiles.wordpress.org/jan-gaso/) 2016 年 9 月 3 日

Great RSS widget plug-in

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈GE RSS Reader Widgets〉的開發相關工作。

參與者

 *   [ kwisatz ](https://profiles.wordpress.org/kwisatz/)

[將〈GE RSS Reader Widgets〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/ge-rss-reader)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/ge-rss-reader/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/ge-rss-reader/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/ge-rss-reader/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/ge-rss-reader/)。

## 變更記錄

#### 3.1

 * Pluggable function srr_print
 * srr_item_properties filter hook

#### 3.0

 * Refactored codebase
 * Date_format and meta_placement options
 * New name and new maintainers

#### 2.5

 * Added feature to change individual tab titles/names.
 * Added feature to enable rich or full description.
 * Fixed feed ordering issues.
 * Updated jQuery easy ticker plugin to v2.0.
 * Minor code revisions.

#### 2.4

 * Added feature to cut down/strip feed titles.
 * Added a new ‘Simple modern’ color style.

#### 2.3

 * Fixed incompatibility of other jQuery plug-ins due to the usage of the latest
   version of jQuery.

#### 2.2

 * Displays “thumbnail” of the feed item if available.
 * Added setting to change ticker speed.
 * Added setting to edit the “Read more” text.
 * Default styles are revised.
 * Switched to full size ticker code.
 * Core code revised.

#### 2.1

 * Added option to open links in new window.
 * Changed the method to include the scripts and styles.
 * Added a new ‘Orange’ colour style.

#### 2.0

 * Core code is completely rewritten.
 * Flash RSS Reader is removed and instead jQuery is used.
 * Administration panel used in the previous version is removed and settings are
   configured in the widget itself.

#### 0.8

 * Second version with included CSS and Proxy file (loadXML.php).

#### 0.5

 * Initial version with a flash RSS Reader

## 中繼資料

 *  版本 **3.1**
 *  最後更新 **11 年前**
 *  啟用安裝數 **100+**
 *  語言
 * [English (US)](https://wordpress.org/plugins/ge-rss-reader/)
 *  [進階檢視](https://tw.wordpress.org/plugins/ge-rss-reader/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/ge-rss-reader/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ge-rss-reader/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/ge-rss-reader/reviews/)

## 參與者

 *   [ kwisatz ](https://profiles.wordpress.org/kwisatz/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/ge-rss-reader/)