SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
BuddyPress
                               in early 2009




                                               Andy Peatling
                                    Social Engineer, Automattic
                                      apeatling.wordpress.com / @apeatling


Sunday, January 25, 2009
BuddyPress will transform an
                     installation of WordPress MU into a
                           social network platform.




Sunday, January 25, 2009
Friends         Blogs
                 Extended Profiles   Private Messaging




                           Groups          Wire          Activity Streams   Forums




                                                          Status Updates    Albums
                    Default Home      Default Member
                       Theme              Theme


                                                                               09
                                                                09          20
                                                             20


Sunday, January 25, 2009
Blog Themes           Member Themes




                               A WordPress blog theme can be
                             converted to a BuddyPress member
                               theme with a few simple steps.


Sunday, January 25, 2009
Plugin Files          Home Theme          Member Theme




                                                                       wp-content/member-themes
                           wp-content/mu-plugins   wp-content/themes




Sunday, January 25, 2009
Sunday, January 25, 2009
Potential Uses


           ★ Business or school internal social networks

           ★ Niche social networks

           ★ Adding social networking features to existing blog networks

           ★ Interacting with fellow bloggers on WordPress.com




Sunday, January 25, 2009
Why use WordPress?


         ★ Easy database access and manipulation

         ★ User management and access control

         ★ Powerful XML support, importing/exporting, XML-RPC

         ★ Active and supportive community

         ★ Localization support built right in




Sunday, January 25, 2009
Existing Plugins & Themes with BuddyPress


         ★ Add new features with already existing plugins

         ★ Use any WordPress theme (with some easy steps)

         ★ A complete developer platform already exists
                 If you can write a WordPress plugin, you already know how to
                 create or extend BuddyPress components.




Sunday, January 25, 2009
All components follow the
                           same file and code structure.

                              Standardization and
                            consistency makes happy
                                   developers.




Sunday, January 25, 2009
bp_core_add_nav_item(
                            ‘Profile’, // Name
                            ‘profile’     // Slug
                           );




                           bp_core_add_subnav_item(
                                ‘profile’, // Slug of parent
                                ‘Edit Profile’, // Name
                                ‘edit’, // Slug
                                $bp[‘loggedin_domain’] . ‘profile/’ ), // parent URL
                                ‘xprofile_screen_edit’ // Function to run when clicked
                           );




Sunday, January 25, 2009
bp_core_add_subnav_item(
                 ‘profile’, // Slug of parent
                 ‘Edit Profile’, // Name
                 ‘edit’, // Slug
                 $bp[‘loggedin_domain’] . ‘profile/’ ), // parent URL
                 ‘xprofile_screen_edit’ // Function to run when clicked
            );




                 function xprofile_screen_edit() {
                     bp_core_load_template( ‘profile/edit-profile’ );
                 }




                                                                          Or, use the built in plugin-
                                                                               template.php file
            wp-content/member-themes/profile/edit-profile.php




Sunday, January 25, 2009
http:// domain.com / members / andy / profile / edit / group / 1




               $bp[‘current_component’]   $bp[‘current_action’]   $bp[‘action_variables’]
                                                                         (Array)
                           (String)              (String)




          Easily create and use pretty URL’s in your custom component
     http:// domain.com / members / andy / wordcamps / attended / whistler / 2009



Sunday, January 25, 2009
Full list of BuddyPress actions & filters: http://codex.buddypress.org/


Sunday, January 25, 2009
Sunday, January 25, 2009
The Future

               ★ Beta 2 - Next week / Final - Early February ’09

               ★ Albums & Status Updates components

               ★ BuddyPress.org developer community site

               ★ Open standards support / distribution of data

               ★ BuddyPress for WordPress?




Sunday, January 25, 2009
Thank You!
                            Questions?



                             BuddyPress project:
                            http://buddypress.org

                            Testdrive BuddyPress:
                              http://testbp.org




Sunday, January 25, 2009

Weitere ähnliche Inhalte

Ähnlich wie BuddyPress @ WordCamp Whistler 2009

WordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealWordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealKathryn Presner
 
Jason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker
 
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)Rick. Bahague
 
Using Featured Images with WordPress
Using Featured Images with WordPressUsing Featured Images with WordPress
Using Featured Images with WordPressSara Rosso
 
Introduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressIntroduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressDavid Bisset
 
WordPress Images 101
WordPress Images 101WordPress Images 101
WordPress Images 101Becky Davis
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Themeinfowonders
 
Buddypress Pasadena Meetup
Buddypress Pasadena MeetupBuddypress Pasadena Meetup
Buddypress Pasadena MeetupSuzette Franck
 
2009-09-11-WooThemes
2009-09-11-WooThemes2009-09-11-WooThemes
2009-09-11-WooThemesLightSpeed
 
Jakiro,Tcp,Aik Hong, Sim, blogger
Jakiro,Tcp,Aik Hong, Sim, bloggerJakiro,Tcp,Aik Hong, Sim, blogger
Jakiro,Tcp,Aik Hong, Sim, bloggerDivine Jakiro
 
Facebook Connect - Facebook Developer Garage Milan- April 2009
Facebook Connect - Facebook Developer Garage Milan- April 2009Facebook Connect - Facebook Developer Garage Milan- April 2009
Facebook Connect - Facebook Developer Garage Milan- April 2009Andrea Reginato
 
Blog Feedback Form Rebecca
Blog Feedback Form RebeccaBlog Feedback Form Rebecca
Blog Feedback Form Rebeccasparkly
 
Geek Meet: Web Typography and sIFR 3
Geek Meet: Web Typography and sIFR 3Geek Meet: Web Typography and sIFR 3
Geek Meet: Web Typography and sIFR 3Mark Wubben
 
WordPress SEO - SEO-Campixx
WordPress SEO - SEO-CampixxWordPress SEO - SEO-Campixx
WordPress SEO - SEO-Campixxsteffenhd
 
Form Follows File
Form Follows FileForm Follows File
Form Follows FileAdub
 
09-10-2012-getting-started-with-word-press
09-10-2012-getting-started-with-word-press09-10-2012-getting-started-with-word-press
09-10-2012-getting-started-with-word-pressJerome Miller
 

Ähnlich wie BuddyPress @ WordCamp Whistler 2009 (20)

WordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealWordPress for Beginners - YES Montreal
WordPress for Beginners - YES Montreal
 
Jason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web Services
 
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)
Drupal campmanila 2012 (Responsive Web in Drupal with Omega Theme)
 
Using Featured Images with WordPress
Using Featured Images with WordPressUsing Featured Images with WordPress
Using Featured Images with WordPress
 
Form Alterations
Form AlterationsForm Alterations
Form Alterations
 
Introduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressIntroduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With Wordpress
 
WordPress Images 101
WordPress Images 101WordPress Images 101
WordPress Images 101
 
What's New in WordPress 3.6 - BarCamp Orlando 2013
What's New in WordPress 3.6 - BarCamp Orlando 2013What's New in WordPress 3.6 - BarCamp Orlando 2013
What's New in WordPress 3.6 - BarCamp Orlando 2013
 
Daughter Themes
Daughter ThemesDaughter Themes
Daughter Themes
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Theme
 
Buddypress Pasadena Meetup
Buddypress Pasadena MeetupBuddypress Pasadena Meetup
Buddypress Pasadena Meetup
 
2009-09-11-WooThemes
2009-09-11-WooThemes2009-09-11-WooThemes
2009-09-11-WooThemes
 
Jakiro,Tcp,Aik Hong, Sim, blogger
Jakiro,Tcp,Aik Hong, Sim, bloggerJakiro,Tcp,Aik Hong, Sim, blogger
Jakiro,Tcp,Aik Hong, Sim, blogger
 
Facebook Connect - Facebook Developer Garage Milan- April 2009
Facebook Connect - Facebook Developer Garage Milan- April 2009Facebook Connect - Facebook Developer Garage Milan- April 2009
Facebook Connect - Facebook Developer Garage Milan- April 2009
 
Blog Feedback Form Rebecca
Blog Feedback Form RebeccaBlog Feedback Form Rebecca
Blog Feedback Form Rebecca
 
Geek Meet: Web Typography and sIFR 3
Geek Meet: Web Typography and sIFR 3Geek Meet: Web Typography and sIFR 3
Geek Meet: Web Typography and sIFR 3
 
WordPress SEO - SEO-Campixx
WordPress SEO - SEO-CampixxWordPress SEO - SEO-Campixx
WordPress SEO - SEO-Campixx
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
Form Follows File
Form Follows FileForm Follows File
Form Follows File
 
09-10-2012-getting-started-with-word-press
09-10-2012-getting-started-with-word-press09-10-2012-getting-started-with-word-press
09-10-2012-getting-started-with-word-press
 

Kürzlich hochgeladen

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 

Kürzlich hochgeladen (20)

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 

BuddyPress @ WordCamp Whistler 2009

  • 1. BuddyPress in early 2009 Andy Peatling Social Engineer, Automattic apeatling.wordpress.com / @apeatling Sunday, January 25, 2009
  • 2. BuddyPress will transform an installation of WordPress MU into a social network platform. Sunday, January 25, 2009
  • 3. Friends Blogs Extended Profiles Private Messaging Groups Wire Activity Streams Forums Status Updates Albums Default Home Default Member Theme Theme 09 09 20 20 Sunday, January 25, 2009
  • 4. Blog Themes Member Themes A WordPress blog theme can be converted to a BuddyPress member theme with a few simple steps. Sunday, January 25, 2009
  • 5. Plugin Files Home Theme Member Theme wp-content/member-themes wp-content/mu-plugins wp-content/themes Sunday, January 25, 2009
  • 7. Potential Uses ★ Business or school internal social networks ★ Niche social networks ★ Adding social networking features to existing blog networks ★ Interacting with fellow bloggers on WordPress.com Sunday, January 25, 2009
  • 8. Why use WordPress? ★ Easy database access and manipulation ★ User management and access control ★ Powerful XML support, importing/exporting, XML-RPC ★ Active and supportive community ★ Localization support built right in Sunday, January 25, 2009
  • 9. Existing Plugins & Themes with BuddyPress ★ Add new features with already existing plugins ★ Use any WordPress theme (with some easy steps) ★ A complete developer platform already exists If you can write a WordPress plugin, you already know how to create or extend BuddyPress components. Sunday, January 25, 2009
  • 10. All components follow the same file and code structure. Standardization and consistency makes happy developers. Sunday, January 25, 2009
  • 11. bp_core_add_nav_item( ‘Profile’, // Name ‘profile’ // Slug ); bp_core_add_subnav_item( ‘profile’, // Slug of parent ‘Edit Profile’, // Name ‘edit’, // Slug $bp[‘loggedin_domain’] . ‘profile/’ ), // parent URL ‘xprofile_screen_edit’ // Function to run when clicked ); Sunday, January 25, 2009
  • 12. bp_core_add_subnav_item( ‘profile’, // Slug of parent ‘Edit Profile’, // Name ‘edit’, // Slug $bp[‘loggedin_domain’] . ‘profile/’ ), // parent URL ‘xprofile_screen_edit’ // Function to run when clicked ); function xprofile_screen_edit() { bp_core_load_template( ‘profile/edit-profile’ ); } Or, use the built in plugin- template.php file wp-content/member-themes/profile/edit-profile.php Sunday, January 25, 2009
  • 13. http:// domain.com / members / andy / profile / edit / group / 1 $bp[‘current_component’] $bp[‘current_action’] $bp[‘action_variables’] (Array) (String) (String) Easily create and use pretty URL’s in your custom component http:// domain.com / members / andy / wordcamps / attended / whistler / 2009 Sunday, January 25, 2009
  • 14. Full list of BuddyPress actions & filters: http://codex.buddypress.org/ Sunday, January 25, 2009
  • 16. The Future ★ Beta 2 - Next week / Final - Early February ’09 ★ Albums & Status Updates components ★ BuddyPress.org developer community site ★ Open standards support / distribution of data ★ BuddyPress for WordPress? Sunday, January 25, 2009
  • 17. Thank You! Questions? BuddyPress project: http://buddypress.org Testdrive BuddyPress: http://testbp.org Sunday, January 25, 2009