Title: Pownce for WordPress
Author: cavemonkey50
Published: <strong>July 2, 2007</strong>
Last modified: July 15, 2008

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/pownce-for-wordpress.svg)

# Pownce for WordPress

 By [cavemonkey50](https://profiles.wordpress.org/cavemonkey50/)

[Download](https://downloads.wordpress.org/plugin/pownce-for-wordpress.1.3.zip)

 * [Details](https://wordpress.org/plugins/pownce-for-wordpress/#description)
 * [Reviews](https://wordpress.org/plugins/pownce-for-wordpress/#reviews)
 *  [Installation](https://wordpress.org/plugins/pownce-for-wordpress/#installation)
 * [Development](https://wordpress.org/plugins/pownce-for-wordpress/#developers)

 [Support](https://wordpress.org/support/plugin/pownce-for-wordpress/)

## Description

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); ?> 
    ```

## Installation

Drop pownce.php into /wp-content/plugins/ and activate the plugin.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pownce for WordPress” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ cavemonkey50 ](https://profiles.wordpress.org/cavemonkey50/)

[Translate “Pownce for WordPress” into your language.](https://translate.wordpress.org/projects/wp-plugins/pownce-for-wordpress)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pownce-for-wordpress/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pownce-for-wordpress/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pownce-for-wordpress/)
by [RSS](https://plugins.trac.wordpress.org/log/pownce-for-wordpress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.3**
 *  Last updated **18 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 2.2 or higher **
 *  Tested up to **2.6**
 * Tags
 * [Pownce](https://wordpress.org/plugins/tags/pownce/)[widget](https://wordpress.org/plugins/tags/widget/)
   [widgets](https://wordpress.org/plugins/tags/widgets/)
 *  [Advanced View](https://wordpress.org/plugins/pownce-for-wordpress/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pownce-for-wordpress/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pownce-for-wordpress/reviews/)

## Contributors

 *   [ cavemonkey50 ](https://profiles.wordpress.org/cavemonkey50/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pownce-for-wordpress/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://cavemonkey50.com/code/)