MyAnimeList for WordPress

MAL for WordPress displays your recently watched anime in your WordPress blog. Basically a quick rewrite of the last.fm-plugin written by Ricardo Gonz

Author:André Lersveen (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:2.7
Plugin version:1.0
Added to WordPress repository:10-02-2009
Last updated:07-09-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:
Total downloads:1 966
Active installs:10+
plugin download
Click to start download

MAL for WordPress displays your recently watched anime in your WordPress blog. Basically a quick rewrite of the last.fm-plugin written by Ricardo González so that it works with MyAnimeList instead of Last.fm.

Features

* Simple
* Customizable
* Widget support
* No options page (yes, it is a feature)
* Uses WordPress resources (no extra files needed)

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 recently listened tracks:

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

Credits

Ricardo González – This plugin is a quick rewrite of his plugin, credit to to him!
Ronald Heft – Ricardo’s plugin is highly based in his Pownce for WordPress, so the major part of the credits goes to him.
Michael Feichtinger – For the multi-widget feature.