# Post Details Page

![](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MX7--biM7-v3S30Q3dl%2F-MX7-8WUx6xnI8MJY7Y2%2Fimage%20\(18\)%20\(1\).png?alt=media\&token=f91d0e8c-78e8-4cea-b80a-ca869758579e)

{% hint style="info" %}
Reply feature is coming soon.
{% endhint %}

### Features

| Feature          | Description                                                                       |
| ---------------- | --------------------------------------------------------------------------------- |
| Post content     | User can view content of the post including reactions and comments.               |
| Comment creation | User can create a comment by adding text to the compose bar and tapping **Post.** |

### Usage

**Create a Fragment**

```
AmityPostDetailFragment
         .newInstance(postId)
         .build()
```

## Link Preview in Post

The Link Preview feature in posts is designed to enrich user experience by providing a visual and informative preview of external links. This feature enhances content sharing, making it more interactive and engaging. This feature significantly improves the user's posting experience. It allows for a preliminary check of the link's accuracy and relevance, adding visual appeal to the post with an informative preview.

When a user includes a link in a post, the feature automatically extracts and displays key information: the title, main image, and a short description, creating an informative preview of the linked content. If the link is unavailable, it will show a empty placeholder or error view instead.

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FBVi4QtPWXQTzzwhHQ84V%2Fimage.png?alt=media&#x26;token=2d52c235-13b5-40bc-a743-01c71f0a8a4f" alt=""><figcaption></figcaption></figure>

#### **Editing Capability**

Users can edit the link preview even after the post is created. This flexibility ensures that the information remains up-to-date and accurate, enhancing the overall quality of the post.

#### **Limitations and Use Cases**

The preview feature is designed to only display images, titles, and descriptions after a post is created. This ensures clarity and relevance in the shared content.
