Wednesday, August 12, 2015

How To Add/Remove page/Post View Counter Widget For Blogger

Most of you are always thinking of a way to track that how many times is your posts or articles on your blog are viewed. Blogger a major free blog hosting provider does not have a individual post views counter widget like other blogging platforms, wordpress have. This is new improved version must work smoothly for all blogger blogs.


1.  Log into your Blogger dashboard. Go to layout and than click on edit/html

Now check on expand widget content , than find the bellow code
<div class='post-header-line-1'>

and paste the bellow code after the above line
<div class="code">

<b:if cond='data:blog.pageType == &quot;item&quot;'><img height='16' src='http://forums.bit-tech.net/images-light/misc/stats.gif' width='16'/><img alt='counter' expr:src='&quot;http://demo.bloggerwidgets.cz.cc/counter.php?page=&quot; + data:post.id + &quot;&amp;digit=4&quot;'/> <b>Views</b><b:else/><img height='16' src='http://forums.bit-tech.net/images-light/misc/stats.gif' width='16'/><img alt='counter' expr:src='&quot;http://demo.bloggerwidgets.cz.cc/counter2.php?page=&quot; + data:post.id + &quot;&amp;digit=4&quot;'/> <b>Views</b></b:if>
Now click "Save Template"
Please throw your feedback if does not above code.