https://github.com/jazzsequence/updated-blog-metrics
Based on Joost's Blog Metrics plugin, this WordPress Plugin provides author metrics over the past year, rather than just the past 30 days
https://github.com/jazzsequence/updated-blog-metrics
Last synced: 5 months ago
JSON representation
Based on Joost's Blog Metrics plugin, this WordPress Plugin provides author metrics over the past year, rather than just the past 30 days
- Host: GitHub
- URL: https://github.com/jazzsequence/updated-blog-metrics
- Owner: jazzsequence
- Created: 2011-12-28T16:01:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-17T16:40:01.000Z (about 14 years ago)
- Last Synced: 2024-12-27T11:17:39.426Z (about 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Updated Blog Metrics ===
Contributors: jazzsequence, joostdevalk
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6
Tags: statistics
Requires at least: 2.3
Tested up to: 3.3
Stable tag: 1.2.6
Based on Joost de Valk's Blog Metrics plugin, provides author metrics for the last year.
== Description ==
Based on ideas in an [excellent post](http://www.kaushik.net/avinash/2007/11/blog-metrics-six-recommendations-for-measuring-your-success.html) by Avinash Kaushik this plugin calculates the following:
* average number of words per post
* average number of comments per post without your own comments
* average number of trackbacks per post
* average number of words used in comments to posts
and it calculates the same data for the last year, and for each author too!
Includes a widget for your sidebar too!
More info:
* [Blog Metrics](http://yoast.com/wordpress/blog-metrics/).
* Read more about [WordPress SEO](http://yoast.com/articles/wordpress-seo/) so you can get the most out of this plugin.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `updated_blog_metrics.php` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. The plugin will appear as a subpage on your dashboard.
== Changelog ==
* 1.3: replaced months with years, removed Yoast posts, created fork
* 1.2.6: fixed access to the Blog Metrics menu.
* 1.2.5: added Ozh Dropdown Admin Menu icon and settings link on the plugins page.
* 1.2.4: Fixed several warnings
* 1.2.3: fixes for 2.7
* 1.2.1: fixed a bug where std dev would show when n=1
* 1.2: cleaned up some code and fixed WP 2.6 compatibility.
* 1.1: fixed a few divisions by zero.
* 1.0: added standard deviation, and a widget for your sidebar
* 0.3: added data per author, separated comments and trackbacks, and improved data reliability by using better queries.
* 0.2: added data for the last month.
* 0.1: initial version.