Home » Archive

Articles Archive for August 2008

English »

I want to intergrate Flickr image into my Rss News aggregator site and I found out that I can use  Google AJAX Feed API. Since google already provide the documentation and example for the API code I think it is my job to tweak it for Malayapark.com.

Code snippet
<html>
<head>
<script  type=”text/javascript” src=”http://www.google.com/jsapi?key=”YOUR-KEY”></script>
<script …