How to read RSS feed using Jquery

Click here download latest plugin Getting Started First include the jQuery and zRSSFeed libraries. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js” type=”text/javascript”></script> <script src=”jquery.zrssfeed.min.js” type=”text/javascript”></script> Add a DIV tag where you wish the feed to display and give it an ID. There is no need to specify a class, this will be added. <div id=”test”></div> Now add the script to …