User profiles, relationships, and social interactions including follow system and user management
Feature | Description |
---|---|
User Information | Display user name, description, following and follower count |
Follow Request | User can accept or decline follow request from other users |
User Feed | Display post, image and video feed posts created by the user |
Post Creation | Allow user to create a post on own timeline |
Other User Information | User can view other user profile and can follow/unfollow/block that user |
Property | Type | Description |
---|---|---|
userId | String | The user ID for the profile to display |
Config ID | Type | Description |
---|---|---|
user_profile_page/*/* | Page | Customize page theme |
user_profile_page/*/back_button | Element | Customize back button image |
user_profile_page/*/menu_button | Element | Customize menu button image |
user_profile_page/*/user_feed_tab_button | Element | Customize user feed tab image |
user_profile_page/*/user_image_feed_tab_button | Element | Customize image feed tab image |
user_profile_page/*/user_video_feed_tab_button | Element | Customize video feed tab image |
Feature | Description |
---|---|
User Information | Display user name, description, following and follower count |
Follow Request | User can accept or decline follow request from other users |
Property | Type | Description |
---|---|---|
user | AmityUser | The user object for the profile header |
Config ID | Type | Description |
---|---|---|
user_profile_page/user_profile_header/* | Component | Customize component theme |
user_profile_page/user_profile_header/follow_user_button | Element | Customize follow button text and image |
user_profile_page/user_profile_header/following_user_button | Element | Customize following button text and image |
user_profile_page/user_profile_header/unblock_user_button | Element | Customize unblock button text and image |
user_profile_page/user_profile_header/user_following | Element | Customize following count text |
user_profile_page/user_profile_header/user_follower | Element | Customize follower count text |
Config ID | Type | Description |
---|---|---|
user_profile_page/user_feed/* | Component | Customize component theme |
user_profile_page/user_feed/empty_user_feed | Element | Customize empty state text and image |
user_profile_page/user_feed/private_user_feed | Element | Customize private feed text and image |
user_profile_page/user_feed/blocked_user_feed | Element | Customize blocked user feed text and image |
Config ID | Type | Description |
---|---|---|
user_profile_page/user_image_feed/* | Component | Customize component theme |
user_profile_page/user_image_feed/empty_user_image_feed | Element | Customize empty state text and image |
user_profile_page/user_image_feed/private_user_image_feed | Element | Customize private feed text and image |
Config ID | Type | Description |
---|---|---|
user_profile_page/user_video_feed/* | Component | Customize component theme |
user_profile_page/user_video_feed/empty_user_video_feed | Element | Customize empty state text and image |
user_profile_page/user_video_feed/private_user_video_feed | Element | Customize private feed text and image |