Word Count Widgets
What's a Widget?
The Word Count Widgets are a set of dynamic images that you can embed in or link to from any web page. There are Widgets to display personal, regional, and head-to-head word-count progress. (There's no need to embed them in your sig here on the site - we display your word count and progress on your profile and every forum post already!)
The Widgets require you to know a user's system name. You can find your user system name by looking at the URL of your Profile page. You can find a region system name by looking at the URL of one of the regional forums pages.
Participant Widget
The Participant Widget is called with your user system name. Example:
<img src="http://www.nanowrimo.org/widget/LiveParticipant/jezra.png" />
This one rotates to a different image (coffee mug, pens, computer, manuscript) throughout the course of the day. When you win, the "participant" changes to "winner."
Participant Widget With Username
The Participant Widget with Username features the NaNoWriMo username attached to the user system name. Example:
<img src="http://www.nanowrimo.org/widget/LiveSupporter/jezra.png" />
This one also rotates to a different image (coffee mug, pens, computer, manuscript) throughout the course of the day. When you win, the "participant" changes to "winner."
My Month
My Month is a simple display showing overall progress and how you did on any given day. Light green and red show where you were above or below the goal for the day, bold green and red are reserved for days where you did exceptionally well or monumentally badly. Example:
<img src="http://www.nanowrimo.org/widget/MyMonth/jezra.png">
Graph
The Graph is called with your user system name. Example:
<img src="http://www.nanowrimo.org/widget/graph/jezra.png" />
Word War
The Word War Widget requires from two to five user system names, separated by commas. Example:
<img src="http://www.nanowrimo.org/widget/WordWar/jezra,jezra.png" />
Region Status
A very simple graph showing a single region's name and wordcount. Example:
<img src="http://www.nanowrimo.org/widget/RegionStatus/usa-california-east-bay.png" />
Region War
The Region War Widget takes from two to five region system names, separated by commas. Example:
<img src="http://www.nanowrimo.org/widget/RegionWar/usa-california-east-bay,usa-california-east-bay,usa-new-york-new-york-city.png" />
Options
Many reports can now be modified with options. You can mix and match the options, turning the wordcount off and other options on. Play with it and see what you like! Each option in the URL is separated with commas (,) and can be given in any order.
- wc
- Turn word count off
- days
- Turn "days left in nano" on
- pc
- Turn "percent complete" on
- goal=12345
- Where 12,235 is the new goal, superceding the default 50K
- people
- Display number of people in a region
Examples:
Word War - Custom Goal

<img src="http://www.nanowrimo.org/widget/WordWar/jezra,jezra,goal=75000.png" />
Will display a 2-person word war with everyone's graph scaled against a common goal of 75,000 words.
Mini Graph - Percent Complete & Days

<img src="http://www.nanowrimo.org/widget/graph/jezra,wc,pc,days.png" />
Will display my mini-graph showing just the percent complete and days left because the "wc" option turned off the normal wordcount.
