https://github.com/webklex/tiny-file-visitor-counter
https://github.com/webklex/tiny-file-visitor-counter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webklex/tiny-file-visitor-counter
- Owner: Webklex
- License: mit
- Created: 2016-01-28T19:41:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T23:57:55.000Z (over 10 years ago)
- Last Synced: 2025-01-30T19:55:48.112Z (over 1 year ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TF Counter
### Tiny File based visitor counter plugin for Wordpress
Contributors: Webklex
Donate link: http://webklex.com
Tags: visitor, counter
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This Plugin provides you with some very basic and simple visitor counter for your Wordpress site.
## Description
There isn't much to say about this plugin. Just give it a try and find out ;)
## Installation
1. Upload the unziped content of `tiny-file-visitor-counter.zip` to the `/wp-content/plugins/tiny-file-visitor-counter` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Head over to the settings section and push at least once the save button
## Usage
After you activated the plugin you can access the plugin anywhere at any time you want.
Just place some of the following HTML code right there where you want the statistics displayed:
```
Now Online:
Last day:
Last week:
Last month:
Last year:
```
An example could be a text widget which might be placed somewhere in the sidebar or footer section.
## Screenshots
Havn't done any jet..
## Changelog
#### 0.01a
* INIT