Wikitext rss

From www.wmwikis.net
Revision as of 14:29, 14 February 2019 by 127.0.0.1 (talk) (Imported from Wikispaces)
Jump to navigation Jump to search

wikitext rss



Wikispaces supports the inclusion of RSS and ATOM feed summaries in pages. Many different types of pages like blogs, news, forums, and bookmarking service have feeds that will show you changed or new entries.

Example:
To show the 3 last entries on the Wikispaces blog put the following on your Wikispaces page:
[[rss url="http://feeds.feedburner.com/wikispaces" number="3"]]

Wikispaces by TES Blog



The only part that's required is url; here are the rest of the options:

url
full URL to the feed (required)
title
title text to display above the feed (or blank for none)
number
how many items to show, default 10
description
to show each item's description text, either "true" or default "false"
date
to show the item date after the title, either "true" or default "false"
author
to show the author of the item after the title, either "true" or default "false"
length
the number of characters to show in the description, max. 250
enclosure
to show each item's media enclosures (audio, video, pictures), either "true" or default "false"


Here's an example that uses all of these options:
[[rss url="http://feeds.feedburner.com/wikispaces" title="Wikispaces Blog" number="5" description="true" date="true" author="true" length="80" enclosure="true"]]

Wikispaces Blog



For performance reasons and to be good Internet citizens, we store the results of a feed for one hour before trying to refresh it.