February 2012
1 post
7 tags
How to load a feed with Google Feed API and JQuery
Here is a quick and dirty way to load a xml feed with Google Feed API with Jquery. Enjoy!! :) First step include the necessary external calls: <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”</script> <script type=”text/javascript” src=”https://www.google.com/jsapi”></script> Second step your javascript...
Feb 21st