This easy to use Widget shows your Twitpic or Mobypicture pictures and is very easy to configure.
mypictures.php to the /wp-content/plugins/ directorymypictures.php to the /wp-content/plugins/ directoryInsert and edit the PHP code listed below in your sidebar.php at the desired location:
< ?php MyPictures($username = 'pepijnkoning', $num = 4, $linked = true, $size = 70, $margin = 5, $border = 0, $bordercolor = '#FFFFFF', $service = 'Twitpic') ?>
$username = pepijnkoning >> replace with your own username;$num = 4 >> replace with the number of thumbnails you wish to display;$linked = true >> replace with false when you don't want to link the pictures to the original ones;$size = 70 >> replace with desired width of the thumbnail in number of pixels;$margin = 2 >> the margin around the pictures in pixels;$border = 0 >> the border size in pixels;$bordercolor = '#FFFFFF' >> the border color, if the border is not 0px;$service = 'Twitpic' >> the service you wanna use: 'Twitpic' or 'Mobypicture'
Requires: 2.2 or higher
Compatible up to: 3.0.5
Last Updated: 2010-4-12
Downloads: 8,299
Got something to say? Need help?