Yesterday I have extended the plugin with adjustable size of the thumbnails (width & height) and padding (space between thumbnails). Now looking into a checkbox wich will force the widget to use defined set of default values so the plugin will continue to work when only the mobypicture username is filled in. I expect to upload version 1.1 by the end of this week.
Demo new code:
< ?php mobypic_pics($username = chillez73, $num = 6, $width = 70, $height = 100, $padding = 3, $linked = true); ?>

Plugin download stats
It’s been 9 days now since I have uploaded the Mobypicture plugin to the WordPress Plugin Directory. It is fun to see that it is downloaded over 70 times now. Next step will be extending the plugin with a settings page to allow the insertion of a command like [mymobipictures] into a page or post. This will provide a more friendly way to insert the variables (like number of pictures, size, etc.) and eliminate the need for running PHP in a post or on a page.