Post views, page views counter |
*How to add page view, post views counter in blog or website*
Nowadays every blogger or website holder think to have an option by which I can see how many people viewed my blog's posts or pages, So today i came with a great method for you people to have a "view option" in your blog/website by which you easily check your page or post views. I am sure this will help you a lot to know the views of each and every page and post.
A lot of people requested me to show them a method by which this can be possible. So, after some research I found a solution for you people.
It’s really easy to use this method.
Let me show you how to add the post or page views widget for you blog:
1. Go to your blog dashboard.
2. First of all Click on "Template".
> Then click on "Edit HTML" button.
> Then find the following code present below in the coding area.
<div class='post-header-line-1'/>
For this click in the editing area anywhere and press "CTRL + F" button and a finder box will open. paste the code above there and find it.
Watch the picture below to get it.
And when you find it, paste the widget code after or below it. Check the picture below.
Widget Codes for post views:
Code 1: Style 1. (With Icon):
CODE:
<b:if cond='data:blog.pageType == "item"'><div align='center' style='border:solid 2px #999999; padding:2px; margin:2px; width:100px; display:compact'><img height='16' src='http://forums.bit-tech.net/images-light/misc/stats.gif' width='16'/> <a href='http://www.letshowto.blogspot.com'><b><font size='2'><script src='http://nirav07.ulmb.com/counter.php' type='text/javascript'/> Views</font></b></a></div></b:if>
Code 2: Style 2. (Without Icon):
CODE:
<b:if cond='data:blog.pageType == "item"'><div align='center' style='border:solid 2px #999999; padding:2px; margin:2px; width:100px; display:compact'><a href='http://www.letshowto.blogspot.com'><b><font size='2'><script src='http://nirav07.ulmb.com/counter.php' type='text/javascript'/> Views</font></b></a></div></b:if>
Dear will it work separately for each post or it will return commutative results?
ReplyDeleteNo, It will work for all the posts automatically.
DeleteSorry for late response!
Is there any method for blogger to display counter on each post without using third party data base? I means any code to count each post views and display on every post.
ReplyDeleteOr we can use google docs to upload blogger posts view database?
Your urgent response will be highly appreciated.
Thanks
i will soon find a way for it and will share. Thanks
Deletethank you for the tip.
ReplyDelete