An open API service indexing awesome lists of open source software.

https://github.com/webklex/tiny-file-visitor-counter


https://github.com/webklex/tiny-file-visitor-counter

Last synced: about 1 year ago
JSON representation

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