Loading...
 
How to use RSS Feeds

RSS Feeds User:

A Feeds feed is a summary of a Website's news, files, and other activities that it distributes or syndicates to other Websites and individual users. Feeds is an acronym for Really Simple Syndication. Indeed, Feeds files are a nearly painless way to syndicate news and articles from one site to many. For instance, Feeds files can be used to gather Slashdot news and Freshmeat releases, and display them on your Tiki.

Tiki is remarkably flexible when it comes to RSS. It can both display external Feeds feeds from other sites in user modules and elsewhere and syndicate its activities (blogs, articles, forums, etc.) to other Websites via RSS.

The configuration of outgoing Feeds feeds is explained in Feeds main page. In this document, we'll cover the configuration of incoming Feeds feeds from external sources.

To access: Click the Feeds icon on the Admin Panel
or Access http://example.org/tiki-admin.php?page=rss

Brief summary

To add an Feeds feed from another site in to your tikiwiki site:

  1. Admin > Feeds Modules > Create new Feeds module
  2. Complete the form using a descriptive title and proper Feeds URL. Save.
  3. Note the Feeds Channel ID
  4. On the wiki page, add
    when "n" is the Feeds channel ID. Put a title above. Preview. OR Add in Admin > Modules > User Module, create a new user modules with the Feeds channel ID.

Create Feeds Modules


First you have to configure the Feeds feeds that you want to use. As an admin-level user, click the RSS feeds link from the Admin (click!) section of the Application menu to enter the Admin Feeds modules screen.

Image


The Create a new Feeds module panel can be used to create and configure incoming Feeds feeds. Complete the fields on the form to create a new Feeds module:

FieldDescription
NameName of the Feeds feed. This could be the website or publisher.
DescriptionShort description of the Feeds feed.
URLThe URL of the Feeds feed. Normally this will be an XML file. E.g., http://slashdot.org/slashdot.rdf. You can use also TikiWiki feed(ex: hhtP//my.com/tiki-tracker_rss.php?trackerId=1)
Refresh rateSpecify how often Tiki should refresh the feed, from once per minute to once per day. Normally you don't want to refresh the feed each time you display it since that can make the site offering the feed slower. So Tiki caches Feeds feeds and refreshes them using the interval of time you indicate here.
Show feed titleSpecify if the feed's title (as defiend by the publisher) should be displayed when you include the Feeds module on a wiki page.
Show publish dateSpecify if the publication date for each item in the feed should be displayed when you include the Feeds module on a wiki page.


The module (the Feeds feed from another site) can then be included in a Tiki wiki page. When you save the new module, Tiki will assign a unique ID to the module and your new module will appear in RSS channels.

Image

  • In this example we have 2 feeds configured:
  • The righthand column of this table contains actions you can do to your channels: remove, edit, and view.
    • Clicking view previews the feed--showing a bullet list of a site's content. E.g., from Slashdot:

Image

  • RSS Channels also shows the last time the feed was updated. Unlike other weak Feeds systems, Tiki won't crunch the cache if it cannot connect to the external site when it needs to refresh it. If a site goes down, Tiki will show the last cached version of the feed without errors or problems to your site.
  • Note that the RSS channels panel also assigns an ID number to each channel. You'll use this to import Feeds feeds into your Tiki.

RSS own Tikiwiki feeds

  • tiki-tracker_rss.php with the following parameters
trackerIdId of the tracker
sort_mode
filterfieldfieldId separated by : you want the items filtered with
filervaluethe associated 'like' filtered values
exactvalueteh associated exact filtered values
statuso or op or opc or pc or p or c
noIdy or nif n do not show the tracker Id information Default: y



Incorporate Feeds Channels Into Your Tiki

User Modules


Now your Tiki is ready to receive Feeds feeds. So, how do you insert them into your site? If you'd like to have them appear as a module in one of your columns, you must create a new user module. For full information on module creation, please see Module Admin.

As an admin-level user, click the Modules link from the Admin (click!) section of the Application menu to enter the Admin Modules screen. Scroll down to the Create new user module panel.

First time administrators of Tiki may think that this means you are creating a module for a new user. But no! You are creating a user module for the first time--that is, a new one!

Image


Enter:

  • A Name for your module, which will be used to identify it later.
    • E.g., Slashdot
  • A Title, which will appear on screen when the module is displayed.
    • E.g., Slashdot News
  • data, that is, a bit of codeHTML permittedthat incorporates your channel(s) into the module. RSS-channel data is displayed using the following syntax (remember the ID number that we created for each Feeds channel?):
    • Replace x with the ID number of the channel.
    • Replace y with the maximum number of items that you want displayed.
      • In this example, we've used the channel-feed ID number for Slashdot on our system and limited it to five items.
    • Tiki will automate this process for you:
      • From the Objects that can be included side of the panel, pick a channel from the drop-down list labelled RSS modules. Then click the link, use rss module to automatically insert the channel data into the data box.
        • However, it will not set a max number for you.
    • You may now embellish the module data by adding HTML tags. In this example, we wanted the Slashdot headlines to be numbered and so we added a ordered list tag to it.
      • Tiki provides a basic WYSIWYG (What You See Is What You Get) editor to facilitate HTML coding. Click Use wysiwyg editor to try it out.
      • Tip: You can include more than one Feeds channel in a single module.
  • Click create/edit to complete the module-creation step.


Next, you must tell Tiki where to display this new module. In other words, you must assign it to the Tiki layout.

Image

  • Once you've create your Feeds user module, it'll appear in the Module name drop-down list in the Assign new module panel. Select it.
  • Decide on its Position in the left, center or right column of your Tiki.
  • Give it a number to determine its relative Order (top to bottom) in the column.
  • Select which Groups will be permitted to see this module. Select more than one group by Control-clicking.
    • Group permissions are explained further in PermissionAdmin.
  • Click preview to see what your module will look like. When you're satisfied, click assign.
    • For example, here's how our Slashdot module turned out:
Image


Once it's been assigned, it'll appear in the Assigned Modules panel, where it may be edited, moved up/down, or deleted (the x link).

Image

Wiki Pages


You can include Feeds channels in a Wiki page through the same syntax as in modules (using PluginRSS):

Copy to clipboard
{rss id=x max=2}

Search results as a feed

Since 2011 (r35006 for Tiki 7?) you can access search results as a simple RSS feed using an extra httpaccept parameter. Note the plus sign and slash in the mime type application/rss+xml need to be url encoded.

Copy to clipboard
tiki-searchindex.php?httpaccept=application%2Frss%2Bxml&filter~content=foo

See also

Alias


Created by system. Last Modification: Saturday 08 June, 2019 00:55:51 GMT-0000 by Marc Laporte.

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki