SlideShare una empresa de Scribd logo
1 de 17
Descargar para leer sin conexión
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

Más contenido relacionado

Similar a 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
 

Similar a 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
 

Último

Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 

Último (20)

Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 

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