felladrin / online-visitors-counter

Real-time online visitors counter using Ajax, PHP PDO and SQLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i set a position on a page ?

mrzeeshanplus opened this issue · comments

like i want to fixed a position at sidebar .. i do not want to show it whole website ..how can i do that?
thanks in advanced .

You can manually place this code anywhere on your template:
<a id="online-visitors-counter"></a>
And it will be used as the counter.
No other element will be created.

Reference: https://github.com/felladrin/online-visitors-counter/blob/master/ovc/counter.js#L87

thanks alot again

You're welcome!