Quickly add a free MyWikiBiz directory listing!
RSS
MyWikiBiz, Author Your Legacy — Friday November 21, 2008
Contents |
[edit] Description
You can create both inbound and outbound RSS feeds within Directory listings.
[edit] Inbound
[edit] SimplePie
To create a SimplePie inbound feed, just enter the appropriate RSS feed parameter information within the <feed> ... </feed> tags on the page(s) where you want provide an inbound RSS feed. See documentation for further detailed explanations of feed options.
[edit] Code
Here's an example:
<feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">
== [{PERMALINK} {TITLE}] ==
'''{DATE}, by {AUTHOR}'''
{DESCRIPTION}
</feed>
In action:
Contents |
[edit] Train fares to rise 6% in January
21 November 2008, by Rail passengers will face big fare rises in January - with some tickets going up by double the rate of inflation.
[edit] Madonna and Ritchie granted divorce
21 November 2008, by Madonna and husband Guy Ritchie are granted a "quickie divorce" at the High Court in London.
[edit] Darling 'to force banks to lend'
21 November 2008, by Chancellor Alistair Darling is reportedly planning to force banks to lend to small firms in the pre-Budget report.
[edit] Banks 'must kick-start lending'
21 November 2008, by Banks must start lending again or face being named and shamed, the Treasury Select Committee chairman says.
[edit] Repossessions of homes up by 12%
21 November 2008, by The number of properties repossessed by mortgage lenders rose by 12% to 11,300 in the third quarter of the year.
[edit] Widget
To create an inbound feed using a widget/gadget, just enter the appropriate RSS file location information within the <embed> ... </embed> tags on the page(s) where you want provide an inbound RSS feed.
[edit] Code
Here's an example:
<embed> <script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Finternet&number=10&width=300&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1"> </script> </embed>
In action:
[edit] Outbound
To create an outbound feed, just enter the appropriate page information within the <startFeed /> ... <endFeed /> tags on the page(s) where you want provide an outbound RSS feed. See documentation for further options.
[edit] Code
Here's an example:
<startFeed /> Description of my feed. === Second Feed Item === Brand New! I just made a new Item! ~~~~ === First Feed Item === Here is the content for my first item ever. ~~~~ <endFeed />
In action (click on the RSS feed icon in your browser bar to see results).
Description of my feed.
[edit] Second Feed Item
Brand New! I just made a new Item!
Snerfling 13:17, 10 May 2007 (PDT)
[edit] First Feed Item
Here is the content for my first item ever.
Snerfling 13:17, 10 May 2007 (PDT)
Help:Extensions RSS
