SlideShare a Scribd company logo
1 of 30
Jaakko Naakka Intunex Ltd. www.intunex.fi @naakka How to Build Your Own Social Network?  Custom made social networking with Elgg  - A technical perspective
Jaakko Naakka
I really like the idea of  Facebook  and  Twitter , but I need  more privacy . How can I build a  private  social networking site?
With Elgg you can!  
I want to build a  public social community  with  thousands  of users. Is that possible?
It sure is! It's been done already ,[object Object]
What is Elgg? ,[object Object],[object Object],[object Object],[object Object]
Still not convinced? Here's some more details why Elgg rocks...
Elgg Highlights in TLA's ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],OMG!
Elgg is an easily extendable platform to build your custom social networking site
Extendability ,[object Object],[object Object],[object Object],[object Object],[object Object]
  Lets take a closer look at the plugins
Plugins can add new features to Elgg Elgg Core Blog User profile Groups Plugin Plugin Plugin
Plugins can modify Elgg core features Elgg Core Blog Groups Email validation Plugin Plugin User profile Plugin Plugin
Plugins can modify other plugins Groups Elgg Core Blog Group members Plugin Plugin User profile Plugin Email validation Plugin Plugin
You can do practically anything without modifying Elgg core or losing upgradeability
How is that possible?
Ways to Extend and Modify Elgg ,[object Object],[object Object],[object Object]
Elgg is built on MVC architecture ,[object Object],[object Object],[object Object],[object Object],[object Object]
Actions and page handlers ,[object Object],[object Object],[object Object]
Events and plugin hooks ,[object Object],[object Object],[object Object],[object Object],[object Object]
What about the database and saving data?
Elgg Datamodel ,[object Object],[object Object],[object Object],[object Object]
How does that work exactly?
[object Object],Example, saving a blog post // Get the form input $title = get_input('title'); $body = get_input('body'); // Create a new blog post object $blogpost = new ElggObject(); $blogpost->title = $title; $blogpost->description = $body; $blogpost->subtype = "blogpost"; // Save to database.  //  This is where the magic happens ! $blogpost->save();
Cool! What about reading the database?
Example, reading the database ,[object Object],$options = array( 'type' => 'object', 'subtype' => 'blogpost', 'limit' => 10 );  $blogposts = elgg_get_entities($options);
That sounds cool! Where do I start? 
Elgg Community ,[object Object],[object Object],[object Object],[object Object]
Need something custom made? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
Sébastien Levert
 
Behavior Driven Development with Cucumber
Behavior Driven Development with CucumberBehavior Driven Development with Cucumber
Behavior Driven Development with Cucumber
Brandon Keepers
 
Automation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra SolutionsAutomation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra Solutions
Quontra Solutions
 
Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
Hall_
 

What's hot (20)

Opensocial
OpensocialOpensocial
Opensocial
 
The Future Of WordPress Presentation
The Future Of WordPress PresentationThe Future Of WordPress Presentation
The Future Of WordPress Presentation
 
A Debugging Adventure: Journey through Ember.js Glue
A Debugging Adventure: Journey through Ember.js GlueA Debugging Adventure: Journey through Ember.js Glue
A Debugging Adventure: Journey through Ember.js Glue
 
Building Cool apps with flex
Building Cool apps with flexBuilding Cool apps with flex
Building Cool apps with flex
 
Write Your First WordPress Plugin
Write Your First WordPress PluginWrite Your First WordPress Plugin
Write Your First WordPress Plugin
 
Techical Workflow for a Startup
Techical Workflow for a StartupTechical Workflow for a Startup
Techical Workflow for a Startup
 
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
 
Introduction to Adobe Flex - Zaloni
Introduction to Adobe Flex - ZaloniIntroduction to Adobe Flex - Zaloni
Introduction to Adobe Flex - Zaloni
 
Gadgets Intro (Plus Mapplets)
Gadgets Intro (Plus Mapplets)Gadgets Intro (Plus Mapplets)
Gadgets Intro (Plus Mapplets)
 
CUCUMBER - Making BDD Fun
CUCUMBER - Making BDD FunCUCUMBER - Making BDD Fun
CUCUMBER - Making BDD Fun
 
Deep dive into AngularJs for Beginners
Deep dive into AngularJs for BeginnersDeep dive into AngularJs for Beginners
Deep dive into AngularJs for Beginners
 
WordPress101 ppt
WordPress101 pptWordPress101 ppt
WordPress101 ppt
 
The A1 by Christian John Felix
The A1 by Christian John FelixThe A1 by Christian John Felix
The A1 by Christian John Felix
 
Drupal Gardens tutorial 3 of 4
Drupal Gardens tutorial 3 of 4Drupal Gardens tutorial 3 of 4
Drupal Gardens tutorial 3 of 4
 
Mashup Y! widget
Mashup Y! widgetMashup Y! widget
Mashup Y! widget
 
Intro Open Social and Dashboards
Intro Open Social and DashboardsIntro Open Social and Dashboards
Intro Open Social and Dashboards
 
Social media management wordpress ppt
Social media management   wordpress pptSocial media management   wordpress ppt
Social media management wordpress ppt
 
Behavior Driven Development with Cucumber
Behavior Driven Development with CucumberBehavior Driven Development with Cucumber
Behavior Driven Development with Cucumber
 
Automation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra SolutionsAutomation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra Solutions
 
Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
 

Viewers also liked

Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
Justine George
 
3 c commercial xway noida
3 c commercial xway noida3 c commercial xway noida
3 c commercial xway noida
Isha Amastha
 
Дешифровка письма майя
Дешифровка  письма майяДешифровка  письма майя
Дешифровка письма майя
fonelene elengone
 
Open dataday preevent_20140208
Open dataday preevent_20140208Open dataday preevent_20140208
Open dataday preevent_20140208
Satoshi Iida
 

Viewers also liked (20)

Draft - Developper Sur Elgg
Draft - Developper Sur ElggDraft - Developper Sur Elgg
Draft - Developper Sur Elgg
 
オープンデータ成熟度モデルについて
オープンデータ成熟度モデルについてオープンデータ成熟度モデルについて
オープンデータ成熟度モデルについて
 
Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
Reflections - News Letter, St Paul's College, Kalamassery (Vol. 49, Issue 4, ...
 
Hikaye
HikayeHikaye
Hikaye
 
3 c commercial xway noida
3 c commercial xway noida3 c commercial xway noida
3 c commercial xway noida
 
The universal God
The universal GodThe universal God
The universal God
 
How communication can support the debt management during the crisis - the cas...
How communication can support the debt management during the crisis - the cas...How communication can support the debt management during the crisis - the cas...
How communication can support the debt management during the crisis - the cas...
 
Hawaii Boating Regulation Q&A
Hawaii Boating Regulation Q&AHawaii Boating Regulation Q&A
Hawaii Boating Regulation Q&A
 
Bir elektrik devresi
Bir elektrik devresiBir elektrik devresi
Bir elektrik devresi
 
Heart beat ppt.
Heart beat ppt.Heart beat ppt.
Heart beat ppt.
 
Doctrina 14
Doctrina 14Doctrina 14
Doctrina 14
 
Дионисий
Дионисий Дионисий
Дионисий
 
Alexander the Great
Alexander the GreatAlexander the Great
Alexander the Great
 
كيفية تنصيب و حذف برنامج
كيفية تنصيب و حذف برنامجكيفية تنصيب و حذف برنامج
كيفية تنصيب و حذف برنامج
 
町家で肝試ししようぜ
町家で肝試ししようぜ町家で肝試ししようぜ
町家で肝試ししようぜ
 
Paradise Gardens Resort Sahl Hasheesh
Paradise Gardens Resort   Sahl HasheeshParadise Gardens Resort   Sahl Hasheesh
Paradise Gardens Resort Sahl Hasheesh
 
Cyprus Property
Cyprus PropertyCyprus Property
Cyprus Property
 
Дешифровка письма майя
Дешифровка  письма майяДешифровка  письма майя
Дешифровка письма майя
 
Open dataday preevent_20140208
Open dataday preevent_20140208Open dataday preevent_20140208
Open dataday preevent_20140208
 
Acne and its therapy
Acne and its therapyAcne and its therapy
Acne and its therapy
 

Similar to How to Build Your Own Social Network with Elgg?

Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
kolev-prp
 
OpenSocial Intro
OpenSocial IntroOpenSocial Intro
OpenSocial Intro
Pamela Fox
 

Similar to How to Build Your Own Social Network with Elgg? (20)

Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
ElggCamp Santiago> For Developers!
ElggCamp Santiago> For Developers!ElggCamp Santiago> For Developers!
ElggCamp Santiago> For Developers!
 
ElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev EditionElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev Edition
 
Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
 
How to create your own WordPress plugin
How to create your own WordPress pluginHow to create your own WordPress plugin
How to create your own WordPress plugin
 
CSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the GutsCSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the Guts
 
Zend Framework And Doctrine
Zend Framework And DoctrineZend Framework And Doctrine
Zend Framework And Doctrine
 
An Introduction to Drupal
An Introduction to DrupalAn Introduction to Drupal
An Introduction to Drupal
 
Get things done with Yii - quickly build webapplications
Get things done with Yii - quickly build webapplicationsGet things done with Yii - quickly build webapplications
Get things done with Yii - quickly build webapplications
 
Extending Your Experience to the Office
Extending Your Experience to the OfficeExtending Your Experience to the Office
Extending Your Experience to the Office
 
Django tutorial
Django tutorialDjango tutorial
Django tutorial
 
Jquery
Jquery Jquery
Jquery
 
OpenSocial Intro
OpenSocial IntroOpenSocial Intro
OpenSocial Intro
 
No gEEk? No Problem!
No gEEk? No Problem!No gEEk? No Problem!
No gEEk? No Problem!
 
Google App Engine tutorial
Google App Engine tutorialGoogle App Engine tutorial
Google App Engine tutorial
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
WebMatrix 100-level presentation
WebMatrix 100-level presentationWebMatrix 100-level presentation
WebMatrix 100-level presentation
 
Fame
FameFame
Fame
 
Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010
 
Fewd week4 slides
Fewd week4 slidesFewd week4 slides
Fewd week4 slides
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

How to Build Your Own Social Network with Elgg?