Pownce for WordPress

Displays your public Pownce messages for all to read.

Author:Ronald Heft, Jr. (profile at wordpress.org)
WordPress version required:2.2
WordPress version tested:2.6
Plugin version:1.3
Added to WordPress repository:02-07-2007
Last updated:15-07-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://cavemonkey50.com/code/pownce/
Total downloads:3 066
plugin download
Click to start download

Pownce for WordPress displays your public Pownce messages for all to read.

Usage

If you use WordPress widgets, just drag the widget into your sidebar and configure. If widgets aren’t your thing, use the following code to display your public Pownce messages:

<?php pownce_messages('username'); ?> 

Pownce for WordPress also has several configurable options. Here’s what you can configure:

<?php pownce_messages('username', num_of_msgs, output_in_list, display_timestamp, display_replies); ?> 

So, if I wanted to display 3 messages, not in a list, with no replies, I would use the following:

<?php pownce_messages('cavemonkey50', 3, false, true, false); ?>