Home
/
Blogger Widgets
/
CSS
/
HTML
/
Java Script
/ Recent Posts Widget for Blogger / Blogspot with Summary And Read More
Recent Posts Widget for Blogger / Blogspot with Summary And Read More
Posted by: Media Fattapunya Posted date: 11.15 / comment : 0
Showing the most recent posts widget to the sidebar of your Blogger blog? Recent Posts Widget had this great feature as the posts of his latest show with their titles, abstracts with a publication date. This widget allows you to set the number of posts displayed and also allow you to set the number of s characters.Today let us create our own Custom Blogger Widget to display most recent posts.
Read More :
1. Recent Posts Widget for Blogger Text CSS Hover Effect with jQuery
2. Animated Recent posts for Blogger with Thumbnails - Simple Spy
Recent Posts Widget with post snippets
1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.
2. Paste the following code in HTML/Javascript Box.
Recent Posts Widget with post titles only
Recent Posts Widget with Post Summary And Read More
There are many variables in this script that you need to adjust to blend the widget’s look with that of your blog template. Most of them are self explanatory.
1.In the code, look for the line…
http://bdlab.blogspot.com/feeds/posts/default
and replace the blog address with your own blog address
2.How to change the number of posts
By default, this widget is set to display a maximum of 5 recent posts. To change this number,
3.How to change the Number of Characters (Excerpt)
This widget is set to display an excerpt of 100 characters of each post. If you want to change that number, just look for the number 100 in the code and replace it with the number of characters you want to be displayed.
Recommended setting: 50 to 100.
4.How to Show Post Date
If you want to show the post date, look for the line with the word showpostdate in the code. Then change its value from false to true (shown in color red below).
Happy Blogging! =)
Read More :
1. Recent Posts Widget for Blogger Text CSS Hover Effect with jQuery
2. Animated Recent posts for Blogger with Thumbnails - Simple Spy
Recent Posts Widget with post snippets
1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.
2. Paste the following code in HTML/Javascript Box.
<script style="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/recent-posts-ot/recent-posts-snippets-ycode.js"></script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img alt="My Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%; top: 0px;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img alt="All Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogging Tips"><img alt="All Blogging Tips" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; left: 0%;"/></a><script style="text/javascript">
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
var standardstyling = true;
var numposts = 5;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
var standardstyling = true;
var numposts = 5;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
Recent Posts Widget with post titles only
<script style="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/recent-posts-ot/recent-posts-titles-ycode.js"></script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img alt="My Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%; top: 0px;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img alt="All Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogging Tips"><img alt="All Blogging Tips" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; left: 0%;"/></a><script style="text/javascript">
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
var standardstyling = true;
var numposts = 10;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
var standardstyling = true;
var numposts = 10;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
Recent Posts Widget with Post Summary And Read More
<script style="text/javascript" src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/recent-posts-ot/recent-posts-more-ycode.js"></script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img alt="My Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%; top: 0px;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img alt="All Blogger Tricks" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; right: 0%;"/></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogging Tips"><img alt="All Blogging Tips" border="0" src="https://bitly.com/24workpng1" style="position: fixed; bottom: 10%; left: 0%;"/></a><script style="text/javascript">
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
var standardstyling = true;
var numposts = 5;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
var standardstyling = true;
var numposts = 5;
</script>
<script src="http://bdlab.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
There are many variables in this script that you need to adjust to blend the widget’s look with that of your blog template. Most of them are self explanatory.
1.In the code, look for the line…
http://bdlab.blogspot.com/feeds/posts/default
and replace the blog address with your own blog address
2.How to change the number of posts
By default, this widget is set to display a maximum of 5 recent posts. To change this number,
var numposts = 5
edit line in the code and replace the number 5 with the number of posts desired:3.How to change the Number of Characters (Excerpt)
This widget is set to display an excerpt of 100 characters of each post. If you want to change that number, just look for the number 100 in the code and replace it with the number of characters you want to be displayed.
Recommended setting: 50 to 100.
var numchars = 100;
4.How to Show Post Date
If you want to show the post date, look for the line with the word showpostdate in the code. Then change its value from false to true (shown in color red below).
var showpostdate = false;
Happy Blogging! =)
Many thanks to bloggerplugins for making this code and I just tested and modified to work on blogger
Media Fattapunya
This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
Langganan:
Posting Komentar (Atom)
Popular Posts
-
Web DirectoryWeb Directory adalah sebuah layanan yang mengelompokkan beberapa Website atau Blog ke sebuah directory atau kategori khusus sesuai dengan k...
-
Penyebaran Keyword Pada BlogKali ini saya memberikan tentang Penyebaran Keyword Pada Blog , sebelum mulai menggunakan kata kunci yang tepat, anda terlebih dahulu harus ...
-
Pengertian Social BookmarkingPada bagian ini akan dibahas mengenai Social Bookmarking untuk memperkenalkan Web/Blog di berbagai jaringan Social sehingga dapat menarik p...
-
Yahoo Site Explorer" Yahoo Site Explorer Ternyata Sekarang Beralih Ke Bing Webmaster ". nah lo.. Setelah dibaca baca ( walaupun gak ngerti bahasa i...
-
Tips SEO AmpuhSearch Engine Optimization (SEO) sudah menjadi hal yang paling sering diperbincangkan sejak dulu. Bagaimana tidak? Hadirnya mesin pencari (s...
-
Cara Deteksi Kesehatan BlogLayanan Google Webmaster Tool mempunyai fasilitas yang dapat mendeteksi kesehatan blog . Bagi sahabat blogger yang memiliki banyak blog unt...
-
Bing Webmaster CenterBing Webmaster Center seperti layanan Google Webmaster Tools atau Yahoo Site Explorer. Layanan ini dapat digunakan oleh pemilik website un...
-
Tips On Page SEOTujuan On Page SEO adalah menjadikan mesin pencari lebih peka terhadap konten yang ada di dalam website kita. Berikut beberapa teknik dasar...
-
Recent Comments Widget with Avatars To Blogger & Top CommentatorsThis post explains how you can add Recent Comments widget for Blogger Blogspot blogs.Once the reader finds a recent comments widget in the s...



Tidak ada komentar: