New and Free at the Marketplace: RSS reader

   —   
Web part for displaying external RSS feeds on your website by r42 communication
Recently, r42 communication, a Kentico Gold Partner from Canada, developed the RSS reader web part. It’s offered for free at Kentico Marketplace.

The web part allows you to display external RSS 2.0 feeds on your web site. It uses the XML Schema for RSS v2.0, which is also included in the web part files. To display the content, the web part uses a transformation. Simply use <%# Eval("tagname") %> to display the required information.

Example of a transformation for the RSS Reader web part:

<h2><a href="<%# Eval("link") %>"> <%# Eval("title") %> </a></h2>
<%# Eval("pubDate") %>
<br />
<%# Eval("description") %>
<br />
<br />


Properties of the RSS Reader web part:





Output:





Related items at the Marketplace:


Share this article on   LinkedIn

Daniela Kubikova

Hi, I am Marketplace Administrator and my posts are about what is new in Kentico Marketplace.

Comments

Daniela Kubikova commented on

Anthony: For more information about the Tested by Kentico stamp, please read: http://devnet.kentico.com/Blogs/Petr-Passinger/April-2011/Recent-changes-at-Kentico-Marketplace.aspx

Anthony commented on

How can I get my things "Tested by Kentico" as Visual Studio Templates by Dalibor Pernica?