My favorites | Sign in
Project Home Downloads Wiki Source
Search
for
Jaiku  
Display your latest presences on your blog.
Habari, Plugin
Updated Feb 4, 2010 by elo...@gmail.com

Introduction

Jaiku is a widget plugin to allow you display your latest presences on your blog.

Installation

  1. Extract the file.
  2. Put the folder jaiku to /user/plugins and activate it.
  3. Copy and paste the following line to your theme.
  4. <?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)
    1. Support custom settings when call.
    2. Fix cache conflict in multiple sites.
    3. Fix a stupid bug on validate_uint(). (You will never pass this validation! XD)
    4. 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.

Sign in to add a comment
Powered by Google Project Hosting