Embed RSS feed into a html webpage part 2

In the previous webdiv topic about RSS feed we talked about including someone else's RSS feed into your website. In those examples we used sites like feed2js, whome take your xml feed link and convert xml to html and show the results in a java script format.

Disadvantages of this option:
Since it is a third part site, they have an allocated amount of bandwidth for a day or for an hour for each of these tasks. So if your site is heavily visited and would show this RSS feeds regularly, there is a higher chance you would exceed this bandwidth limit and have a blank space.

One alternative for this is to try the server side solution, which in most cases is download and upload to server type of operations, but could get complicated with the number of files involved.

Site like www.feed2js.org, you can download this script files and the converter files. This you will install into your server, now it will use your own bandwidth and will not run out of it as fast.

Another solution is a site called www.grazr.com This site will provide an animated/interactive widget formed using your RSS feed link, which can be placed in your website quite easily. I have tried this and it has not run out of bandwidth limit for me yet.

www.wowzio.com, www.springwidgets.com are two more websites that provide a widget from your RSS feed link.

0 comments: