News Feeds | |
A web feed is a summary of a website's news, new files, and other activities that it distributes or "syndicates" to other websites and individual users. Tiki is very flexible regarding feeds. It can both display external feeds from other sites in user modules and elsewhere and syndicate its own activities (blogs, articles, forums, etc.) via feeds. Related Topics
RSS, an acronym for "Really Simple Syndication", is a nearly painless way to syndicate news and articles from one site to many. The configuration of internal feeds (information created by the Tiki site) is explained in this page, and the configuration of external feeds is explained in Feeds User.
|
Setting up feeds | |
Creating Feeds Keep in mind that "outgoing" feeds of your own Tiki blogs, calendar, image and file galleries and articles can also be displayed within your own Tiki!(See Below for instructions.) This is a handy way to summarize content from one part of your site in another. I use it for file downloads where I've set up a file gallery -but rather than send people to the gallery I stick an RSS feed in the page for that group so they don't have to leave the page to download the file. No doubt you'll find more ways to use this powerful feature. To use off site content: Subscribe to an external feed Enter a description if you like. In the "URL" box put the URL of the feed you copied in step one above. Choose a "refresh rate": event calendar or news feeds might benefit from a fast refresh, - Blog maybe once a day -whatever floats your boat. Click "show feed title" and "publish date" as these are handy pieces of info. After you "Save" you'll see an external feeds list (with only one feed in it if this is your first one). This module tells Tiki where to pick up the feed (via the URL). Write down the "ID" number (likely "1" -again, if this is your first). Embed Your Feed In Your Wiki Pages Or Module Here's the easy part: while editing any wiki page (or within any user module) stick this bit in to get your feed displaying: ...where "1" is the feed ID and max=5 is the maximum number of feed items to display (I have no idea if there are limits to the max number but it's more than 5!) Save your page and voila! You'll have a feed where you want it. Note that there are actually 2 different feed options. See the docs for details There is the RSS wiki plugin, which uses the format: {RSS(id=>XXX,max=>YYY,date=>1,author=>1,desc=>1)}{RSS} But there is also an RSS Smarty function, that uses a slightly different format: {rss id=XXX, max=YYY date=1 author=1 desc=1} To combine feeds, use the following syntax: {rss id=1:2:3:4 max=yyy date=1 author=1 desc=1} (This needs more explanation) |
More information | |
Alias | |