Jisko for WordPress

Jisko for WordPress displays yours latest jisko notes in your WordPress blog.

Author:Ricardo González (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:2.7
Plugin version:1.0.2
Added to WordPress repository:03-08-2008
Last updated:08-02-2009
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://rick.jinlabs.com/code/jisko
Total downloads:1 596
plugin download
Click to start download

Jisko for WordPress displays yours latest jisko notes in your WordPress blog.

Features

*  Simply
*  Customizable
*  Widget support
*  No options page (yes, its a feature)
*  Uses WordPress resources (no extra files needed)
*  Detects URLs, e-mail address and @username replies

Usage

If you use WordPress widgets, just drag the widget into your sidebar and configure. If widgets are not your thing, use the following code to display your public Jisko messages:

<?php jisko_messages("username"); ?>

For more info (options, customization, etc.) visit the plugin homepage.

Customization

The plug in provides the following CSS classes:

* ul.jisko: the main ul (if list is activated)
* li.jisko-item: the ul items (if list is activated)
* p.jisko-message: each one of the paragraphs (if msgs > 1)
* .jisko-timestamp: the timestamp span class
* a.jisko-link: the jisko note link class
* a.jisko-user: the @username reply link class