How to create a widget Recent Posts Blog by labels
Post By. FlansPageRecent post is a widget that serves to display the latest posts on the blog. One of the benefits of installing Recent posts on the blog is to make visitors know what topics are being discussed on our blog. For those who are curious to see how it looks, here I make it Screenshoot :
How to Make Recent Post Widget by Category, you can follow the following tutorial :
1. The first step of course, my friend had to go to the blogger with pal account.
2. Then select the page layout (Layout).
3. Select the page element >> select add gadget (add a gadget).
4. Then select HTML / Javascript.
5. Furthermore, please copy the code below and insert the widget and save it.
Description:
How to Make Recent Post Widget by Category, you can follow the following tutorial :
1. The first step of course, my friend had to go to the blogger with pal account.
2. Then select the page layout (Layout).
3. Select the page element >> select add gadget (add a gadget).
4. Then select HTML / Javascript.
5. Furthermore, please copy the code below and insert the widget and save it.
<div style="overflow:auto;width:100%px;height:300px;padding:10px;border:1px solid #000000"><span id="pbl_labels"></span><div id="pbl_posts"> Recent Posts </div><script type="text/javascript">var jumlah_maksimum_post = 10;
var dengan_ringkasan = true;
var jumlah_karakter_ringkasan = 100;
</script><script src="http://septiamujizat.googlecode.com/files/recent-post.js"></script><script src="http://alamat.bloganda.com/feeds/posts/default?alt=json-in-script&callback=onLoadFeed">
</script></div>
Description:
- Replace red letters with the address (url) Buddy blog.
- var number_Maximum_post = 10 is the maximum number of posts you want to display.
- var with_summary = true_instead of "true" to "false" if you do not want with a summary.
- var number_of characters_summary = 100 is the number of characters you post summaries.
Labels: Labels, Recent Posts, Tips Blog, Widget