How to Make Recent Post Walk Blog - Recent post or in the Indonesian language latest latest post or article is a widget that can be put on your blog buddy with the purpose of providing information about the current post or article.
Recent post titles typically feature a number of articles recently in a posting buddy row down and not infrequently also moving (animated) down. For example my friend can see in the sidebar of this blog. This time I would love to know how to install a recent post on the blog. Buddy you are interested please follow the following tutorial.:
1. Log in to your blog account.
2. Click on the design -> page Elements -> Add a gadget -> HTML / Javascript
3. Enter the following code into the content
. 4. Click save and see the results<style type="text/css">#rp_plus_img{height:377px;}#rp_plus_img li {height:60px;padding:5px;list-style:none;background-color:#ffffff;border:solid 1px #000000;}#rp_plus_img a{color:#00000;}#rp_plus_img .news-title{display:block;font-weight:bold ;margin-bottom:4px;font-size:11px;text-align:justify;-moz-border-radius: 5px;}#rp_plus_img img{float:left;margin-right:14px;padding:4px;border:solid 1px #00000;width:55px;height:55px;}</style><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script><script src="https://sites.google.com/site/unwanted86/javascript/recentpost.js" type="text/javascript"></script><script type="text/javascript">var speed = 1500;var pause = 3500;$(document).ready(function(){rpnewsticker();interval = setInterval(rpnewsticker, pause);});</script><ul id="rp_plus_img"><script>var numposts = 5;var numchars = 0;</script> <script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script> </ul><small><a href="http://ainul-ajja.blogspot.com/2013/06/how-to-make-recent-post-walk-on-blog.html" target="_blank">get this widget here</a></small>