Mobypicture Wordpress Widget

Want to add thumbnail pictures of your most recent Mobypicture uploads to your WordPress blog? Use my “My Mobypicture’s” plugin to do just that. I created this plugin based on the code of the great “My twitpics” plugin from Pepijn Koning. So most credits go to Pepijn!

Download the plugin here and copy the folder into the /wp-content/plugins/ folder. Activate the plugin, add the widget, setup the widget and it’s done.

If you don’t use widgets you could simply use the following code to display your twitpic pics: < ?php mobypic_pics($username = ”, $num = ”, $linked = ”); ?>. You have to replace <username> with your Mobypicture username, <number> with the number of pictures you want to show and <linked> with true or false.

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Posted in WordPress | Tagged , , | 2 Comments

Mobypicture for LifeStream WP plugin – Final

Are you using the great WordPress plugin ‘LifeStream‘  to add a LifeStream feed on your blog and want to include your Mobypicture posts into your feed? Here’s the solution:

Go to the the location of the LifeStream plugin (../wp-content/plugins/lifestream) and locate the file ‘feeds.inc.php’, this is the file that needs to be edited – don’t forget to backup the original; you never know, you might need it ;-)

Open ‘ feeds.inc.php’  in your favorite editor and insert the following code (can be right after the ‘<?php’  at the top of the file):

class LifeStream_MobypictureFeed extends LifeStream_PhotoFeed
{
    const ID            = 'mobypicture';
    const NAME          = 'Mobypicture';
    const URL           = 'http://www.mobypicture.com/';    

    function __toString()
    {
        return $this->options['username'];
    }

    function get_options()
    {
        return array(
            'username' => array('Username:', true, '', ''),
        );
    }

    function get_public_url()
    {
        return 'http://www.mobypicture.com/user/'.$this->options['username'];
    }

    function get_url()
    {
        return 'http://www.mobypicture.com/rss/'.$this->options['username'].'/user.rss';
    }

}
register_lifestream_feed('LifeStream_MobypictureFeed');

Secondly you need to add the Mobipicture icon () to the folder ‘.. /wp-content/plugins/lifestream/images/’. Make sure the image is saved as mobypicture.png.

There you go, you can now add Mobypicture in the LifeStream Feed settings! Check out mine

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Posted in WordPress | Tagged , , , | Leave a comment

Mobypicture voor LifeStream WP plugin – Edit

Edit: Updated the code and added instructions in English in this post.

Edit: The founder and owner of Mobypicture, Mathys van Abbe, tweeted my code to all his followers on Twitter. This evening I will translate the post into English to support the international followers and users of Mobypicture.

Edit: Instructies uitgebreid met toevoegen Mobypicture icon aan LifeStream.

De afgelopen dagen ben ik de dienst en iPhone app Mobypicture gaan gebruiken. Mobypicture is een dienst waarmee je foto’s kunt uploaden naar een blog of sociale netwerksite. Met deze dienst kun je foto’s uploaden naar MobyPicture of naar diensten als Flickr, Hyves, Twitter, etc. Een uitgebreide review van versie 1.0 is te lezen op Iphoneclub.nl

Mijn Mobypicture configuratie laat mijn postings op deze blog en op Twitter zien. Ik wilde deze postings ook graag in mijn LifeStream opnemen, helaas ondersteunt deze WordPress plugin niet standaard Mobypicture. Het was gelukkig echter erg eenvouding om dit toe te voegen aan de LifeStream feeds.

Lees verder om de gebruikte code aan je eigen LifeStream toe te voegen. Read More »

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Posted in WordPress | Tagged , , , | 2 Comments

Nokia touch phone promo in Scheveningen

Drive-by pic van DJ in bubbel op Nokia touch phone promo stand in de haven van Scheveningen.
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Posted in Blog | Tagged | Leave a comment

Op de pier

Voor het eerst in 35jr op de pier van Scheveningen.
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Posted in Blog | Tagged | Leave a comment
  • Tag Cumulus

  • Recent Posts

  • Categories

  • Archives