Home » Categories » Multiple Categories

How To Events-Add RSS feed to your homepage

How to:Add an RSS Feed to your library's homepage


There are several ways to add dynamic content to your homepage. One of the simplest is to use an RSS Feed Reader that is pulling data from your Event Calendar or Room Reserve system. Below is a description of the process.

What is an RSS Feed?

An RSS feed is simply a dynamic list of data. In the case of your Event Calendar it is a list of events. The most obvious reason for using an RSS feed is that it will provide dynamic content without the need to changing the link periodically. So the link:

will always give you today's training sessions no matter what day it is when you click on it.

How do I use an RSS Feed?

There are several ways to make use of the data that is obtained from an RSS feed. Advanced web programmers may want to obtain the data and then manipulate it in lots of crazy ways (an XML feed would be best for this since it is just the raw data and it is generated by a similar link), but most of us just want it to display on our homepage. So how do we do that?

RSS Feed Readers

An RSS Feed Reader is a piece of code that can be included on your site that will pull an RSS feed (the data from it) and display it in a coherent fashion. A feed reader can be created (by an advanced programmer) or obtained from one of many free resources. To find a feed reader you can do a web search for "RSS to HTML conversion". Here is a link that lists many feed reader sites and their costs (many are free!): RSS Feed Reader Sites You may have to register on their site to use their code and there are some paid services with many more features but even the free ones work well in most cases.

There are 2 methods of generating the feed reader code most of these sites.

  • Method 1: You use their site to configure the feed reader and they generate the source code that you copy and paste to your homepage. In this case your site contains all of the code necessary to display the RSS feed.
  • Method 2: You use their site to configure the feed reader and they generate the widget code that you copy and paste to your homepage. In this case their site is still doing some of the work and your site is using a smaller piece of code (like a JavaScript function) to pull what it needs from their site.

In either case the RSS feed is displayed on your homepage with very little code work needed by you.

3 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Comments (3) Comments
Comment by ddd on Wed, Mar 19th, 2014 at 6:26 AM
Add a date range to the RSS feed so that it will only show the dates you want.http://kb.demcosoftware.com/article.php?id=48
Comment by Nate on Tue, Jan 3rd, 2012 at 7:04 AM
Add a date range to the RSS feed so that it will only show the dates you want.http://kb.demcosoftware.com/article.php?id=48
Comment by Megan on Tue, Dec 27th, 2011 at 3:28 PM
I have successfully added social rss, and it‘s working great! My only concern is that it tends to post events pretty early, so it‘s posting in December for events not happening until January. Is there any way to fix this?
Related Articles
Understanding the Waiting List
Viewed 5940 times since Thu, Sep 15, 2011
E-Notify Status Notification
Viewed 6012 times since Fri, May 11, 2012
Evanced Application Hosting FAQ
Viewed 7357 times since Mon, Jun 8, 2015
How do I mark a no-show?
Viewed 24787 times since Thu, Oct 6, 2011
Events Mobile
Viewed 4759 times since Tue, Feb 5, 2013
Looking at Events and Rooms Side by Side
Viewed 21738 times since Wed, Dec 7, 2011
Why do I get a warning message, about removing my event’s attendees information, when I try to edit a recurring event
Viewed 13005 times since Thu, Oct 27, 2011
Differences between SignUp and Events
Viewed 38261 times since Thu, Jan 24, 2013
Hosting Software Through Evanced Solutions
Viewed 13872 times since Tue, Sep 27, 2011
Events Search Widget
Viewed 4728 times since Tue, Jan 3, 2012