Linux 软件免费装

Pownce for WordPress

开发者 cavemonkey50
更新时间 2008年7月15日 12:19
捐献地址: 去捐款
PHP版本: 2.2 及以上
WordPress版本: 2.3

标签

widget widgets pownce

下载

1.2 1.23 1.24 1.3 1.21 1.22

详情介绍:

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

安装:

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