<!--
// Created with a Google AJAX Search and Feed Wizard
// http://code.google.com/apis/ajaxsearch/wizards.html
-->
<!--
// The Following div element will end up holding the actual feed control.
// You can place this anywhere on your page.
-->
<div id="feed-control">
<span style="margin:0 0 0 100px;padding:4px;align=center;"><img src="http://sites.google.com/site/hapiamesir/javascript/loading.gif"></span>
</div>
<!-- Google Ajax Api
-->
<script src="http://www.google.com/jsapi?key=KUNCIAPI"
type="text/javascript"></script>
<!-- Dynamic Feed Control and Stylesheet -->
<script src="http://hapiajavascript.googlecode.com/files/gfdynamicfeedcontrol.js"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
</style>
<script type="text/javascript">
function LoadDynamicFeedControl() {
var feeds = [
{title: 'Table of Contents',
url: 'http://NAMA-BLOG-ANDA/feeds/posts/default?max-results=999'
}];
var options = {
stacked : true,
horizontal : false,
title : "Blog Sitemap"
}
new GFdynamicFeedControl(feeds, 'feed-control', options);
}
// Load the feeds API and set the onload callback.
google.load('feeds', '1');
google.setOnLoadCallback(LoadDynamicFeedControl);
</script>
<!-- ++End Dynamic Feed Control Wizard Generated Code++ -->
# Cara mendapatkan API KEY :
- Silahkan klik link diatas atau disini - Centang "I have read and agree with the terms and conditions (printable version)".
Terakhir, save..
