I have been asked by some bloggers from several weeks for a widget which can show most popular posts of their blogs. I was really shocked that there wasnot a widget for showing most popular posts for blogger blogs.
So I started seaching most popular post widget for blogger on google and some other sites on my friend bloggers' request. Well what I found was very surprising and disturbing too.
1. Change starting post view count number : by changing the var numposts = 50;
Now How to install your most popular post widget ??
Follow the below path : Layout-> Page elements-> Add an element
Paste it in an HTML/JavaScript element , name it post popular post and you are done.
Congrats for the getting most avaited and important widget for blogger blogs.
So I started seaching most popular post widget for blogger on google and some other sites on my friend bloggers' request. Well what I found was very surprising and disturbing too.
I found several posts on blogs and websites refering to some services and widgets. But they all were disgusting.
I will tell you why...
Why other most popular widgets are disgusting????
They are disgusting because either they are not working on the principle of most viewed posts or if you find one like the affliate brand's it will not get mixed into your content very much. As these companies are more keen on their links and traffic rather consumer satisfaction and needs.
Anyways without delaying any further I would like to present the most avaited and must for blog widget - "the most popular posts widget for blogger blogs"
Features of this most popular posts widget :
Now the code part and how to install your most popular post widget ??
Copy this Code and paste in your HTML/JavaScript element..
Customisation of most popular post widget:
I will tell you why...
Why other most popular widgets are disgusting????
They are disgusting because either they are not working on the principle of most viewed posts or if you find one like the affliate brand's it will not get mixed into your content very much. As these companies are more keen on their links and traffic rather consumer satisfaction and needs.
Anyways without delaying any further I would like to present the most avaited and must for blog widget - "the most popular posts widget for blogger blogs"
Features of this most popular posts widget :
- It works completely on the principle of traffic to the post or the number of views of the post rather than most commented or more backlinks. So its the most correct and acuurate widget or post popular posts.
- It easily gets mixed into your content and simply looks like it has been provided by blogger.com itself.
- Even after above two features it is customisable as you can enter the number of view counts as the starting count for number of views of each post.
- You can even customize the number of posts to be shown on your blog as post popular in the descending order ofcourse.
- It shows the number of views on each most popular post, so it also provides you an idea to the viewer and blogger about the popularity of his/her posts.
Now the code part and how to install your most popular post widget ??
Copy this Code and paste in your HTML/JavaScript element..
<style>img.recent_thumb {padding:1px;width:55px;height:55px;border:0;float:right;margin:0 0 5px 10px;}.recent_posts_with_thumbs {float: left;width: 100%;min-height: 70px;margin: 5px 0px 5px 0px;padding: 0;font-size:12px;}ul.recent_posts_with_thumbs li {padding-bottom:5px;padding-top:5px;min-height:65px;}.recent_posts_with_thumbs a {text-decoration:none;}.recent_posts_with_thumbs strong {font-size:10px;}</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script style='text/javascript' src="http://stylifyyourblog1.googlecode.com/svn/trunk/recentpostticker.js" ></script>
<script style='text/javascript' src='http://blogergadgets.googlecode.com/files/recentpostswiththumbnailsv3.js'></script>
<script style='text/javascript'>
var numposts = 50;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
$(document).ready(function () {$('#sai').vTicker({
speed: 500,
pause: 3000,
showItems: 6,
animation: 'fade',
mousePause: false,
height: 0,
direction: 'up'
});});
</script>
<div id="sai">
<script src='http://YOURBLOGURL.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs'></script>
</div>
Customisation of most popular post widget:
1. Change starting post view count number : by changing the var numposts = 50;
Now How to install your most popular post widget ??
Follow the below path : Layout-> Page elements-> Add an element
Paste it in an HTML/JavaScript element , name it post popular post and you are done.
Congrats for the getting most avaited and important widget for blogger blogs.
No comments:
Post a Comment