Plugin Directory

Changeset 146460


Ignore:
Timestamp:
08/16/2009 10:10:26 PM (17 years ago)
Author:
freedimensional
Message:

Readme update to improve usability

Location:
subscription-options/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • subscription-options/trunk/readme.txt

    r146450 r146460  
    55Requires at least: 2.8
    66Tested up to: 2.8.4
    7 Stable tag: 0.4
     7Stable tag: 0.4.1
    88
    99Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined.
    1010
    1111== Description ==
    12 The most common ways for people to subscribe to a blog and its content are through RSS, Email and Twitter.
    13 This plugin places three matching icons in a widget area and lets users enter their own feed URLs.
    14 It's really simple but there's lots of power under the hood.
     12The most common ways for people to subscribe to a blog and its content are through RSS, Email and Twitter. This plugin places three matching icons in a widget area and lets users enter their own feed URLs. It's really simple but there's lots of power under the hood.
    1513
    16 == Features ==
    17 + Offers an attractive range of subscription options for your readers using familiar-looking icons.
    18 + Intuitive interface for editing options, including your feed URLs, widget title and icon sizes.
    19 + Independent handling across multiple widget instances, using WordPress 2.8's new widget_class coolness.
     14= Features: =
     15* Offers an attractive range of subscription options for your readers using familiar-looking icons.
     16* Intuitive interface for editing options, including your feed URLs, widget title and icon sizes.
     17* Independent handling across multiple widget instances, using WordPress 2.8's new widget_class coolness.
    2018
    2119== Installation ==
     
    25234. You are now ready to use the widget.
    2624
    27 == Usage ==
     25= Setup: =
    28261.  Go to your 'Appearance > Widgets' panel and select the widget area you wish for the plugin to appear in.
    29272.  Enter the following **totally optional** details:
    30 + Widget Title
    31 + RSS Feed URL
    32 + Email Service URL
    33 + Twitter Stream URL
    34 + Size of Feed Icons
     28* Widget Title
     29* RSS Feed URL
     30* Email Service URL
     31* Twitter Stream URL
     32* Size of Feed Icons
    35333.  Hit 'Save' then test the result. Change the size of the icons if  necessary.
    3634
     
    4038
    4139== Frequently Asked Questions ==
    42 **Where do I put the widget?**
     40= Where do I put the widget? =
    4341You 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.
    4442
    45 **Can I style the widget in my own way?**
     43= Can I style the widget in my own way? =
    4644Yes of course, it's WordPress! You can use your stylesheet.css to override your theme's default widget settings by using the following CSS classes:
    47 + the widget container > *div.suboptions_widget*
    48 + the RSS feed icon > *img.rss_icon*
    49 + the email service icon > *img.mail_icon*
    50 + the twitter icon > *img.twitter_icon*
     45* the widget container > *div.suboptions_widget*
     46* the RSS feed icon > *img.rss_icon*
     47* the email service icon > *img.mail_icon*
     48* the twitter icon > *img.twitter_icon*
    5149Please note that the icons' sizes will still need to be set from within the widget admin panel. CSS doesn't let you override that.
    5250
    53 **Where can I find more help and support?**
     51= Where can I find more help and support? =
    5452Just email me from the contact page on [my blog](http://digitalcortex.net/contact) or leave a comment [right here](http://digitalcortex.net/plugins) . I'll be happy to help where possible.
    5553
    56 **How can I support the development of this plugin?**
     54= How can I support the development of this plugin? =
    5755Thank you so much for asking. Here is a link to where you can contribute to the development fund: [Donate](http://bit.ly/donate_to_me)
  • subscription-options/trunk/suboptions.php

    r146450 r146460  
    44 * Plugin URI: http://digitalcortex.net/plugins
    55 * Description: Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined.
    6  * Version: 0.4
     6 * Version: 0.4.1
    77 * Author: freedimensional
    88 * Author URI: http://digitalcortex.net
Note: See TracChangeset for help on using the changeset viewer.