Global Feed Component
The AmityGlobalFeedComponent
is a central component within the Social Plus platform, designed to aggregate and display a diverse array of posts from the user community. It utilizes the AmityPostContentComponent
to render individual posts, creating an engaging newsfeed experience. This component not only enhances user interaction by providing a seamless scroll through various types of posts but also serves as a reflection of the community’s activity, showing everything from user updates to broader community announcements.
Features
Feature | Description |
Post List | Displays recent posts, updates, and activities from connections and followed communities. |
Engagement Options | Users can like, comment, and interact with posts directly from this page. |
Customization
Config ID | Type | Description |
---|---|---|
| Component | You can customize component |
For more details on customization, please refer to the Customization page.
Usage
The AmityGlobalFeedComponent is designed for easy integration across various platforms, enabling a consistent user experience by displaying a global feed of posts.
Navigation Behavior
The behavior of the AmityGlobalFeedComponent can be customized to handle navigation to the post detail page differently. Here’s how you can override the default behavior:
Last updated