# User Feed Component

The User Feed Component displays list of posts created by that user.

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FFapO3YnUMCrlyrzead9D%2Ff1.png?alt=media&#x26;token=744dee86-2455-4ee9-b4e0-4cb96bc539b3" alt=""><figcaption></figcaption></figure>

### Features <a href="#features" id="features"></a>

| **Feature** | **Description**                                               |
| ----------- | ------------------------------------------------------------- |
| User Feed   | Display a list of posts created by user                       |
| Interaction | User can perform creating comment and adding reaction to post |

### Customization

<table><thead><tr><th width="278">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>user_profile_page/user_feed/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr><tr><td><code>user_profile_page/user_feed/empty_user_feed</code></td><td>Element</td><td>You can customize <code>text</code> and <code>image</code></td></tr><tr><td><code>user_profile_page/user_feed/private_user_feed</code></td><td>Element</td><td>You can customize <code>text</code> and <code>image</code></td></tr><tr><td><code>user_profile_page/user_feed/private_user_feed_info</code></td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>user_profile_page/user_feed/blocked_user_feed</code></td><td>Element</td><td>You can customize <code>text</code> and <code>image</code></td></tr><tr><td><code>user_profile_page/user_feed/blocked_user_feed_info</code></td><td>Element</td><td>You can customize <code>text</code></td></tr></tbody></table>

For more details on customization, please refer to the [Customization](https://docs.social.plus/social-plus-uikit/uikit-4/customization) page.

### Usage <a href="#usage" id="usage"></a>

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/cba53dca98c57dc07b559e69db90acb8>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/77ffa2cc77de60ce311391b60e01ea79>" %}
{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/amythee/4e5dff3ec0e902fdb9746e6f6ba7ca91>" %}

{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/a1cdc46547c1c11b876afeffc9d9a70e>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-4/social/user/user-profile-page/user-feed-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
