Changeset 45293
- Timestamp:
- 05/11/08 19:30:50 (2 months ago)
- Files:
-
- immerstat/trunk/readme.txt (modified) (2 diffs)
- immerstat/trunk/screenshot-1.jpg (moved) (moved from immerstat/trunk/screenshot1.jpg)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
immerstat/trunk/readme.txt
r45292 r45293 11 11 == Description == 12 12 13 ImmerStat places a .PNG in the top-right corner of your admin screen with your current WordPress.com pageview statistics. The graphic is provided using the Google Charts API.13 ImmerStat places a .PNG in the top-right corner of your admin screen with your current WordPress.com pageview statistics. You must also have the [WordPress.com Stats plugin](http://wordpress.org/extend/plugins/stats/) installed and configured. The graphic is provided using the [Google Charts API](http://code.google.com/apis/chart/). 14 14 15 15 It also removes the WordPress.com Stats panel from the dashboard. If you want to see all the information that WordPress.com Stats provides, you can still go to that subpage. Your dashboard no longer has any Flash elements on it! 16 17 ImmerStat has been tested in WordPress 2.5. It should work in versions 2.3 and 2.2, but it hasn't been tested there. Please let [me](mailto:scompt@scompt.com) know if there are any problems. 16 18 17 19 == Installation == … … 19 21 1. Upload the `immerstat` directory to the `/wp-content/plugins/` directory 20 22 1. Activate the plugin through the 'Plugins' menu in WordPress 23 24 == Configuration == 25 26 There's no Options/Settings panel for ImmerStat. Instead, a number of filter hooks are provided to change the default behavior. Here's what they are. 27 28 = immerstat_days = 29 30 This is the number of days that should be displayed. The default value is `30`. 31 32 = immerstat_colors = 33 34 This is an associative array that represents the colors that will be used for the graph. It has 3 keys: `bg`, `under`, `line`. The values are guessed for the current admin color scheme in use. 35 36 = immerstat_img_link_args = 37 38 This is an associative array of arguments that will be sent to the [Google Charts API](http://code.google.com/apis/chart/). Check out that link for the various options available. 21 39 22 40 == Frequently Asked Questions ==
