MindTouch Developer Center > Deki > FAQ > Page Management > How do I...Add an RSS feed to a page?

How do I...Add an RSS feed to a page?

(These instructions are from an OpenGarden.org forum posting by SteveB.)

Referencing an RSS feed to a specific page

Every page has a dedicated feed to it. You can get the link to it by doing:

{{ web.link(page.api .. '/feed', 'RSS Feed for this page') }}

With Deki 8.05.1 and higher you can use the following code for the same result:

{{web.link(page.feed, 'RSS Feed for this page')}}

Displaying the RSS feed from a specific page

For example, to display the feed for the page, do this:

{{ feed.list(page.api .. '/feed') }}

 Here is what it looks like:

Or try this if you are using Deki 8.05.1 or higher:

{{ feed.table(page.feed) }}

and get this:

Page Changes - How do I...Add an RSS feed to a page?
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Edited once by graynotgrey (comment #2 added)no wording changes (These instructions are from an OpenGarden.org forum posting by SteveB.) Referencing an RSS feed to a specific page Every page has a dedicated feed to it. You can get the link to it by doing: {{ web.link(page.api .. '/feed', 'RSS Feed for this page') }} With Deki 8.05.1 and higher you can use the following code for the same result: {{web.link(page.feed, 'RSS Feed for this page')}} Displaying the RSS feed from a specific page For example, to display the feed for the page, do this: {{ feed.list(page.api .. '/feed') }}  Here is what it looks like: {{ feed.list(page.api .. '/feed') }} Or try this if you are using Deki 8.05.1 or higher: {{ feed.table(page.feed) }} and get this: {{ feed.table(page.feed) }}
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Edited once by poltorashka (comment #1 added)no wording changes (These instructions are from an OpenGarden.org forum posting by SteveB.) Referencing an RSS feed to a specific page Every page has a dedicated feed to it. You can get the link to it by doing: {{ web.link(page.api .. '/feed', 'RSS Feed for this page') }} With Deki 8.05.1 and higher you can use the following code for the same result: {{web.link(page.feed, 'RSS Feed for this page')}} Displaying the RSS feed from a specific page For example, to display the feed for the page, do this: {{ feed.list(page.api .. '/feed') }}  Here is what it looks like: {{ feed.list(page.api .. '/feed') }} Or try this if you are using Deki 8.05.1 or higher: {{ feed.table(page.feed) }} and get this: {{ feed.table(page.feed) }}
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Dek/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Dek/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Dek/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Deki/MindTouch_Deki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to Deki_Wiki/MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page? moved to MindTouch_Deki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Edited 5 times by aurora31 words added, 9 words removed (These instructions are from an OpenGarden.org forum posting by SteveB.) Referencing an RSS feed to a specific page Every page has a dedicated feed to it. You can get the link to it by doing: {{ web.link(page.api .. '/feed', 'RSS Feed for this page') }} With Deki 8.05.1 and higher you can use the following code for the same result: {{web.link(page.feed, 'RSS Feed for this page')}} Displaying the RSS feed from a specific page For example, to display the feed for the page, do this: {{ feed.list(page.api .. '/feed') }}  Here is what it looks like: {{ feed.list(page.api .. '/feed') }} Or try this if you are using Deki 8.05.1 or higher: >{{{{ feed.table(page.api .. '/feed')) }} and get this: {{ feed.table(page.api .. '/feed')) }}
Deki_Wiki/FAQ/Page_Management/How_do_i...Add_an_RSS_feed_to_a_page?
Edited 7 times by aurora62 words added, 8 words removed (These instructions are from an OpenGarden.org forum posting by SteveB.) Referencing an RSS feed to a specific page Every page has a dedicated feed to it. You can get the link to it by doing: {{ web.link(page.api .. '/feed', 'RSS Feed for this page') }} With Deki 8.05.1 and higher you can use the following code for the same result: {{web.link(page.feed, 'RSS Feed for this page')}} Displaying the RSS feed from a specific page For example, to display the feed for the page, do this: {{ feed.list(page.api .. '/feed') }}  Here is what it looks like: {{ feed.list(page.api .. '/feed') }} Or try this if you are using Deki 8.05.1 or higher: {{ feed.table(page.api .. '/feed')) }} and get this: {{ feed.table(page.api .. '/feed')) }}

Tag page
Viewing 2 of 2 comments: view all
Hi,I am have problems with it...i can't understend where do I plase the actual rss adress...please don't lugh at me, I am farly new user... I have RSS adress : http://p.moreover.com/page?o=rss002&c=Computer%20services%20news
and lets say I use this code : {{ feed.table(page.feed) }} ...i have question,what plase I use to paste adress? (page.feed)? or another? I tryed a different combinations,same result...may you please post an example of the code? ( that includes outside link) ..thank you
Posted 18:59, 2 Oct 2008
This page describes how to display the RSS feed of a wiki page in itself. You want to display a remote or outside RSS feed. Just replace page.feed with the RSS URL in quotes, for example: {{feed.table("http://p.moreover.com/page?o=rss002&c=Computer%20services%20news")}}. You can also use the Extension dialog box and select the appropriate options.
Posted 14:58, 3 Oct 2008
Viewing 2 of 2 comments: view all
You must login to post a comment.
Powered by MindTouch Deki v.8.08.2