- cybusiness
- Flag Newbie
Offline
- Registered: February 16, 2010
- Posts: 2
Help please
Pro flag counter.
I want to know, if my visitors can click on my flag counter image and see the statistic, after i upgrade to PRO.
- cristean
- Flag Enthusiast
Offline
- From: Glasgow, Scotland, UK.
- Registered: February 2, 2010
- Posts: 886
Re: Help please
cybusiness wrote:
Pro flag counter.
I want to know, if my visitors can click on my flag counter image and see the statistic, after i upgrade to PRO.
I could br wrong... [I've only got the free flagcounter] but to my knowledge...
I think the only stats you get with FC is the country the visitor comes from & the number of page views, and I think you visitors will see the above stats when your page is visited.
- cybusiness
- Flag Newbie
Offline
- Registered: February 16, 2010
- Posts: 2
Re: Help please
yes, but can they click on, like now, or they are going to see only the image of my flag counter?
Basically i want to know if my visitors can click on the flag counter, after i get the pro flag.
I dont want them to leave my site by clicking on the flag counter. This is my problem
Last edited by cybusiness (February 16, 2010 5:57 pm)
- •Thread Starter
- blogannath
- Flag Collector
Offline
- Registered: November 21, 2009
- Posts: 353
Re: Help please
Your flagcounter code will start out with text like the below:
<a href=" src="
/count/123/bg=FFFFFF/txt=000000/border= . . . . . .
I have put a bunch of "."s to indicate that this is just a sample. If you don't want people to leave your site when they click on the image, modify the code like this:
<a href=" target="_blank"><img src="
/count/123/bg=FFFFFF/txt=000000/border= . . . . . .
This will cause the statistics about your site to open in a separate tab or window rather than replacing your website in browser. Hope that helps.
Website:
- Grishend
- Flag Fanatic
Offline
- From: China - Indonesia
- Registered: September 1, 2009
- Posts: 1,137
Re: Help please
Alternatively, you can remove the link. Though I think blogannath's solution is better.