There are much more methods are available for this trick, which includes the ".php" file uploading and then putting its link into the code and so on...
And because of this, most of those methods are not working as per the user requirements and user simplicity.
1. There is no ".php" and also no uploading.
2. No JavaScript
3. Direct copy paste to work.
4. User defined start count.
5. You can designate for unique visitors.
6. You can prefer comma separated counter-number.
7. It can be installed anywhere on page.
8. You can use it as a site counter.
Actually, this counter code is coming from http://www.branica.com. It's a great site.
DEMO:
Just go with these steps:
1. Go to your template HTML editor.
2. Click ‘Expand Widgets Templates’.
3. Now if you want this counter to work as a post-view-counter,
a: If you want to show counter below post-title and near to the author-name,then find;
<span class='post-author'
or something like this code (<span class='post-labels’ or span class='post-timestamp or span class='post-comment-link)and then below it paste the following post-view-counter code.
b. If you want to show counter after post then find
<data:post.body/>
and then below it paste the following post-view-counter code.
Here is the post-view-counter code:
<b:if cond='data:blog.pageType == "item"'>
<span class='post-counter'>
| Post views:<img src="http://counters.branica.com/?i=123456789&u=false&ox=10&oy=17&c=000000&b=plain.jpg&f=Terminator.ttf&fn=false&w=110&h=25&s=10" height='25' style='border:0px;padding:0px;margin-top:-5px;margin-bottom:-10px;;margin-left:0px;' width='110'/>
</span>
</b:if>
4. Now if you want this counter works as site-counter then put the following site-counter code in widget (as html code)
Here is the site-counter code:
<table cellpadding=0 cellspacing=0 border=0><tr><td><a href="http://www.branica.com/hosting.html"><img id="counter" src="http://counters.branica.com/?i=123456789&u=false&ox=10&oy=17&c=000000&b=plain.jpg&f=Terminator.ttf&fn=false&w=110&h=35&s=10" alt="Click for Branica Hosting" width="110" height="35" style="border:none"/><br><font color="#838383" size="-3"></a></font></td></tr></table>
5. Settings:
a. You can set starting count: Find in code i=123456789 and change ‘123456789’ to your value.
b. If you want to view unique visitors then find u=false and change ‘false’ to ‘true’
c. If you want comma to separate numbers like
then find fn=false and change ‘false’ to ‘true’
FINAL WORDS:
This will provide you the details about page-view-count for your site as well as each post-page, in case you want more comprehensive statistics then have to register at branica.com site.
0 Response to "View Count For Site & Each Post"
Post a Comment