# Post Target Selection Page

The Post Target Selection Page is a crucial component designed to streamline the process of selecting the target audience or community for post sharing within the social.plus UIKit 4.0. This feature allows users to specify where their post will be visible, whether it's a particular community, or to all followers, enhancing the user experience by providing control and flexibility over their content's visibility.

<figure><img src="/files/WI464AaVa6wONhtjPleX" alt=""><figcaption></figcaption></figure>

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

<table data-header-hidden><thead><tr><th width="217"></th><th></th></tr></thead><tbody><tr><td>Feature</td><td>Description</td></tr><tr><td>Post creation</td><td>Select a community or my timeline to create a post with the selected target.</td></tr></tbody></table>

### Customization

<table><thead><tr><th width="269">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>select_post_target_page/*/*</code></td><td>Page</td><td>You can customize page <code>theme</code></td></tr><tr><td><code>select_post_target_page/*/close_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td><code>select_post_target_page/*/title</code></td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>select_post_target_page/*/my_timeline_text</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](/social-plus-uikit/uikit-4/customization.md) page.

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

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

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

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

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/282c34eb1ad1b1dc3c9309f3eaa70685>" %}
{% endtab %}

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

### Navigation Behavior

Post Target Selection Page will navigate to post composer, you can override the behavior to navigate to your own pages.

For more details, please refer to the [Overriding Navigation Behavior](https://docs.amity.co/amity-uikit/uikit-v4-beta/customization/overriding-navigation-behaviour) page.

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

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

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

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/282c34eb1ad1b1dc3c9309f3eaa70685>" %}
{% 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/post/post-target-selection-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.
