# V3 Compatible Social Home Page

The [Newsfeed V4 component](/social-plus-uikit/uikit-4/social/discover-and-search/social-home-page/newsfeed-component.md) has been seamlessly integrated into the existing Social Home V3 page, enhancing the user experience with improved functionality and a modernized interface. This integration ensures that all the familiar features of Social Home V3 are retained while leveraging the advanced capabilities of Newsfeed V4.

Newsfeed V4 offers a dynamic and personalized feed that aggregates posts, updates, and interactions from your network in real-time. With this integration, users can enjoy a more responsive and engaging social experience without having to navigate away from the familiar Social Home V3 layout. The transition between the two components is smooth, providing a unified platform where users can effortlessly interact with content, connect with their network, and stay updated on the latest activities.

This seamless integration ensures that users benefit from the best of both worlds: the trusted environment of Social Home V3 and the enhanced features of Newsfeed V4, creating a cohesive and enriched social experience.

<div><figure><img src="/files/HpXpfcEgI3VsUUaR4ZID" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GqOiYTGb1iJ1nEgBzBsZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/mYbLLJClM5g13MVFh9L1" alt=""><figcaption></figcaption></figure></div>

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

| Feature                | Description                                                                                                              |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Global Feed Navigation | Enables users to navigate through different segments of the social platform like newsfeed, explore, my communities, etc. |
| Newsfeed Viewing       | Displays recent posts, updates, and activities from connections and followed communities.                                |
| Community Access       | Quick access to communities the user is part of, with a view to join more.                                               |
| Engagement Options     | Users can like, comment, and interact with posts directly from this page.                                                |

### Customization

<table><thead><tr><th width="301">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>social_home_page/newsfeed_component/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr></tbody></table>

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

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

The AmitySocialHomePage V3 with Newsfeed Component V4 can be implemented in any application to serve as the entry point to social features. Incorporate the AmitySocialHomePage within your app’s UI composition to ensure it is the first component loaded when accessing the social features.

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

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/7bf4cc7ae486b91de5b029ea632d476d>" %}
{% 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/discover-and-search/v3-compatible-social-home-page.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.
