Changes

MyWikiBiz, Author Your Legacy — Saturday October 05, 2024
Jump to navigationJump to search
SimplePie
Line 1: Line 1:  
__NOTOC__
 
__NOTOC__
==Description==
+
=Description=
    
You can create both inbound and outbound RSS feeds within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
 
You can create both inbound and outbound RSS feeds within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
   −
===Inbound===
+
==Inbound==
 +
===SimplePie===
   −
To create an inbound feed, just enter the appropriate RSS file location information within the <nowiki><embed> ... </embed></nowiki> tags on the page(s) where you want provide an inbound RSS feed.
+
To create a [[http://simplepie.org/ SimplePie] inbound feed, just enter the appropriate RSS feed parameter information within the <nowiki><feed> ... </feed></nowiki> tags on the page(s) where you want provide an inbound RSS feed. See [[http://www.mediawiki.org/wiki/Extension:SimpleFeed documentation] for further detailed explanations of feed options.
 +
 
 +
====Code====
 +
Here's an example:
 +
 
 +
<pre>
 +
<feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">
 +
== [{PERMALINK} {TITLE}] ==
 +
'''{DATE}, by {AUTHOR}'''
 +
{DESCRIPTION}
 +
</feed>
 +
</pre>
 +
 
 +
In action:
 +
<feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">
 +
== [{PERMALINK} {TITLE}] ==
 +
'''{DATE}, by {AUTHOR}'''
 +
{DESCRIPTION}
 +
</feed>
 +
 
 +
===Widget===
 +
 
 +
To create an inbound feed using a widget/gadget, just enter the appropriate RSS file location information within the <nowiki><embed> ... </embed></nowiki> tags on the page(s) where you want provide an inbound RSS feed.
    
====Code====
 
====Code====
2,646

edits

Navigation menu