What is PeoplePods?
PeoplePods is a framework that makes it easier to create community or "social" applications. It provides a flexible infrastructure within which members of a site can create, comment upon, and consume content of arbitrary types. Popular social functionality such as friend lists, personalized content views, bookmarking, and voting are automatically available within any PeoplePods application. PeoplePods can be used to build stand-alone sites, or can be layered onto existing sites such as those run using Wordpress or other PHP applications.
There are three main pieces of PeoplePods. The first is a software development kit that was built from the ground up to numb the pain of building a fun website that does cool stuff. The PHP-based, object-oriented libraries provides the underpinnings for all the basic services present on modern websites: log-in, personalization, content creation and management, and all of the above mentioned social actions. Thanks to the magic of object inheritance, all of the objects within the PeoplePods environment - people, documents, comments and groups - share common access methods and template conventions.
The second component is a package of plugin modules - we call them "pods" - that demonstrate the functionality of PeoplePods. The core pods are intended as examples to be customized by developers. However, using the modules and their accompanying templates, even non-programmers can create and customize PeoplePods sites that feature member profile pages, member created groups, private messaging, and member content creation. Those with a bit of programming experience will find the code within the pods easy to modify so that new functionality can be created or remixed from existing functionality.
Finally, PeoplePods has a full set of administrative tools that will allow the site's operator to keep an eye on activity and configure a number of optional features. These tools support normal member management tasks such as editing account details and resetting passwords as well as content moderation and editorial control tasks such as approving and featuring member content.
Getting Started
Read about how to install PeoplePods. It is a pretty straight forward process comparable to other web software you might have installed before.
Once you've got everything up and running, you'll probably want to start customizing your new PeoplePods site. This will probably start with some changes to the theme templates where you can change how the site looks with some basic CSS and HTML. A lot of what PeoplePods does is defined in the templates, so you'll get your feet wet quickly.
If you want to alter the functionality of the core pods or build your own functionality, the first thing you'll want to do is bookmark the quick start guide and SDK Documentation. Every single function you'll run across is documented there, as well as some coding conventions and examples.
We recommend that you use one of the core pods as the starting point for any new functionality. Read the guide to creating new pods, or more specific instructions on creating a new content type
Integrating PeoplePods into Existing Sites
You can boot up a $POD wherever you can run PHP. This allows you to add a social layer to existing content, or to create community features that integrate with existing functionality. PeoplePods is a great way to add or extend an existing website with features like member profiles, discussion areas, and member-created groups.
PeoplePods also includes a basic Wordpress plugin that grants developers easy access to PeoplePods functionality in any Wordpress template.
Read more about how to use PeoplePods on an existing site in the SDK documentation.
More about this function and it's related functions:
Download the latest version of PeoplePods!
0.71
Latest Version:
Release Notes
Recent Posts from Our Blog
0.71 Released - Inbox bug fixed
PeoplePods version 0.71 has been released. This version is a maintenance release which fixes a problem with the private messaging inbox. Existing PeoplePods sites can upgrade to the newest...
PeoplePods powers MediaBugs.org and the Helsinki Design Lab
April saw the launch of two brand new PeoplePods-powered applications. These new sites use the latest version of PeoplePods - 0.8 - which will be available to download at the end of...
Version 0.7 Now Available
Last night, I uploaded a new release of PeoplePods: version 0.7. The most exciting new features in this version are: new dynamic image resizing options, a faster comment polling system, new ways...
Developer Preview Launch!
I am very excited to announce the launch of PeoplePods version 0.666, THE DEVELOPER PREVIEW! After tons of hacking, I have tweaked the last line of code, and I am finally ready for a wider audience...
Recently Updated Documentation
Recent Posts from The Forum
Tell me how you want to use PeoplePods, and I'll help you build it!
10 comments | 7 days ago
Does any one have Idea on implementing SSO applications like gigya SSO or RPXNOW SSO for single sign on access ?
4 comments | 8 days ago
BTW The pages in my admin panel are appearing like http://mydomain.com//admin/options/emails.php, http://mydomain.com//admin/options/themes.php Is this the reason for the trouble?
6 comments | 8 days ago
Does any one have any idea on changing the limit of charatcers ? For ex: 333 characters?
1 comment | 8 days ago


No comments have been posted yet.