Changeset 146460
- Timestamp:
- 08/16/2009 10:10:26 PM (17 years ago)
- Location:
- subscription-options/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
suboptions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscription-options/trunk/readme.txt
r146450 r146460 5 5 Requires at least: 2.8 6 6 Tested up to: 2.8.4 7 Stable tag: 0.4 7 Stable tag: 0.4.1 8 8 9 9 Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined. 10 10 11 11 == 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. 12 The 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. 15 13 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. 20 18 21 19 == Installation == … … 25 23 4. You are now ready to use the widget. 26 24 27 = = Usage ==25 = Setup: = 28 26 1. Go to your 'Appearance > Widgets' panel and select the widget area you wish for the plugin to appear in. 29 27 2. Enter the following **totally optional** details: 30 +Widget Title31 +RSS Feed URL32 +Email Service URL33 +Twitter Stream URL34 +Size of Feed Icons28 * Widget Title 29 * RSS Feed URL 30 * Email Service URL 31 * Twitter Stream URL 32 * Size of Feed Icons 35 33 3. Hit 'Save' then test the result. Change the size of the icons if necessary. 36 34 … … 40 38 41 39 == Frequently Asked Questions == 42 **Where do I put the widget?** 40 = Where do I put the widget? = 43 41 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. 44 42 45 **Can I style the widget in my own way?** 43 = Can I style the widget in my own way? = 46 44 Yes 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* 51 49 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. 52 50 53 **Where can I find more help and support?** 51 = Where can I find more help and support? = 54 52 Just 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. 55 53 56 **How can I support the development of this plugin?** 54 = How can I support the development of this plugin? = 57 55 Thank 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 4 4 * Plugin URI: http://digitalcortex.net/plugins 5 5 * 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 7 7 * Author: freedimensional 8 8 * Author URI: http://digitalcortex.net
Note: See TracChangeset
for help on using the changeset viewer.