Daftar Isi
Loading...
@import url("http://enes-sc.googlecode.com/files/dynamicfeedcontrol.css");
function LoadDynamicFeedControl() {
var feeds = [
{title: 'Daftar Isi',
url: 'http://bjmku.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=999'
}];
var options = {
stacked : true,
horizontal : false,
title : "Banjarmasin Ku"
}
new GFdynamicFeedControl(feeds, 'feed-control', options);
}
// Load the feeds API and set the onload callback.
google.load('feeds', '1');
google.setOnLoadCallback(LoadDynamicFeedControl);
Widget...