Monday 30 November 2015

New Recent Post Widget With Date & Comments

How to Install a cool recent post widget with Date and Comment function in blogger - Hey Guys, I'm back with a new widget, Called Recent Post widget. This Recent Post widget is stylish and responsive because it's just not a recent post widget, it's a widget which display a list of the latest posts on your blog with thumbnails, date and comments. (Don't forget to read this one - Gallery style recent post widget for blogger)

Before you add this widget on your blog, make sure to take a look of this widget by clicking on the below demo button.
If you like this widget and want to install it on your own blog then simply follow the below steps.

How to install Stylsih recent post widget on blogger

At the first, visit to your blogger dashboard - Visit
Go to the Layout section, click on add a widget option and then add the below HTML code in Html/Javascript box.

<style scoped='' type='text/css'>
#recent-posts{color:#999;font-size:12px}
#recent-posts img{background:#fafafa;float:left;height:60px;margin-right:8px;width:60px;border-radius:4px}
#recent-posts ul{margin:0;padding:0}
#recent-posts ul li{margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid rgba(0,0,0,0.1)}
#recent-posts ul li:last-child{border-bottom:0}
#recent-posts ul li a{display:block;color:#222;font-weight:700;text-decoration:none;font-size:14px;margin:0 0 10px 0;line-height:normal}
</style>
<div id='recent-posts'>
<script type='text/javaScript'>
var rcp_numposts=5;
var rcp_snippet_length=150;
var rcp_info='yes';
var rcp_comment='Comments';
var rcp_disable='T?t Nh?n xét';
function recent_posts(json){var dw='';a=location.href;y=a.indexOf('?m=0');dw+='<ul>';for(var i=0;i<rcp_numposts;i++){var entry=json.feed.entry[i];var rcp_posttitle=entry.title.$t;if('content'in entry){var rcp_get_snippet=entry.content.$t}else{if('summary'in entry){var rcp_get_snippet=entry.summary.$t}else{var rcp_get_snippet="";}};rcp_get_snippet=rcp_get_snippet.replace(/<[^>]*>/g,"");if(rcp_get_snippet.length<rcp_snippet_length){var rcp_snippet=rcp_get_snippet}else{rcp_get_snippet=rcp_get_snippet.substring(0,rcp_snippet_length);var space=rcp_get_snippet.lastIndexOf(" ");rcp_snippet=rcp_get_snippet.substring(0,space)+"&#133;";};for(var j=0;j<entry.link.length;j++){if('thr$total'in entry){var rcp_commentsNum=entry.thr$total.$t+' '+rcp_comment}else{rcp_commentsNum=rcp_disable};if(entry.link[j].rel=='alternate'){var rcp_posturl=entry.link[j].href;if(y!=-1){rcp_posturl=rcp_posturl+'?m=0'}var rcp_postdate=entry.published.$t;if('media$thumbnail'in entry){var rcp_thumb=entry.media$thumbnail.url}else{rcp_thumb="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9fYYZOLe9gvd9oWIW5Z2qHHaTEiCI7i58mNsArYBKdSU_j2_HKlHZ_p4jHENwlty6SoLhh_xEhpZxxzck_onfobpjdKbKHjPl7Boa3gwQgyEtVviDpNWF5U7sJT87ScMRSZHc3iNBvwfD/"};}};dw+='<li>';dw+='<img alt="'+rcp_posttitle+'" src="'+rcp_thumb+'"/>';dw+='<div><a href="'+rcp_posturl+'" rel="nofollow" title="'+rcp_snippet+'">'+rcp_posttitle+'</a></div>';if(rcp_info=='yes'){dw+='<span>'+rcp_postdate.substring(8,10)+'/'+rcp_postdate.substring(5,7)+'/'+rcp_postdate.substring(0,4)+' - '+rcp_commentsNum+'</span>';};dw+='<div style="clear:both"></div></li>';};dw+='</ul>';document.getElementById('recent-posts').innerHTML=dw;};document.write('<script type=\"text/javascript\" src=\"/feeds/posts/default?alt=json-in-script&max-results='+rcp_numposts+'&callback=recent_posts\"><\/script>');
</script>
</div>

After that, click on the Orange Save button to apply the changes.
Refresh your blog and see the magic.
Hurray:) You have successfully Installed this widget on your blog.

That's it ! I hope you like this widget! Stay tuned for more cool widgets! Thanks for reading this article @Prince
Load comments

0 Comment to "New Recent Post Widget With Date & Comments"

Post a Comment