Plugin Directory

Changeset 590889


Ignore:
Timestamp:
08/27/2012 12:05:11 PM (14 years ago)
Author:
wpmize
Message:

Updated readme.txt file again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-rss-fetcher-shortcode/trunk/readme.txt

    r590883 r590889  
    1515
    1616Example shortcode usage:
     17
    1718[wpmizerss url="http://feeds.feedburner.com/Wpmize" feeds_limit="5" words_limit="100" ul_class=' class="ordered"']
    1819
     20Key Features:
     21
     22* Easily embed external RSS feeds into posts or pages
     23* Limit the number of feeds to show
     24* Limit the words of the feed's title
     25* Add a custom class for the UL
     26
    1927For more details visit [the official webpage](http://www.wpmize.com/wordpress-plugins/wordpress-plugin-wp-rss-fetcher-shortcode/).
     28
    2029For more plugins and WordPress tips visit us at [wpmize.com](http://www.wpmize.com/).
    2130
     
    3039= How can I use the shortcode ? =
    3140
    32 Example usage:
    33 
    34 <h3>Website Feeds</h3>
     41Insert this shortcode in a page or post:
    3542
    3643[wpmizerss url="http://feeds.feedburner.com/Wpmize" feeds_limit="5" words_limit="100" ul_class=' class="ordered"']
     
    3845Parameters:
    3946
    40 * url= the feed URL
    41 * feeds_limit= limit how many feeds you want to show
    42 * words_limit= limit the feed title words
    43 * ul_class= use a custom class for the UL, example: ul_class=' class="ordered"'
     47* url -> the feed URL
     48* feeds_limit -> limit how many feeds you want to show
     49* words_limit -> limit the feed title words
     50* ul_class -> use a custom class for the UL, example: ul_class=' class="ordered"'
    4451
    4552== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.