I just uploaded a new version of the Mobypicture plugin to the WordPress Plugin Directory. Version 1.2.1 now allows the usage of an optional PHP string that only retrieves the ‘raw’ images from Mobypicture.com and let the image formatting being set by your theme stylesheet style.css
Note that I decided to change the image class name in the final version 1.2.1 so those of you who installed v1.2.1 beta and upgrade to 1.2.1 will have to make a small change to their style.css
v1.2.1 beta used class ‘img.mobypic’ while v1.2.1 uses class ‘img.mobypicture_raw’. This is more logical as now the PHP string and image class have the same name. (BTW this also counts for the images displayed by the widget and non-raw code, these images have a class=”mobypicture”.) See also plugin installation notes.
Mobypicture v1.2.1 uploaded
I just uploaded a new version of the Mobypicture plugin to the WordPress Plugin Directory. Version 1.2.1 now allows the usage of an optional PHP string that only retrieves the ‘raw’ images from Mobypicture.com and let the image formatting being set by your theme stylesheet style.css
Note that I decided to change the image class name in the final version 1.2.1 so those of you who installed v1.2.1 beta and upgrade to 1.2.1 will have to make a small change to their style.css
v1.2.1 beta used class ‘img.mobypic’ while v1.2.1 uses class ‘img.mobypicture_raw’. This is more logical as now the PHP string and image class have the same name. (BTW this also counts for the images displayed by the widget and non-raw code, these images have a class=”mobypicture”.) See also plugin installation notes.