Friday, July 16, 2010

Adding a counter to a Blogger template?

I get free counters from Amazing Counters, and I don't know how to add this into my Blogger blog. I realize that I have to change some of the template, but I don't know exactly what to change. I have the code for the counter, if that's necessary information. I'd really appreciate some help. ^_^

Adding a counter to a Blogger template?
This is what you do:





1) Go to your template tab.


2) In the code window that you see, scroll down till the end till you see





%26lt;!-- Begin #footer --%26gt;%26lt;p%26gt;%26lt;!-- This is an optional footer. If you want text here, place it inside these tags, and remove this comment. --%26gt; %26lt;/p%26gt;


%26lt;/div%26gt;%26lt;/div%26gt;%26lt;/div%26gt;


%26lt;!-- End #footer --%26gt;





Add the script that Amazing Counters gave you just after %26lt;!-- Begin #footer --%26gt;





3) Save the template.





4) Now you are good to go.





5) You will see the counter button in your right hand panel.





You can log onto my blog.....kavinpmehta.blogspot.com and scroll down till you see the SITEMETER button on the right panel.





This is how it will look in the end:





%26lt;div id="footer"%26gt;%26lt;div%26gt;%26lt;div%26gt;%26lt;hr /%26gt;





%26lt;script src="http://www.google-analytics.com/urc... type="text/javascript"%26gt;


%26lt;/script%26gt;


%26lt;script type="text/javascript"%26gt;


_uacct = "UA-XXXXX";


urchinTracker();


%26lt;/script%26gt;





%26lt;p%26gt;%26lt;!-- This is an optional footer. If you want text here, place it inside these tags, and remove this comment. --%26gt; %26lt;/p%26gt;


%26lt;/div%26gt;%26lt;/div%26gt;%26lt;/div%26gt;


%26lt;!-- End #footer --%26gt;


No comments:

Post a Comment