Difference between revisions of "Help:Extensions/RSS"

MyWikiBiz, Author Your Legacy — Wednesday May 22, 2024
Jump to navigationJump to search
 
Line 25: Line 25:
 
===Outbound===
 
===Outbound===
  
 +
To create an outbound feed, just enter the appropriate page information within the <nowiki><startFeed /> ... <endFeed /></nowiki> tags on the page(s) where you want provide an outbound RSS feed. See [http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds documentation] for further options.
  
 +
====Code====
 +
Here's an example:
 +
 +
<pre>
 +
<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.
 +
 +
~~~~
 +
</pre>
 +
 +
In action (click on the RSS feed icon in your browser bar to see results).
 +
 +
<startFeed />
 +
Description of my feed.
 +
 +
=== Second Feed Item ===
 +
 +
Brand New! I just made a new Item!
 +
 +
[[[User:Snerfling|Snerfling]] 08:06, 14 May 2007 (PDT)
 +
=== First Feed Item ===
 +
 +
Here is the content for my first item ever.
 +
 +
[[User:Snerfling|Snerfling]] 08:06, 14 May 2007 (PDT)
 +
<endFeed />
  
 
<br><br>
 
<br><br>

Revision as of 15:06, 14 May 2007

Description

You can create both inbound and outbound RSS feeds within Directory listings.

Inbound

To create an inbound feed, 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.

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:

<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>

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.

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.

~~~~

In action (click on the RSS feed icon in your browser bar to see results).

Description of my feed.

Second Feed Item

Brand New! I just made a new Item!

[[[User:Snerfling|Snerfling]] 08:06, 14 May 2007 (PDT)

First Feed Item

Here is the content for my first item ever.

Snerfling 08:06, 14 May 2007 (PDT)



Centiare:Extensions RSS