Google Feeds is Undefined (error: ajax API feeds)

If you are getting the error below with your google API feeds, chances are you are using the wrong version of the API.

Change the following within the html that is calling the google load method from:

google.load('feeds', '2');

to

google.load('feeds', '1');