Introduction
Jaiku is a widget plugin to allow you display your latest presences on your blog.
Installation
- Extract the file.
- Put the folder jaiku to /user/plugins and activate it.
- Copy and paste the following line to your theme.
<?php $theme->jaiku(); ?>
Configuration & Customization
After activated it, click Configure button to setup the plugin.
- Jaiku Username – Your login name on Jaiku.
- № of Presences – Number of presences to show.
- Cache Expiry (in seconds) – Number of second after the call that the cache will expire.
You can copy jaiku.php to your theme directory and modify the HTML output.
Advanced Usage
You can pass parameters when you call $theme->jaiku() in the theme. This way, you can have more than one Jaiku on a page. Please see FlickrFeed for an example.
You do not have to put every parameters, missing parameters will use what you have set in admin. Following are supported parameters.
| Name | Value allowed |
| username | Your Jaiku username |
| limit | Positive integer |
| cache_expiry | Positive integer |
Download
Jaiku (Latest release)
Changelog
- 0.4.1 (2008-09-01) – Bugfix: Syntax error in set cache.
- 0.4 (2008-08-26)
- Support custom settings when call.
- Fix cache conflict in multiple sites.
- Fix a stupid bug on validate_uint(). (You will never pass this validation! XD)
- Change license to Apache License 2.0
- 0.3.1 (2008-07-25) – Better handling request timeout or unexpected response.
- 0.3 (2008-06-10) – Now you can show multiple presences.
- 0.2.1 (2008-06-09) – Validate user inputs.
- 0.2 (2008-06-04) – Updated to work with the new FormUI.
- 0.1.1 (2008-06-04) – Remove some unnecessary functions.
- 0.1 (2008-05-29) – Initial release.