Page 1 of 1

Posting Page Counters on Home Page

Posted: Mon Sep 13, 2010 10:00 pm
by rgossard
How do you post a page counter on the Home Page. I tried copying and pasting the link, but that doesn't work. There must be a trick to it. Please be specific, I'm not too savy. Thanks.

Re: Posting Page Counters on Home Page

Posted: Mon Sep 13, 2010 10:08 pm
by FTMSupport
You can use any of the many free page counter sites out there to put a page counter on your home page. Most will give you a simple bit of HTML to copy/paste to your page. Doing a Google search, here are a few:

http://www.easycounter.com/FreeCounter3.html" onclick="window.open(this.href);return false;

http://www.e-zeeinternet.com/" onclick="window.open(this.href);return false;

http://www.website-hit-counters.com/" onclick="window.open(this.href);return false;

NOTE: We do not endorse and have not used any of these... they are just examples of the many that are available... if other users want to chime in with a page hit counter, feel free.

Re: Posting Page Counters on Home Page

Posted: Tue Sep 14, 2010 7:06 am
by iscore@tragus.org
What about Google Analytics? They want a scrap of javascript in the <head> section of the page. Pasting it into the HTML of the team site home page doesn't seem to work.

Re: Posting Page Counters on Home Page

Posted: Tue Sep 14, 2010 8:48 am
by OhioTex
have used a couple all newbie friendly.

http://www.website-hit-counters.com/" onclick="window.open(this.href);return false;
(it can send you an email weekly of results, but when running multiple team sites, it is hard to discern which site is what in their email summary)).

am testing HTML only version at
http://statcounter.com/" onclick="window.open(this.href);return false;
(have to log on to see stats, but has simple graphics)


have not tried google analytics, but i could see where it would not work well as the html editor only edits is in the <body> not the <head>

Re: Posting Page Counters on Home Page

Posted: Wed Sep 15, 2010 1:47 pm
by rgossard
When I cut & paste the code into my home page, just the code appears - no counter, no nothing. It is probably something simple?

Re: Posting Page Counters on Home Page

Posted: Wed Sep 15, 2010 4:48 pm
by FTMSupport
Try clicking the little HTML icon in the upper left corner to put yourself in "HTML edit mode". Then paste the code into that view and save. When using the Visual editor, it converts everything to pure text. When copy/pasting HTML snippets from other places, you need to be in HTML mode.

Re: Posting Page Counters on Home Page

Posted: Wed Sep 15, 2010 7:42 pm
by rgossard
That worked thanks.