The Google Buzz API was released in Labs recently and I felt like distracting myself with some fun. In a matter of 2 hours I had my own little Buzz feed widget going. Here’s the code I’m currently testing with: 123456789101112131415161718192021222324<h2>My Buzz Feed</h2> <ul id="content"></ul> <script type="text/javascript"> function handleResponse(response) { for [...]
Copy and Paste Development with Google Web Elements
May 20, 2010 By Leave a Comment
I half watched and half listened to the the Day 1 keynote videos of Google I/O today and among the plethora of new and exciting features discussed was Google Web Elements. Most of us have already used the copy and paste embed code for Google Maps and YouTube, but I think we should start paying more f [...]