|
|
There are
lots of website/blog counter widgets available on internet.Blogger
itself provide blogger stats widget for publisher to know about the site
stats.in today post we will learn how to add post views/page views counter
widget/plugin to blogspot blog.almost every publisher will like to know
how many
people viewed the post.so here it is without further delay,lets learn
and implement it straight away.
This Widget was first shared by www.allblogtools.com.i am sharing it with Visitors.
How to Add This Plugin to Blogger.
We will do
it in two steps.in first step you have to choose the widget style,
and in step
2 we will paste the code in blogger template.
Style ONE ! Widget with icon !
<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.technosati.com'><b><font
size='2'><script src='http://nirav07.ulmb.com/counter.php'
type='text/javascript'/> Views</font></b></a></div></b:if>
Style TWO : No Icon in Widget !
<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.technosati.com'><b><font size='2'><script src='http://nirav07.ulmb.com/counter.php' type='text/javascript'/> Views</font></b></a></div></b:if>
Now GO To
Blogger template >Edit HTML>Click on Expand Widget Template
Now Find
this code in template ( use Ctrl+F To Find Code)
<div class='post-header-line-1'/>
After it
paste the style one code or style two code in template
If you did
not find the code don’t worry search this code in template
<data:post.body/>
When you
find it just paste the widget code before it.its all done
Save your
template and see the beautiful widget on your post pages.



3 comments:
Thanks a lot dear for this hack. I was looking for this tip for a long time but you make it easy for me. Can you please tell me how can I add post views counter like for individual posts? Please reply!
no works
Thanks for sharing, I was looking for this since one year
it is working on my blog
Post a Comment