Description
Brings an up-to-date word count to your blog directly from the NaNoWriMo website via the NaNoWriMo Word Count API.
Installation
Unzip and upload to /wp-content/plugins/ directory
Activate the plugin
Customize your badge
Add the following code to your author.php file:
<?php
if(isset($_GET['author_name'])) {
$curauth = get_userdatabylogin($author_name);
} else {
$curauth = get_userdata(intval($author));
}
if(function_exists('nanostats_profile')){
nanostats_profile($curauth->ID);
}
?>
Discussion
Questions, calls for help, bug reports, and suggestions can be made on this forum.
You can also talk to us in our chat room. We’re always happy to hear from you.




