(header for RSS tag, depends on blog)
(removed rss tag description until fixed)
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Displaying a feed in Appropedia can be accomplished in two ways:
Displaying a feed in Appropedia can be accomplished <!--in two ways:
* with RSS tags, which gives a bold header and links to each post, or
* with RSS tags, which gives a bold header and links to each post, or
* with a widget, which gives a header in regular font, links to post, and an extract
*--> with a widget, which gives a header in regular font, links to post, and an extract


{{TOCright}}
{{TOCright}}
== Using RSS tags ==
<!--== Using RSS tags ==


Simplest example, showing all available posts:
Simplest example, showing all available posts:
Line 45: Line 45:
:Hides the title (and description in <code>desc=off</code> of the feed.
:Hides the title (and description in <code>desc=off</code> of the feed.


==Bugs==
== Usage notes ==
 
* No line breaks between tags.
* Atom feeds don't work.
* RSS 1.0 & RSS 2.0 seem to display exactly the same.
 
=== Bugs ===
E.g. 1 - the following code:
E.g. 1 - the following code:
<pre>
<pre>
Line 53: Line 59:
<rss number=5>http://www.appropedia.org/index.php?title=Special:Recentchanges&feed=rss</rss>
<rss number=5>http://www.appropedia.org/index.php?title=Special:Recentchanges&feed=rss</rss>


The feed works elsewhere, so it's not clear why it breaks here.
The feed works elsewhere, so it's not clear why it breaks here. It is reported [http://www.mediawiki.org/wiki/Extension_talk:RSS_Reader#Error:_It.27s_not_possible_to_get_http:.2F.2Fwww._... here] but with no solution yet.
 
<nowiki><rss number=5>http://blogs.appropedia.org/feed/</rss></nowiki>
 


==See also==
==See also==
*See http://www.mediawiki.org/wiki/Extension:RSS_Reader#The_.3Crss.3E_tag for the most up to date information on reading RSS feeds.
*See http://www.mediawiki.org/wiki/Extension:RSS_Reader#The_.3Crss.3E_tag for the most up to date information on reading RSS feeds.


 
-->
== Using a "widget" ==
== Using a "widget" ==


<!-- Keeping this comment here for now in case it breaks again - might be relevant...
<!-- Replace this comment here if the widget breaks again:


'''BROKEN''' - use the RSS tag instead.
'''BROKEN''' - use the RSS tag instead.
Line 71: Line 74:
  -->
  -->


:''See also [[Appropedia:Widgets]].''
:''See also [[Widget:Feed]].''


E.g.:  
E.g.:  
Line 98: Line 101:
=== Notes ===
=== Notes ===


Changing targ=y to targ=n doesn't seem to do anything.
<!--Changing targ=y to targ=n doesn't seem to do anything. Yes, it does, "y" opens new tab.-->


Setting date=y adds a line with the date (can't limit it though - gives too much detail, down to the minute.)
Setting date=y adds a line with the date (can't limit it though - gives too much detail, down to the minute.)

Revision as of 15:56, 8 March 2013

Displaying a feed in Appropedia can be accomplished with a widget, which gives a header in regular font, links to post, and an extract

Using a "widget"

See also Widget:Feed.

E.g.:

{{#widget:Feed
|feedurl=http://blogs.appropedia.org/feed/
|chan=y
|num=3
|desc=200
|date=n
|targ=y
}}

Creates:

Notes

Setting date=y adds a line with the date (can't limit it though - gives too much detail, down to the minute.)

Cookies help us deliver our services. By using our services, you agree to our use of cookies.