drupal visit counter

1.5k views Asked by At

I am new to drupal. i am making site in which requirement to implement counter as like provided by feedgit.com

this site provide widget to install. i have implemented on blog http://sonuit.blogspot.com/.

I want this in drupal.

please suggest for it.

Thanks

2

There are 2 answers

1
alxp On

For this you should probably create a new Block and embed the widget code into that. The tricky bit is that you will need to create a new input format that doesn't filter out embedded JavaScript.

For that go to Admin / Site configuration / Input formats, create a title such as "allow javascript"

Now create a new block as usual and Choose your new input format. Then you should be able to paste in the widget code and have it appear on the page. Use the block settings to control where to put the block.

0
matto3c On

You can try to use also ExtraWatch counter and live stats which is for drupal and has various features you'd like