Wordpress’s BuddyPress is the web’s social network in a box

Blogging platform company Automattic already has millions of people using WordPress, its simple and effective blogging software (we’ve been pretty happy using it so far).

Now it has opened up BuddyPress, its long-awaited social network for blogs. It’s an easy way to add social networking features like profiles, a Facebook-like Wall and more to users profiles on to Wordpress blog networks.

This way, bloggers can make a blog more social, bringing them and their readers closer together. To help that happen there are all sorts of third-party plugins, similar to many that already exist for WordPress blogs — sorta like Facebook apps, but for the web. For example, there’s one for Twitter, so you can see people’s latest tweets next to their profiles. This could be a faster way to get information from people who are care about the same things as you on the blogs you’re all reading together.

WordPress creator Matt Mullenweg told TechCrunch that BuddyPress is like a sort of “Facebook in a box” a few weeks ago, and the new plugin sort of is, considering its features. To further that analogy, there’s another plugin that lets you invite friends from Facebook, Gmail, Yahoo and more. And Facebook Connect integration is already available so you can sign in using your Facebook identity.

This blend of social networks matched with existing community means any existing WordPress-using blog could easily slurp in any social network from the web. People who follow Twitter-using bloggers (here’s VentureBeat’s account) could join using their Facebook identities, and their other identities, and make it easier for other readers to find them. Same with people who use Facebook who are the same fans of particular blogs (here’s VentureBeat’s page).

All of this is still pretty new, though. Right now, you can only get BuddyPress on WordpressMU, Automattic’s software and hosted web service for publishing multiple blogs. But where are things headed? According to the company’s blog post:

I don’t think BuddyPress will be something you use instead of your existing social networks, I mean all your friends are already on Myspace, but if you wanted to start something new maybe with more control, friendlier terms of service, or just something customized and tweaked to fit exactly into your existing site, then BuddyPress is a great framework to use. Maybe even someday you’ll be able to connect your BuddyPresses to each other and to the existing monolithic social networks.

Given that some services like Facebook and MySpace and in some senses Twitter want to be everywhere, this may be a sort of Trojan horse. Right now, all of these sites are quite different. One day, they may all offer many more of the same things.

Next Story: Failing to snag users, Lunarr decides to shut down
Previous Story: Come work for VentureBeat — in advertising, marketing, tech or as a writer

Bookmark and Share

Tags:

Photo of Eric Eldon

About the Author, Eric Eldon

Eric currently covers digital media technology and business news, especially what's happening on social networks and their platforms. He also writes and edits stories about venture capital, and lots of other stuff, too. He started at VentureBeat in the spring of 2007, half a year or so after Matt Marshall left his reporting job at the San Jose Mercury News to found the site. Eric previously cofounded a startup called Writewith, that was building editorial software for newspapers and other groups of writers. The startup didn't work out, but he learned a lot.

  • Buddypress is slowly growing in popularity, but hopefully, it will be looked at as a bridge to bring sites like Facebook, MySpace, and Twitter together into one package.
  • I'm looking forward to throwing this up on my site. Is there a beta or alpha available to test?
  • Looks good, exciting stuff, would like to know how to alpha/beta the site.
  • Eric-

    You state that, "Right now, you can only get BuddyPress on WordpressMU, Automattic’s hosted service for publishing multiple blogs." That makes it seem like you have to sign up with Automattic on their hosted WordPress.com service to use BuddyPress.

    Did you mean instead that the BuddyPress plugin (that's what it actually is) works currently only with WPMU? If so, that is correct. Perhaps BuddyPress will function with single-user WP in the future.

    The fact is that right now, BuddyPress is ready to go. Anyone can download WPMU install it on their own server, and then install BuddyPress. There's no requirement to use WordPress.com, to use one of Automattic's hosting services. It's all open source and all free.
  • That's correct, Jeff. I wasn't clear. Fixing....
  • Frumph
    BuddyPress is crap, it's over inflated processor usage and doubling up on functions and code that has the same data in it that you can get from utilizing standard wordpress calls. Some of the same functions for finding data that it uses are already present in the data stream and called multiple times in the same area's of code.

    The only thing they have is there's nothing else that's out of the box (so to speak) working that someone can just install and use.

    I do not recommend using BuddyPress at all. I know a minimal of 3 people who lost their accounts on their shared-hosting servers because of BuddyPress's extreme usage.

    Maybe in future releases they will streamline everything to the point where it's not such a strain, but right now it's not worth it unless you can afford your own vps or dedicated.
  • John S
    If you read the code more you'll see that most of the functions are actually porting through to WordPress functions and not duplicating. Profiles is the one exception, although it does sync back.

    Many of the functions that are called multiple times on the page for the same data have their results cached, so with a little more investigation you'll see this makes no difference. It's the same as calling get_option( 'var' ) multiple times.

    If your friends lost their accounts it's their own fault. For one, WordPress MU (that is required for BuddyPress) needs at least a VPS to run. Of course it is going to kill a shared server.
  • Frumph
    John S, thank you for replying to something that was posted 4 months ago, if you feel like having something to say, go back in the code 4 months to when BuddyPress was reinviting the wordpress code.