Jun 23, 2008
WordPress Plugin - Clicky Statistics
Tutorials & Resources | WordPress
This plug-in retrieves Clicky statistics of your website via Clicky API 2.0 with cache supported.
You may define:
- Types of statistics to be displayed
- Statistics date range
- The maximum number of results that will be returned
- Cache timeout duration
- Multiple string replacements
Before using this plugin, you need to register a Clicky account, and setup Clicky WordPress Plugin.
Version:1.0
Tested on:WordPres 2.5.1
Download:clicky-statistics.zip
Installation:
- Upload all files to wp-content/plugins/
- Activate the plugin on the plugin screen
- Go to Settings -> Clicky Statistics to enter your site ID, site key and manage other settings
Usage:
Place <?php get_clicky_statistics(’STATISTIC_TYPE’, ‘STYLE’); ?> where you would like the information to appear.
STATISTIC_TYPE (default: summary)
- summary (Clicky ranking, number of visitors, number of actions, total amount of time spent, visitors online)
- pages (popular pages on your site)
- traffic_sources (how visitors are arriving at your site)
- active_visitors (the people who have visited your site the most often)
- outbound_links (popular outbound links)
- incoming_links (popular incoming links)
- incoming_domains (popular incoming domains)
- countries (countries that your visitors are from)
STYLE (default: li)
- li (use <li class=”clicky_statistics”></li>)
- br (use <br />)




















2 Comments, Comment or Ping
Corbloon
I agreed with you
Aug 3rd, 2008
adeneFueda
well done, dude
Oct 7th, 2008
Reply to “WordPress Plugin - Clicky Statistics”