seperti biasa gan caranya tambah gaddget dan pilih HTML/Javascript
<script type="text/javascript">
var randarray = new Array();var l=0;var flag;
var numofpost=15;function randomposts(json){
var total = parseInt(json.feed.openSearch$totalResults.$t,10);
for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
document.write(item);}}
}document.write('</ul>');}
</script>
<script src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=randomposts" type="text/javascript"></script>
Ganti warna merah sesuai dengan selera anda
Related Posts
- Anonymous19 Jun 2013How to Install Livefyre Comments 3 on Blogger Posts and Pages?
Livefyre is a real time comment system similar DISQUS i.e. you can see the new comments and replies ...
- Anonymous17 Jun 2013Blogger image alignment and size settings - HTML mode
Hello there, Blogger has introduced a small but very important update for those who create/ edit the...
- Anonymous08 Jun 2013Install/ Add Official Blogger Contact Form to your blog
Blogger is updating itself day by day to make it more user friendly and useful platform for all kind...
- Anonymous01 Jun 2013Contact Form for Blogger/ Blogspot
When talk about blog and do blogging it is must to have a contact form on your blog. Contact form ma...
- Anonymous28 May 2013Change Blogger/ Blogspot Blog URL & Fix Feed Redirection
Change Blog Address without loosing Old Comments and FollowersMost of new blogger choose blog url ra...
- Anonymous25 May 2013Google+ Add to Circles / Followers CSS Popup Widget
Google+ Add to Circles / Followers widget is very useful and it popularity is exponential among prof...
Subscribe to:
Post Comments (Atom)
Post a Comment