Title: Subscription Options
Author: freedimensional
Published: <strong>2009 年 5 月 31 日</strong>
Last modified: 2012 年 10 月 31 日

---

搜尋外掛

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

![](https://s.w.org/plugins/geopattern-icon/subscription-options.svg)

# Subscription Options

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

[下載](https://downloads.wordpress.org/plugin/subscription-options.zip)

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

 [技術支援](https://wordpress.org/support/plugin/subscription-options/)

## 外掛說明

The most common ways for people to subscribe to a blog and its content are through
RSS, Email and Twitter. Some people syndicate to Facebook too. This plugin places
related subscription icons in a widget area and lets users enter their own feed 
or page URLs and select the colour of their icons. Its really simple but theres 
lots of power under the hood.

#### Features:

 * Offers an attractive range of subscription options for your readers using familiar-
   looking icons.
 * Intuitive interface for editing options, including your feed or page URLs, widget
   title and icon sizes.
 * Independent handling across multiple widget instances, using WordPress 2.8’s 
   widget_class coolness.
 * Ability to select any colour, via HEX code or [HTML Color Name](http://www.w3schools.com/html/html_colornames.asp).
 * Integration with the [Subscription Options Add-on Pack](http://digitalcortex.net/plugins/subscription-options/addon-pack).

## 螢幕擷圖

 * [[
 * This is how the plugin could look on your blog.
 * [[
 * This is the widget options panel.
 * [[
 * These are some example configurations.

## 安裝方式

 1. Download the plugin by hitting the big red ‘download’ button.
 2. Extract the files and place the entire ‘subscription-options’ folder into your 
    wp_content/plugins directory.
 3. Go to your ‘Installed Plugins’ panel and activate ‘Subscription Options’.
 4. You are now ready to use the widget.

#### Setup:

 * Go to your ‘Appearance > Widgets’ panel and select the widget area you wish for
   the plugin to appear in.
 * Enter the following details:

 1. Widget Title
 2. RSS Feed URL & Colour
 3. Email Service URL & Colour
 4. Twitter Stream URL & Colour
 5. Facebook Page URL & Colour
 6. Size of Feed Icons

 * Please note that you don’t need to use all the icons – just don’t enter a URL
   if you don’t want an icon to show up.
 * Please also note that you can use any HTML colour code, be it HEX code or [HTML Color Name](http://www.w3schools.com/html/html_colornames.asp).
 * Hit ‘Done’ then ‘Save Changes’. Test the appearance and perhaps change the size
   of the icons as necessary.
 * If you would like additional icons for LinkedIn, Flickr, Google+, Podcasting,
   YouTube, Pinterest, Spotify or Tumblr please consider installing the [Subscription Options Add-on Pack](http://digitalcortex.net/plugins/subscription-options/addon-pack)
   and a new set of subscription options will automatically appear in the widget
   options panel.

## 常見問題集

  Where do I put the widget?

You can place the widget wherever you like as long as it is within a pre-defined
widget area. I haven’t worked out how to let people place the widget wherever they
like. Let me know if you can help on my [contact page](http://digitalcortex.net/contact)
though.

  Can I style the widget in my own way?

Yes of course, it’s WordPress! You can use your stylesheet.css or this widget’s 
internal stylesheet to override your theme’s default widget settings by using the
following CSS classes:

 * img.suboptions-icon – all icons (useful for setting alignment or spacing)
 * img.rss-icon – the RSS feed icon
 * img.email-icon – the email service icon
 * img.twitter-icon – the Twitter icon
 * img.facebook-icon – the Facebook icon
    Please note that the icons’ sizes will
   still need to be set from within the widget admin panel. CSS doesn’t let you 
   override that.

  Why have my icons turned grey and colourless?

You’ll need to re-enter your colours, as the widget now uses a different way to 
pick them. You can pick any HTML colour, be it via HEX code or [HTML Color Name](http://www.w3schools.com/html/html_colornames.asp).
Just enter your preference and hit ‘Save’ in the widget settings.

  Why don’t my icons have nice rounded corners any more?

The latest version of this plugin gives you thousands of new colour options, using
transparent icons and CSS3 rounded corners. As such, the widget looks best in modern
CSS3-compatible web browsers such as Firefox, Google Chrome or IE9. If you are not
entirely comfortable with this, you can always roll back to an [older version](https://wordpress.org/extend/plugins/subscription-options/download).

  How do I find my Feedburner Email Service URL?

The clickstream from within Feedburner looks like this: Publicize > Email Subscriptions
> Activate. Then right click and copy the text that says ‘Preview Subscription Link…’
That’s your Feedburner Email Service URL.

  Where can I find more help and support?

Just email me from the contact page on [my blog](http://digitalcortex.net/contact)
or leave a comment [right here](http://digitalcortex.net/plugins/subscription-options).
I’ll be happy to help where possible.

  How can I support the development of this plugin?

Thank you so much for asking. There are a couple of options. You can purchase the
[Subscription Options Add-on Pack](http://digitalcortex.net/plugins/subscription-options/addon-pack)
for $1.50, or you can [donate here](http://bit.ly/donate_to_me) without upgrading.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Subscription Options〉的開發相關工作。

參與者

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

[將〈Subscription Options〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/subscription-options)

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

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

## 變更記錄

 * 0.1.0 was the first iteration of what I promise will be a participatory experience
 * 0.1.5 – added css classes for users to hook into and edit through their css sheets
 * 0.2 – added user-defined header size and target of users’ clicks
 * 0.3 – updated icons to scale up to higher sizes without dithering
 * 0.4 – switched to WP 2.8’s widget_class functionality to really crank it up
 * 0.5 – inclusion of a new subscription icon for Facebook, by popular demand
 * 0.6 – implemented an icon colour changer with twelve options
 * 0.7 – upgraded to pass XHTML 1.0 Transitional validation
 * 0.8 – full colour options & additional subscription icons based on user feedback
 * 0.9 – modified icon designs plus four new icons in the [Add-on Pack](http://digitalcortex.net/plugins/subscription-options/addon-pack)

#### Future Versions:

 * 1.0 – farbtastic or other java-based colour picker integration

## 中繼資料

 *  版本 **0.9.1**
 *  最後更新 **14 年前**
 *  啟用安裝數 **400+**
 *  WordPress 版本需求 ** 2.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.4.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/subscription-options/)
 * 標籤:
 * [color](https://tw.wordpress.org/plugins/tags/color/)[option](https://tw.wordpress.org/plugins/tags/option/)
   [options](https://tw.wordpress.org/plugins/tags/options/)[subscribe](https://tw.wordpress.org/plugins/tags/subscribe/)
   [subscription](https://tw.wordpress.org/plugins/tags/subscription/)
 *  [進階檢視](https://tw.wordpress.org/plugins/subscription-options/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/subscription-options/reviews/#new-post)

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

## 參與者

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

## 技術支援

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

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://bit.ly/donate_to_me)