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 AmityPostContentComponent and the AmityCommentTrayComponent.
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 customization, please refer to Customization page.
The Post Details Page can be used in the app if you already have an AmityPost object from AmitySDK. 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 Overriding Navigation Behavior page.