We'll create fresh WordPress site with ProgPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.
ProgPress provides a simple
shortcode for creating
progress meters on your WordPress site. They can be used to track
just about anything where you count up towards a goal: word-count,
fundraising, etc. You can put them in individual posts and pages, or
include them in text widgets.
To insert a meter simply use the [progpress]
shortcode:
[progpress title="My Project" goal="100000" current="1234"]
The [progpress]
shortcode has the following options:
title
: A string containing The title for your meter.goal
: A number. The one you are working towards.current
: A number showing how far along you are.previous
: You can put your previous value of current
herelabel
: What it is that you’re counting, like "words"
forseparator
: A character or string to display betweengoal
. Defaults to "/"
.class
: An extra CSS class to apply to the meter container.prefix
: A character or string to display before each numberProgPress was designed to be customizable via CSS. I’ve provided
some examples in the Screenshots section.
If you are participating in NaNoWriMo, ProgPress can automatically
track your progress. Just enable the additional ProgPress –
NaNoWriMo Support plugin (in addition to ProgPress), and set the
nanowrimo attribute to your NaNoWriMo username (this is a change
from last year where your user id was used).
[progpress title="My NaNoWriMo Progress" nanowrimo="jczorkmid" label="words"]
So as to not overload their servers, the plugin caches your word count
info, so it may not update immediately when you update your word count
at nanowrimo.org.
Note that as of November 10, 2011 the NaNoWriMo Word Count API is
not yet officially released. At times it seems to return invalid
errors saying your user doesn’t exist, or you don’t have a novel in
progress this year. In my testing this clears itself up after a bit,
and once some data has been loaded WordPress will cache it rather than
continue to display errors if it keeps going up and down.
Special thanks to Kris Johnson,
K. L. Kerr, Chris
Miller, Debbie Ohi,
and Scott Philips for their feedback and
support.