Tutorial Display Latest FeedBurner Post

This snippet will display the latest post in a specified FeedBurner feed. Just set the URL to your desired FeedBurner feed. $(document).read...

This snippet will display the latest post in a specified FeedBurner feed. Just set the URL to your desired FeedBurner feed.
$(document).ready(function(){
$.ajax({
type: "GET",
url: "http://feeds.feedburner.com/examplefeed",
success: function(data){
$("#date").text($(data).find("item:first>pubDate:first").text());

Hot in Week

Popular

Archive

item