Conference PaperPDF Available

Foring Social Media

Authors:

Abstract and Figures

Social media now forms a crucial aspect of contemporary communication since it enables people to communicate and connect with others all over the world. It is a digital platform that allows users to instantly create, share, and exchange material and ideas. The features and functionality of social media platforms differ, with some emphasizing text-based communication and others allowing for more visual and multimedia information. Social media’s widespread use has spawned a variety of new communication channels, including marketing and online retail, which have had a profound effect on society. The usage of social media has brought up issues with privacy, cyber bullying, and the dissemination of false information, though. Users must be aware of their online activity and any potential repercussions as social media platforms continue to develop. Therefore, it is critical for social media firms to put their users’ security and welfare first while continuing to provide an open and inclusive platform for speech. Social media is still a key component of contemporary communication and has the power to unite people, foster beneficial connections, and advance social change. Each person is responsible for using social media sensibly and in a way that fosters helpful interactions and communication. Social media has had a profound impact on many aspects of society, including business, politics, education, and entertainment. It has given rise to new forms of communication, such as instant messaging and live streaming, and has made it easier for people to access news and other forms of media
Content may be subject to copyright.
GREEN UNIVERSITY OF BANGLADESH (GUB)
Foring Social Media
A thesis/project submitted to the Department of Computer Science & Engineering
for the partial fulfillment of the degree of
Bachelor of Science in Computer Science & Engineering
Supervised by
Fatema Tuj Johora
Lecturer, Department of CSE
Department of Computer Science & Engineering
Green University of Bangladesh
220/D Begum Rokeya Sarani, Dhaka-1207
March, 2023
i
Declaration
I hereby state that the information used in this research was discovered by us.
References are made to research materials discovered by other researchers. This project
hasn’t been submitted for a degree before, in full or in part.
Md Roman Sarkar
ID: 193015025
Certificate
This is to certify that the thesis entitled Foring Social Media has been prepared and
submitted by Md. Roman Sarkar, in partial fulfillment of the requirement for the
degree of Bachelor of Science in Computer Science and Engineering on March 25,
2023.
ii
Fatema Tuj Johora
Supervisor
Accepted and approved in partial fulfillment of the requirement for the degree
Bachelor of Science in Computer Science and Engineering.
Prof. Dr. Md. Saiful Azad Mr. Md. Jahidul Islam
Chairman Member
Ms. Feroza Naznin Ms. Wahia Tasnim
Member Member
Acknowledgments
We would like to extend our heartfelt thanks to everyone who has contributed to the
development and success of our social media website. Our development team has
worked tirelessly to create and maintain a platform that meets the needs of our users,
and we are deeply grateful for their expertise, creativity, and dedication. We also thank
our supervisor for her engagement, feedback, and support, which has helped us to
continuously improve our services. Our advisors, and teachers have provided
iii
invaluable guidance and support throughout our development journey, and we are
honored to have their collaboration. Lastly, we thank our families and friends for their
unwavering encouragement and support, which has been a source of strength and
inspiration throughout our journey. We are deeply grateful to everyone who has played
a part in making our social media website a reality, and we look forward to continuing
to innovate and grow with your support.
Abstract
Social media now forms a crucial aspect of contemporary communication since it
enables people to communicate and connect with others all over the world. It is a digital
platform that allows users to instantly create, share, and exchange material and ideas.
The features and functionality of social media platforms differ, with some emphasizing
text-based communication and others allowing for more visual and multimedia
information. Social media’s widespread use has spawned a variety of new
communication channels, including marketing and online retail, which have had a
profound effect on society. The usage of social media has brought up issues with
privacy, cyber bullying, and the dissemination of false information, though. Users must
be aware of their online activity and any potential repercussions as social media
platforms continue to develop. Therefore, it is critical for social media firms to put their
users’ security and welfare first while continuing to provide an open and inclusive
platform for speech. Social media is still a key component of contemporary
communication and has the power to unite people, foster beneficial connections, and
advance social change. Each person is responsible for using social media sensibly and
in a way that fosters helpful interactions and communication. Social media has had a
profound impact on many aspects of society, including business, politics, education,
and entertainment. It has given rise to new forms of communication, such as instant
messaging and live streaming, and has made it easier for people to access news and
other forms of media.
iv
TABLE OF CONTENTS
Declaration .................................................................................................................. i
Certificate ...................................................................................................................... i
Acknowledgments ........................................................................................................ ii
Abstract ....................................................................................................................... iii
List of Figures ............................................................................................................. vi
List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . x
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Problem Domain ......................................................................... 2
1.2 Motivation ................................................................................... 2
1.3 Aims and Objectives ................................................................... 2
1.4 Methodology ............................................................................... 3
1.5 Contributions .............................................................................. 4
1.6 Outline of the Project Report ...................................................... 4
2 Literature Review . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.1 Introduction ................................................................................. 6
2.2 Limitation .................................................................................... 6
2.3 Related Work
......................................................................................7
2.3.1 Facebook .................................................................... 8
2.3.2 Twitter ...........................................................................
9
2.3.3 Instagram .................................................................... 9
2.3.4 LinkedIn ................................................................... 10
2.3.5 Snapchat ..................................................................... 11
v
2.4 Advantages of our website (ForingBD) ...................................... 11
2.5 Conclusion .................................................................................. 12
3 The Design Methods and Procedures ................................................................. 13
3.1 Introduction ................................................................................. 13
3.2 Features of the Project ................................................................ 13
3.3 Software Model ........................................................................... 14
3.4 Resource ...................................................................................... 14
3.5 Workflow Diagram ..................................................................... 14
3.6 Use case Diagram ...................................................................... 16
3.7 Data Flow Diagram .................................................................... 16
3.8 E-R Diagram .............................................................................. 18
3.9 Gantt Chart .................................................................................. 18
3.10 Budget ......................................................................................... 19
3.11 Requirements .............................................................................. 20
3.11.1 Client Side Scripting / Coding ................................... 20
3.11.2 HTML ........................................................................ 21
3.11.3 CSS ............................................................................. 21
3.11.4 Wordpress ......................................................................
21
3.12 Server Side Scripting / Coding .................................................. 22
3.12.1 PHP ............................................................................ 22
3.12.2 MySql ......................................................................... 22
3.13 Testing Technique ....................................................................... 22
3.14 Risk Analysis .............................................................................. 23
3.15 System Design ............................................................................ 23
3.16 Conclusion .................................................................................. 24
4 Evaluation of the Developed System .................................................................. 25
4.1 Introduction ................................................................................. 25
4.2 Development Process .................................................................. 25
vi
4.2.1 Admin Dashboard . . . . . . . . . . . . . . . . . .25
4.2.2 Front-end Design . . . . . . . . . . . . . . . . . . .26
4.2.3 Back-end Development . . . . . . . . . . . . . . . .26
4.2.4 Register Page . . . . . . . . . . . . . . . . . . . . .28
4.2.5 Log in Page . . . . . . . . . . . . . . . . . . . . . .28
4.2.6 Home Page . . . . . . . . . . . . . . . . . . . . . .29
4.2.7 Profile . . . . . . . . . . . . . . . . . . . . . . . . .30
4.2.8 Job . . . . . . . . . . . . . . . . . . . . . . . . . .30
4.2.9 Shop . . . . . . . . . . . . . . . . . . . . . . . . .31
4.2.10 Footer Page . . . . . . . . . . . . . . . . . . . . . .31
4.3 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . …………………. .32
5 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
5.1 Limitation of the research . . . . . . . . . . . . . . . . . . ……………. .33
5.2 Future Works . . . . . . . . . . . . . . . . . . . . . . . . . ………………... .34
5.3 Concluding Remarks . . . . . . . . . . . . . . . . . . . . ……………. .35
Bibliography ............................................................................................................... 36
List of Figures
2.1 Facebook ................................................................................................ 8
2.2 Twitter ........................................................................................................ 9
2.3 Instagram ................................................................................................ 10
2.4 LinkedIn ................................................................................................. 10
2.5 Snapchat ................................................................................................. 11
3.1 Social media workflow .......................................................................... 15
3.2 Use case Diagram ................................................................................... 16
vii
3.3 Data Flow Diagram Level 0 and 1 and 2 ............................................... 17
3.4 ER Diagram............................................................................................ 18
3.5 Gantt Chart ............................................................................................. 19
4.1 Admin Dashboard .................................................................................. 26
4.2 Front end Design .................................................................................... 27
4.3 Back-end ................................................................................................ 27
4.4 Registration ............................................................................................ 28
4.5 Login ...................................................................................................... 29
4.6 Home Page ............................................................................................. 29
4.7 Profile ..................................................................................................... 30
4.8 Job .......................................................................................................... 30
4.9 Shop ....................................................................................................... 31
4.10 Footer ..................................................................................................... 31
List of Tables
3.10 Budget .................................................................................................... 19
1
Chapter 1
Introduction
Social media is the most popular online communication medium. Online social media
supports an entrepreneur in promoting and expanding his business, including
communication, entertainment, news, information, and jobs. Detailed analysis by the
team at Kepios shows that there will be 4.76 billion social media users worldwide in
January 2023, equating to 59.4 percent of the total global population. [1] The world’s
popular social media, Facebook, Twitter, Telegram, and Instagram, are currently
working more towards commercial advertising with communication. Through
advertising, customer and entrepreneur from all over the world can communicate and
buy and sell products. The customer can select the product according to his needs, and
the entrepreneur is able to reach the product to the right audience. Here it is possible to
show different ads to people of a specific location and specific language. Bangladesh
will average around 50.3 million monthly active social media users in 2022, with an
annual growth rate of 10.1 percent from 2021-2022. We want to bring all the social
media users of our country under one medium. Through this, job provision for the
unemployed and business services for entrepreneurs can be increased. At the same time,
we have combined education and entertainment with it. Foringbd.xyz is a complete
social media that integrates education, networking, business and communication [2]
1.1 Problem Domain
Foring social media platforms face several challenges in terms of their problem do-
main. One of the significant issues is the spread of misinformation, fake news, and
propaganda, which can have a detrimental effect on political and social stability in the
2
country. Additionally, hate speech and incitement to violence are also problematic, as
they can contribute to individual safety and security concerns. Government surveillance
and censorship of social media further pose challenges to freedom of expression and
privacy. These issues highlight the importance of developing effective strategies to
address them while ensuring that the benefits of social media in terms of
communication and social change are not overlooked.
1.2 Motivation
Foring social media is a source of inspiration and motivation for many people in the
country. Social media has given a voice to the previously unheard, allowing them to
share their stories, opinions, and experiences with the world. It has also become an
important tool for social and political movements in Bangladesh, empowering people
to organize, mobilize, and effect change. Foring media has opened up new opportunities
for entrepreneurs and small business owners, providing a platform to showcase their
products and services and reach a larger audience. Foring social media has also created
a sense of community and connectedness, allowing people to form meaningful
relationships and support networks both online and offline.
1.3 Aims and Objectives
We aim to bring all internet users across Bangladesh in a digital medium foringbd
We are creating new entrepreneurs by using social media correctly.
To provide opportunities for students to study along with entertainment through it
online.
To reach new customers, increase brand awareness, and boost revenue potential
through optimized advertising strategies
Using social media to reach the right audience and enable customers to choose
products according to their needs
3
To build lasting relationships with customers, increase customer satisfaction, and
improve brand reputation
1.4 Methodology
Foringbd is a complete social media platform. By using this media, a user can get
entertainment, news, job, and entrepreneurship [3]
Create Profile: An internet user can register with his name, email, and password.
Once the registration is complete, you can set up their profile by logging in with
your email and password
Sharing user Activities and status: Users can post status by uploading an image,
video, text, or audio file by going to status from their profile.
Connect with a friend: A user can see the user’s profile of the location nearest to
opening his account. Users can send a friend request to anyone of their choice.
Group: A user can open a group to create a social community. Two types of groups
can be opened: public and private. Any user can join the public group and post,
comment, and react according to the rules. Only the admin invite user in a private
group can join and do everything according to regulations.
Badges: We used badges to encourage users and tag their work. The user is
awarded various badges based on maximum views, reach, sales, friends, mes-
sages, etc. ( Example: King, Happy Rock, Rocket, Target, Featured, Trending,
Content Creator)
4
Message: Users can chat among themselves if they are friends with another
per- son. Multiple people can talk together in a group. Video calls, messages,
and audio calls are available.
Shop: Users can select and buy products according to their choice, track product
status, give reviews, and get refunds.
Learning: Users can access the feature by clicking the Learn option from their
account and paying. They can learn, take exams and earn certificates using one
portal.
1.5 Contributions
Foring social media has made significant contributions to society, economy, and cul-
ture. It has connected people, created awareness about social issues, promoted busi-
nesses and entrepreneurship, skill development, and provided entertainment. Social
media platforms like Facebook, Twitter, Linked In, Bikroy.com, Daraz, and Ajkerdeal
have played a crucial role in connecting people and providing opportunities for small
businesses. Many Bangladeshi social media influencers and bloggers have also used
their platforms to share knowledge and expertise with their followers. Moreover, social
media has become a source of entertainment for millions of people in Bangladesh, with
platforms like YouTube, TikTok, and Facebook providing a variety of content.
1.6 Outline of the Project Report
The outline of the project is described below:
Chapter 2: In this chapter described the literature review of the project. Where
we describe the related works about our project idea.
Chapter 3: In this chapter, we show the designs, methods, and procedures of the
project. We will show a block diagram, use-case diagram, and E-R Diagram of
the project.
Chapter 4: In this chapter, we show about how we developed our project. Fron-
tend design and back-end developments are shown here.
5
Chapter 5: There are some limitations to this project and some scope of future
work. This chapter describes the limitations and the scope of future work with
the conclusion
6
Chapter 2 Literature
Review
2.1 Introduction
Social media has become an integral part of modern communication and has
significantly impacted the way individuals interact with one another. With the
increasing availability of internet access, the use of social media platforms has
exploded, leading to new opportunities for individuals and businesses alike. Online
shopping has emerged as one of the most significant and visible applications of social
media, and it has revolutionized the way consumers purchase products and services.
Online shopping has become an essential part of many people’s lives, and social media
platforms are playing a crucial role in this trend.
2.2 Limitation
There are several limitations of Foring social media platforms with regards to online
shopping. Some of the most significant ones include:
Limited payment options: Online shops on Foring social media platforms often
have limited payment options, making it difficult for users to purchase products.
Most online shops only accept cash on delivery, which can be inconvenient for
users.
Limited product range: Many online shops on Foring social media platforms offer
a limited range of products, which can make it challenging for users to find what
they are looking for.
7
Trust and reliability: Users may find it difficult to trust online shops on social media
platforms, particularly if they are not well-known or established. There is also a risk of
fraudulent activity, such as fake products or scams.
Delivery and logistics: Delivery and logistics can be challenging in Bangladesh,
particularly in rural areas, which can result in delayed or canceled orders.
Lack of customer support: Online shops on Foring social media platforms may not
offer adequate customer support, making it challenging for users to resolve any issues
they may face.
These limitations highlight the need for the development of more sophisticated e-
commerce platforms in Bangladesh, which can offer a wider range of products, reliable
payment options, and adequate customer support
2.3 Related Work
Foring social media platforms such as Facebook, Twitter, and Instagram have a
significant user base in Bangladesh and are widely used for communication,
information sharing, and social networking. These platforms have proven to be effective
tools for connecting people across Bangladesh and the world, promoting business and
commerce, and mobilizing people for social and political causes.
However, as discussed earlier, these platforms face challenges related to the spread of
misinformation, fake news, hate speech, and incitement to violence. Additionally, they
may not offer adequate e-commerce features for online shopping, which is a growing
trend in Bangladesh.
In comparison, some Bangladeshi-based e-commerce platforms such as Daraz, Evaly,
and Bagdoom have been successful in providing users with a wide range of products,
reliable payment options, and customer support. However, they may not offer the same
level of social networking and communication features as social media platforms.
Therefore, there is a need to develop a more integrated platform that offers both social
networking and e-commerce features, while also addressing the challenges related to
misinformation, hate speech, and incitement to violence. Such a platform could
8
potentially revolutionize the way people in Bangladesh communicate, connect, and do
business online.
There are a number of social media websites that are similar to each other in terms of
their functionality and user base. Some of the most popular social media websites
include:
2.3.1 Facebook
Facebook [4] is the largest social media website in the world, with over 2.8 billion
monthly active users. It is a platform for connecting with friends and family, sharing
news and information, and promoting businesses and organizations. Figure: 2.1
Figure 2.1: Facebook
2.3.2 Twitter
Twitter is a social media platform that allows users to share short, 280-character
messages called “tweets”. It is used for real-time news and information sharing, as well
as for marketing and advertising [5]. Figure: 2.2
9
Figure 2.2: Twitter
2.3.3 Instagram
Instagram is a social media platform that is focused on sharing photos and videos. It has
over 1 billion monthly active users and is used by businesses and individuals for
marketing, branding, and sharing personal experiences [2]. Figure: 2.3
Figure 2.3: Instagram
10
2.3.4 LinkedIn
LinkedIn is a social media platform that is designed for professionals to connect and
network. It is used for job searching, recruiting, and building professional relationships.
[6] Figure: 2.4
Figure 2.4: LinkedIn
2.3.5 Snapchat
Snapchat [7] is a social media platform that allows users to share photos and videos that
disappear after a short period of time. It is used for socializing and sharing personal
experiences. Figure: 2.5
11
Figure 2.5: Snapchat
2.4 Advantages of our website (ForingBD)
There are several advantages of using Foring social media platforms, including:
Localized content: Foring social media platforms can provide localized content
and news that is relevant to the country, which can be particularly useful for people
living in Bangladesh or those interested in Bangladeshi culture.
User-friendly: Foring social media platforms are designed to cater to the needs of
local users, so they tend to be more user-friendly and easier to use than global
social media platforms.
Support for small businesses: Local social media platforms can be particularly
useful for small businesses looking to connect with local customers and expand
their reach within the country.
Community building: Foring social media platforms can facilitate the building of
online communities that share common interests and goals, allowing users to
connect with like-minded individuals and build meaningful relationships.
2.5 Conclusion
Social media has become an integral part of our daily lives and has transformed the way
we communicate, connect, and share information with others. It has allowed us to
connect with people from different parts of the world, and has provided new
opportunities for businesses to reach a wider audience. One of the significant benefits
of social media is that it has made it easier to access information and stay up-to-date
with current events. It has also given a voice to marginalized communities and enabled
them to share their stories and experiences with a wider audience. However, social
media has had a profound impact on our society, and it is up to us to use it responsibly
and in a way that enhances our lives and the lives of those around us.
12
Chapter 3
The Design Methods and Procedures
3.1 Introduction
Design methods and procedures are critical for the successful development of any
product, including social media platforms. With the rise of social media usage in
Bangladesh, it is crucial to consider the specific cultural and social nuances of the
country in the design process. The process of designing a social media platform for
Bangladeshi users involves careful consideration of user needs, preferences, and
behaviors. In this era of rapid technological advancement and digitalization, social
media has become a primary means of communication, entertainment, and information
sharing in Bangladesh. Therefore, the design of social media platforms should be
thoughtfully developed to promote user satisfaction, while also ensuring that the
platforms are secure and safe for users to interact on. This requires adherence to
established design methods and procedures that take into account user research, iterative
testing, and continuous improvement. By taking these factors into account, designers
can create social media platforms that are more engaging, user-friendly, and culturally
sensitive.
3.2 Features of the Project
Social Media
Online shop
Job Portal
13
3.3 Software Model
A commonly used SDLC model for developing Foring social media platform is the
Agile model. This model involves breaking down the development process into smaller,
iterative cycles called sprints. Each sprint involves gathering requirements, designing,
implementing, testing, and delivering a small set of features. This model is useful for
projects with evolving requirements and a need for frequent user feedback. It allows for
faster delivery of working software and enables the team to respond quickly to changing
requirements.
3.4 Resource
There are a wide variety of resources available about social media. There are many on-
line tutorials and courses available that cover a wide range of topics related to social
media, such as social media marketing, social media analytics, and social media
strategy. Many publications are available that discuss social media in detail, including
its background, cultural effect, and corporate uses. Studies and publications from
academic and industry research can offer helpful insights into social media usage,
behavior, and trends. Also, there are numerous websites and magazines devoted to the
social media sector, including Mashable, social media Today, and Social Media
Examiner, which provide news, advice, and insights about social media.
3.5 Workflow Diagram
A workflow diagram, also known as a flowchart, is a visual representation of a process
or workflow. It is a diagram that shows the steps or stages involved in completing a task
or a series of tasks. Workflow diagrams are used in a variety of industries to help people
understand how a process works, to identify bottlenecks or inefficiencies in a process,
and to plan improvements. Figure: 3.1
14
Figure 3.1: Social media workflow
15
3.6 Use case Diagram
A use case diagram is a particular kind of diagram used in software development to
show how actors interact with the system in question. It depicts how users or other
systems interact with a system’s features and functionalities. The use case diagram for
our project is shown here. Figure: 3.2
Figure 3.2: Use case Diagram
3.7 Data Flow Diagram
A data flow diagram (DFD) is a graphical representation of how data flows through a
system. It shows the flow of data between processes, data stores, and external entities.
It can be used to model a system at a high level of abstraction. DFDs are useful for
understanding the structure and behavior of a system without getting bogged down in
details. There are different levels of DFDs, each with increasing levels of detail.
Here are our Level0 and Level1 DFD Diagram. Figure 3.3
16
Level 0
Level 1
17
Level 2
Figure 3.3: Data Flow Diagram Level0 and Level1
3.8 E-R Diagram
The relationships between the entities in a database are shown in an E-R (Entity-
Relationship) diagram. It is utilized to create and model data structures for a database
or software program. Here is our project E-R diagram. Figure: 3.4
Figure 3.4: ER Diagram
3.9 Gantt Chart
A Gantt chart is a type of bar chart that illustrates a project schedule. It shows the start
and end dates of different tasks and how they relate to each other. Here is our gantt
chart of Foring project. Here is our budget of Foring project. Figure: 3.5
18
Figure 3.5: Gantt Chart
3.10 Budget
A budget is a financial plan that outlines the expected income and expenses for a
particular period of time. In the context of a project, a budget is a financial strategy used
to describe the expected expenses of all the tasks and materials needed to complete a
project. Table: 3.10
Index
Items
Estimated cost (USD)
1
Development
50,000
2
Infrastructure and hosting
5,000
3
Design and branding
5,000
4
Marketing and promotion
5,000
Table 3.10: Budget
19
3.11 Requirements
There are two main categories of coding, scripting and programming for creating this
project:
Functional requirements: Functional requirements are the features and capabilities
that a social media platform must have in order to meet the needs of its users. These
requirements include things like the ability to create and share content, connect with other
users, send and receive messages, and search for and discover new content. Other
examples of functional requirements for social media platforms include the ability to
create and manage groups or communities, view analytics and insights, and customize
privacy settings.
Non-functional requirements: Non-functional requirements are the characteristics
or qualities that a social media platform must have in order to perform its functions
effectively. These requirements include things like performance, security,
usability, reliability, and scalability.
3.11.1 Client Side Scripting / Coding
Client-side scripting refers to the type of programming that browsers run or
comprehend. Client side scripting is normally viewable by all website visitors (to view
the source code, select “View Source” from the view menu). Typical Client Side
Examples The Foring Project makes use of scripting
technology:
HTML
CSS
Wordpress
20
3.11.2 HTML
HTML, or Hypertext Markup Language, was created by Tim Berners-Lee in 1990. The
World Wide Web displays electronic documents, sometimes known as pages, that are
created using HTML. Each page has a number of hyperlinks, which are connections to
other pages. Every web page you encounter on the Internet was created utilizing some
form of HTML code. To ensure that text and images are formatted correctly for display
by your Internet browser, HTML coding is used. Without HTML, a browser would not
understand how to load images or other elements or display text as an element.
Cascading Style Sheets are layered on top of HTML’s basic page structure to customize
the page’s appearance.
3.11.3 CSS
Cascading Style Sheet is a CSS term. The markup language CSS is used to describe
reusable styles for displaying documents. For instance, CSS can be used to alter the font
style, size, and color of specific HTML components. A developer can modify the
appearance of all the sites simultaneously by linking a single CSS file to many pages.
3.11.4 Wordpress
WordPress is a popular open-source content management system used to create and
manage websites. It makes use of a MySQL database and is written in PHP. With its
abundance of thousands of themes and plugins, WordPress enables users to quickly
alter and increase the functionality of their websites. It also includes a user-friendly
interface that enables anyone without much coding skills to utilize it. Businesses,
bloggers, and individuals all use WordPress to build websites, from straightforward
blogs to intricate e-commerce portals. Joomla has become one of the most widely used
website systems worldwide thanks to its adaptability, flexibility, and simplicity of use.
21
3.12 Server Side Scripting / Coding
The kind of code that the web server executes or interprets is known as server side
scripting. Visitors or the general public cannot observe or access server side scripting.
The most popular server-side scripting technologies utilized in this project are listed
below: PHP
MySql
3.12.1 PHP
PHP is a server-side scripting language. That is employed in the development of Web
apps or static or dynamic webpages. PHP, which formerly stood for Personal Home
Pages, is now known as Hypertext Pre-processor. Only servers with PHP installed can
interpret PHP scripts. Only a web browser is needed on the client machines to view the
PHP scripts. A PHP file has the “.php” suffix and contains PHP tags.
3.12.2 MySql
MySQL is an open-source RDBMS that was first released in 1998. (Relational database
management system). As an open source, cost-free alternative to competing SQL
solutions, MySQL is extensively used and a favorite.
3.13 Testing Technique
There are several testing techniques that can be used to test Foring social media platform.
Here are a few commonly used testing techniques:
Web UI testing: Web UI testing is a testing technique used to ensure that the user
interface of a web application is functioning correctly and provides a positive user
experience. It involves testing the user interface elements such as buttons, links,
22
forms, and menus to ensure they are working as expected and are responsive to
user interactions.
Performance testing: This involves testing the performance of the social media
platform under different load conditions to ensure that it can handle a large number
of users without crashing or slowing down. It includes testing aspects such as
response time, throughput, and scalability.
Security testing: This involves testing the security of the social media platform to
ensure that user data is protected from unauthorized access and hacking attempts.
It includes testing aspects such as authentication, authorization, and data
encryption.
Usability testing: This involves testing the usability of the social media platform
to ensure that it is easy to use and navigate for users. It includes testing aspects
such as user interface, navigation, and user experience.
Overall, a combination of these testing techniques should be used to thoroughly test
Foring social media platform and ensure its quality and reliability.
3.14 Risk Analysis
To conduct a risk analysis of social media, organizations or individuals must first
identify the specific risks associated with the platform they are using. For example, if an
organization uses social media for customer service, they may face risks such as negative
comments, complaints, and brand reputation damage. Risk analysis strategies can be
developed to address the identified risks. These strategies may include implementing
security measures, setting up monitoring and reporting mechanisms, developing social media
policies and guidelines, and providing training and education to users.
3.15 System Design
The project was divided into front-end and back-end components. The project features
an admin panel for the system administrator, however whenever a user logs in, a profile
panel appears.
23
3.16 Conclusion
In this chapter where describe how we will do our project. Here we show our budget,
ER diagram and use case diagram. It is very important to understand the internal and
external structure of this project and create good documentation of the project.
24
Chapter 4
Evaluation of the Developed System
4.1 Introduction
The development of Foring social media platform has the potential to bring significant
benefits to the country’s digital landscape. The system will provide a localized platform
for people to connect and share information, community and enabling the exchange of
ideas. Additionally, the platform can provide a space for small businesses and
entrepreneurs to promote their products and services, boosting the local economy.
Ongoing evaluation and improvement will be necessary to ensure the platform meets
the needs of its users and contributes positively to the digital growth of Bangladesh.
4.2 Development Process
The process of carrying out the build plan for the front end and back end of Foring
social media website is known as social media website development. Your shop pages,
shopping cart, order form, and support pages are all included in this.
4.2.1 Admin Dashboard
The WordPress admin dashboard, often called WP Admin or WP admin panel, is
essentially the control panel for your entire WordPress website. It’s where you create
and manage content, add functionality in the form of plugins, change styling in the form
of themes, and lots, lots more. Figure: 4.1
25
Figure 4.1: Admin Dashboard
4.2.2 Front-end Design
Web design and frontend web development are the two main components of the
frontend. Coding design patterns aim to create a collection of interactions between
objects. I try to make it simple for other developers to build upon my work while
maintaining faithful to its essential concepts rather than providing a single, independent
template to represent these relationships. The home page, drop-down menus, buttons,
effects, tabs, and numerous forms like the register and login forms are among the
components that make them up. Figure: 4.2
26
Figure 4.2: Front end Design
4.2.3 Back-end Development
The backend is composed of a server, an application, and a database. If we click on a
website link, we can see the UI’s front end. Also, the application stores the data we
provide in a database that was built after we entered it. served up by a server. Figure:
4.3
27
Figure 4.3: Back-end
4.2.4 Register Page
Registering for Foring social media account is easy and only takes a few minutes. Sim-
ply provide your name, email address, and create a unique password to get started. Once
registered, you can begin connecting with friends, sharing updates, and exploring the
platform’s features. Figure: 4.4
Figure 4.4: Registration
4.2.5 Log in Page
A social media login page typically consists of a username or email and password field,
allowing users to securely access their account. It may also include options for forgotten
passwords or creating a new account. Figure: 4.5
28
Figure 4.5: Login
4.2.6 Home Page
In this page basically welcome to user. Here user can find some basic information of this
site. figure: 4.2.6
Figure 4.6: Home Page
29
4.2.7 Profile
Profile option in Foring social media platform should allow users to create and
customize their profiles, including personal information, profile picture, and cover
photo. It should also provide options for privacy settings and allow users to connect
with friends and follow others. Figure: 4.7
Figure 4.7: Profile
4.2.8 Job
Job option in a Foring social media platform should be user-friendly. It should offer a wide
range of job categories. Figure: 4.2.8
Figure 4.8: Job
30
4.2.9 Shop
Shop option in a Foring social media platform should be user-friendly. It should offer a
wide range of product categories, verify sellers, and comply with legal and regulatory
standards. Figure: 4.9
Figure 4.9: Shop
4.2.10 Footer Page
The portion of content at the very bottom of a website is known as the footer. Copyright
disclosures, Important links, Community, logos, Followers. Briefly said, the
information in a footer helps make a website more user-friendly overall. Figure: 4.10
Figure 4.10: Footer
31
4.3 Discussion
Social media usage has rapidly increased in Bangladesh with different type of platforms.
Evaluation of developed systems should consider user engagement, functionality,
performance, security, and cultural sensitivity to ensure that they meet the needs of their
users. Foring social media has and extra feature that is online shop. People easily create
their account and connect with others and buy their necessary things.
32
Chapter 5
Conclusion
Foring social media platforms have become an integral part of daily life for many people
in Bangladesh. That platforms are used for a variety of purposes, including personal
communication, and business promotion. It has also become a significant tool for
allowing people to express their views and opinions, and connect with like-minded
individuals. However, the use of social media has also raised concerns about privacy,
and inappropriate content.
Overall, foring social media platforms have had a significant impact on Bangladeshi
society, providing new opportunities for communication, expression, and activism, and
business.
5.1 Limitation of the research
Here are seven limitations of Foring social media.
Limited access due to inadequate infrastructure, lack of digital literacy, and socio-
economic factors.
Dependence on the internet and electricity, which can be unreliable in some parts of
the country.
Language barriers as English is not widely spoken or understood by the majority of the
population.
Limited content moderation, which can lead to the spread of misinformation, hate
speech, and cyberbullying.
Lack of privacy and data protection laws, which can lead to the misuse of personal data
by social media companies.
33
Limited access to advanced features on some social media platforms due to
government regulations and restrictions.
Limited availability of local content and the dominance of foreign content, which can
limit the representation of Bangladeshi culture and perspectives.
5.2 Future Works
Future works of Foring social media platforms:
Localization: Foring social media platforms can focus on further localization to
better cater to the needs and preferences of Bangladeshi users. This can include
support for regional languages, culture-specific features, and relevant content.
E-commerce Integration: Integrating e-commerce features into social media
platforms can be a promising avenue for growth. This can include in-app shopping,
social commerce, and peer-to-peer marketplaces.
Augmented and Virtual Reality: Augmented and virtual reality technologies can
enhance the user experience of social media platforms. Bangladeshi-based social
media platforms can explore integrating these technologies to offer innovative
features and attract more users.
Cybersecurity: As social media platforms become more prevalent, cybersecurity
concerns increase. Foring social media platforms can work on strengthening their
cybersecurity measures to protect user data and prevent cyber-attacks.
Digital Advertising: With the increasing popularity of social media, digital
advertising is becoming more relevant. Foring social media platforms can explore
different advertising models to help businesses promote their products and services.
34
5.3 Concluding Remarks
Foring social media have become an increasingly popular and important channel for
businesses to reach and engage with customers. The integration of social media has
created new opportunities for businesses to expand their online presence, increase
revenue, and provide personalized shopping experiences for their customers. However,
there are also limitations and challenges that businesses need to address, such as security
concerns and high competition in the online marketplace. To ensure success in this
domain, businesses need to continuously optimize and experiment with their strategies
and adapt to changing consumer behavior and expectations.
35
References
[1]S Khan. Richard Price,”Academia.edu is a for-profit open repository”September 2008
. https://www.academia.edu.
[2]Instagram. https://www.instagram.com//. Established: October 6, 2010.
[3]A Keenan A Shiri. Library review, 2009 . https://www.emerald.com.
[4]ConnectBD. http://www.connectbd.com//. Established: 2000-02-30.
[5]Twitter. https://www.twitter.com//. Established: March 21, 2006. [6]Amarpix.
https://www.amarpix.com//. Established: 2016-10-11. [7]Daraz.
https://www.daraz.com.bd//. Established: 2012.
ResearchGate has not been able to resolve any citations for this publication.
Academia.edu is a for-profit open repository
  • S Richard Khan
  • Price
S Khan. Richard Price,"Academia.edu is a for-profit open repository"September 2008 . https://www.academia.edu.