Sunday, May 17, 2009

Show Your Posts in Side Bar or Page Element

Posted by Blogger Name. Category:

It's glad to share this script again. Some of you have probably applied this kind of tool in your blog. However, I need to share this to all of you.

I wants to give this script for free because it is also got for free from the other source, hehe. In this case, you can show your posts in your side bar by using or put this script in your page element. You can show till 25 posts to show the readers your other posts that may be those can't be shown in one page.

Well, here is the script that you can copy and paste to your Page Element. Just follow the instructions below;
  1. Login to your Blogger
  2. Click Layout
  3. Add a New Gadget (You can put the script wherever you want)
  4. Copy and Paste the script below;
  5. <div style="border: 0px solid rgb(153, 153, 153);
    overflow: auto;
    width: 300px;
    height: 200px;
    text-align: left; ">
    <script src="http://smkserian2008.googlepages.com/recent-post.js"></script>
    <script>var numposts = 25; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script>
    <script src="http://tips-ofblog.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp">
    </script>
    <div class="clear"></div></div>
  6. Then Click SAVE
Manage the height and width (In GREEN Line) and make it suitable to your template design. Keep in mind to change the RED Line with your blog URL and you can also show the sum of your posts to be shown (Look at Blue Line)

Hope to hear from you that this is helpful and useful for all of you. In advance, thanks
Cheers !

0 comments:

Post a Comment

◄ Posting Baru Posting Lama ►