Plugin Directory

Changeset 699672


Ignore:
Timestamp:
04/18/2013 09:51:54 AM (13 years ago)
Author:
zetaprints
Message:

Correct usage examples

Location:
rssmedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rssmedia/tags/0.1/readme.txt

    r691634 r699672  
    1616or `single.php`, for WordPress:
    1717
    18 Example:
    19 `<php RSSMedia(10, 'http://example.com/feed/'); ?>`
     18Example (shows last 10 items from the specified feed with Galleria plugin):
     19`<php RSSMedia('galleria', 10, 'http://example.com/feed/'); ?>`
    2020
    2121Example for shortcode:
    22 `[rssmedia limit="5" url="http://example.com/feed/" template="1"]`
     22`[rssmedia template="sidebar" limit="10" url="http://example.com/feed/"]`
    2323
    2424Parameters:
    2525
     261. `template` - Name of the template which will be used to display content of
     27the feed
    26281. `limit` - How many items, Default is `5`
    27291. `url` - Address of feed, default is `http://example.com/feed/`
    28 1. `template` - Name of the template which will be used to display content of
    29 the feed
    3030
    3131= Available templates =
  • rssmedia/trunk/readme.txt

    r691628 r699672  
    1616or `single.php`, for WordPress:
    1717
    18 Example:
    19 `<php RSSMedia(10, 'http://example.com/feed/'); ?>`
     18Example (shows last 10 items from the specified feed with Galleria plugin):
     19`<php RSSMedia('galleria', 10, 'http://example.com/feed/'); ?>`
    2020
    2121Example for shortcode:
    22 `[rssmedia limit="5" url="http://example.com/feed/" template="1"]`
     22`[rssmedia template="sidebar" limit="10" url="http://example.com/feed/"]`
    2323
    2424Parameters:
    2525
     261. `template` - Name of the template which will be used to display content of
     27the feed
    26281. `limit` - How many items, Default is `5`
    27291. `url` - Address of feed, default is `http://example.com/feed/`
    28 1. `template` - Name of the template which will be used to display content of
    29 the feed
    3030
    3131= Available templates =
Note: See TracChangeset for help on using the changeset viewer.