Post Details Page
Last updated
Last updated
The Post Details Page displays detailed information about a post, including its content, engagements, and comments, using a combination of the and the SocialPlusCommentTrayComponent.
Feature | Description |
Engagement Options | Users can like, comment, and interact with post directly from this page. |
Config ID | Type | Description |
---|---|---|
post_detail_page/*/* | Theme | User can customize page theme |
post_detail_page/*/back_button | Element | User can update back button icon |
post_detail_page/*/menu_button | Element | User can update menu button icon |
For more details on customization, please refer to the Customization page.
The Post Details Page can be used in the app if you already have an AmityPost object from Social Plus SDK. The postId from the AmityPost object is needed to initialize it.
Custom navigation behavior can be implemented to enhance or modify the interaction flow on the AmityPostDetailPage.
For more details, please refer to the Overriding Navigation Behavior page.