By Gilles | Published:
Monday, June 8, 2009
By Gilles | Published:
Monday, April 13, 2009
By Gilles | Published:
Saturday, April 11, 2009

One of the comments received on the Mobypicture plugin is that it ignores the image style settings included the WP theme style.css that is being used. I have extended the plugin with an additional function that only retrieves the images from Mobypicture.com and does not include any formatting. You will have to include img.mobypic with the desired settings in your style.css
Installation
1. As always download the plugin and put contents in your wp-content/plugins folder and activate the plugin.
2. Open the theme style.css and include the class img.mobypic in the image handling section (if you have one
). I used these settings for my test:
img.mobypic img.mobypicture_raw{
padding: 2px;
margin: 0 2px 3px 0;
border: 1px solid #2772B3;
width: 50px;
height: 50px;
}
3. Next, open the file sidebar.php in your favorite editor and include the following code at the desired location. Don’t forget to change the username. Of course you can change the other settings to your liking as well:
<h2>Mobypicture_raw Test</h2><ul>
<?php mobypicture_raw($public = false, $group = false, $username = chillez73, $num = 9, $square = true, $linked = true); ?>
</ul>
That’s it!
Download version 1.2.1 beta here. Public release v1.2.1 now available here.

By Gilles | Published:
Friday, April 10, 2009
Posted in Blog | Tagged Blog, Logo |
By Gilles | Published:
Thursday, April 9, 2009
I just uploaded a new version of the Mobypicture plugin to the WordPress Plugin Directory. Major enhancements in v1.2 are:
- Added group support
- Added public timeline support
- Added display of Mobypicture image title on mouseover
- Added optional use of square images (cropped copy from Mobypicture.com)
Note: v1.2 is not compatible with v1.2 beta code, please replace with new code (see plugin installation notes)
Rewriting the plugin including support for multiple widget instances appeared to be more difficult than anticipated. Therefore I decided to release this version prior version 2.0
Next step will be figuring out to use the API instead of the RSS feed and, of course, add support for multiple widget instances.
Get version 1.2 here
Check plugin history here
