Reversed Entropy Can entropy ever be reversed?

25Sep/110

mflowDet 1.3

I just updated my mflow widget to add some functionality and bug fixes. You can check it's page to check the whole changelog and download it, as I don't have automatic updates yet.

Filed under: Plugins, Wordpress No Comments
16Jun/108

mflowDet: mflow widget for WordPress

View download links and changelog info.

Do you know what is mflow? As many people said, in few words, is the son of Twitter and iTunes. Right now it's only available on the UK, but probably will spread across Europe soon. You can read more and try it on it's website.

I just coded a little widget for WordPress that grabs the last flow from your mflow web profile (http://my.mflow.com/username) and adds it to your sidebar.

This plugin used to work with an HTML parser, now it just uses the mflow API. Still missing a lot of things but it gets the job done!

The installation is simple: drop the mflowdet folder into your plugins folder and add the widget on the Appearance section of your WordPress admin panel, there you can change the username.

Changelog

1.3 (Download)

  • Fixed date
  • Fixed user URL (mflow changed their url scheme)
  • Added option to show more than 1 flows (up to 10)

1.2 (Download)

  • PHP4+ Compatibility added
  • Removed PHP Simple HTML DOM Parser
  • Uses the mflow API to grab the data
  • Cleaner code
  • Pre custom HTML built
  • Plugin cache has been removed as I am grabbing the data from a web service. I'll add it again if needed.

1.1 (Download)

  • Removed classes and objects from the plugin.
  • Changed the data array to made it more understandable
  • Minor bug fixes

1.0 (Not available)

  • First version

Requeriments

  • PHP4+
  • WordPress 2.7.x or higher
  • PHP Simple HTML DOM Parser (included)

Roadmap

  • Add an option to output custom HTML
  • Add error handling for the web service and the plugin itself
  • Upload to wordpress.org and have automatic updates

Known Issues

  • Fails when the last flow is an album (only occurs when buying and flowing the whole album)
Filed under: Plugins, Wordpress 8 Comments