Social Home Page

The Social Home Page is the gateway to various social interactions within the application. This page integrates multiple components such as AmityGlobalFeedNavigationComponent, AmityEmptyNewsfeedComponent, AmityNewsfeedComponent, and AmityMyCommunitiesComponent, providing a comprehensive view of the social features available to the user.

Features

Feature

Description

Global Feed Navigation

Enables users to navigate through different segments of the social platform like newsfeed, explore, my communities, etc.

Newsfeed Viewing

Displays recent posts, updates, and activities from connections and followed communities.

Community Access

Quick access to communities the user is part of, with a view to join more.

Engagement Options

Users can like, comment, and interact with posts directly from this page.

Customization

Config IDTypeDescription

social_home_page/*/*

Page

You can customize page theme

social_home_page/*/newsfeed_button

Element

You can customize text

social_home_page/*/explore_button

Element

You can customize text

social_home_page/*/my_communities_button

Element

You can customize text

For more details customization, please refer to Customization page.

Usage

The AmitySocialHomePage can be implemented in any application to serve as the entry point to social features. Incorporate the AmitySocialHomePage within your app’s UI composition to ensure it is the first component loaded when accessing the social features.

Custom navigation behavior can be implemented to enhance or modify the interaction flow on the AmitySocialHomePage. This includes overriding default actions to navigate to specific pages like global search or community search based on user interactions.

Last updated