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
Staff-side Session Timeout in Events and Room Reserve
Viewed 12001 times since Wed, Sep 28, 2011
How to Locate Unsecured content in a Secured HTTPS page
Viewed 6354 times since Tue, Dec 20, 2016
Deleting a single session in a recurring event
Viewed 8698 times since Thu, Oct 27, 2011
Evanced Application Hosting FAQ
Viewed 7220 times since Mon, Jun 8, 2015
Amazon SES Events and Room Reserve Best Practices
Viewed 5346 times since Mon, Apr 18, 2016
Secured access to content via HTTPS FAQ
Viewed 5180 times since Tue, Dec 20, 2016
What is a Featured Event?
Viewed 5396 times since Thu, Sep 15, 2011
How can I customize events’ registration form?
Viewed 20671 times since Thu, Oct 27, 2011
Facebook is not displaying the image of the event I liked
Viewed 11242 times since Mon, Feb 20, 2012
Understanding Amazon SES Opt-In and Verification
Viewed 22420 times since Tue, Nov 3, 2015