how to make a website like Facebook | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to make a website like Facebook

7th Aug 2016, 9:37 AM
vishnu bharadwaj
vishnu bharadwaj - avatar
8 Answers
+ 6
Yes you can. First you have to research how to work social media script. Then develop fron-end side with good UX/UI. For that you must be deeply knowledge of html5 css3 jquery ajax and last you have to develop back-end side by database programming (mysql) or any server side scripting language. it may be php,java,python what your choose. here is most importance matter that load balance....memchach may be solution Thanks alamgir
26th Nov 2016, 2:52 PM
md alamgir
md alamgir - avatar
+ 3
you actually can i think. i am building one. it is in progress. if i succed i will surely tell you
19th Oct 2016, 8:50 PM
Spandan Mondal
Spandan Mondal - avatar
+ 2
yes you can first you need to create a login page. name it index.html so that it opens up first. next create a page where people can resister. you can use html forms for that purpose. now you need to create a mysql database for your project. here create a table for the informations about the people resister and another table that will record the posts, usernames who post and time of post. now you need php. 1. create a php page that can store data from your resister page to your database. 2.create a php page that searches for username form the database and verify the password saved there and then redirect to your forum or profile page. 3.create a php page for profile that will take data from your database and show. 4.create a php page for forum. here create a small form to insert posts to your second table on your database along with user name and time. another part of this page will fetch data from your second table from your database and show them according to the order of the time. 5.now create a log out page or button that will end your php session and redirect you to your login page. note: this is a very basic structure. after you complete this framework you can add more features to it, like chatting, images , friend searching, like button, commenting and other stuffs. you wull need an apache server to run your php and use database. for your local offline computer you can use xampp. and yea, don't forget to use some good css codes and javascript for better visuals and functionalities. Best of luck😊
14th Jan 2017, 8:08 PM
Spandan Mondal
Spandan Mondal - avatar
+ 1
Hmm first of all you need some huge backbones with advanced load balancing. Than you have to plan a System that optimizes your code serving behaveor. At last you need html and css to style your page. And some sort of scripting language like php, asp or any other. That's for the User interacting Part of your site.
7th Aug 2016, 1:08 PM
Steven
Steven - avatar
+ 1
oh i am working in it for a 5 months, almost completed, i am searching for team or a partner to go with it is better than Facebook with better ui mail me [email protected]
3rd Dec 2016, 2:42 AM
Debendra Oli
0
you need scripts
15th Dec 2016, 12:02 PM
Oredeko Oluwole
Oredeko Oluwole - avatar
0
thanks a lot
17th Jan 2017, 1:28 PM
vishnu bharadwaj
vishnu bharadwaj - avatar
- 5
help me
7th Aug 2016, 9:37 AM
vishnu bharadwaj
vishnu bharadwaj - avatar