# SharinPix Chatter

The **SharinPix Chatter** component enables users to add Chatter posts for a specific image from an album or a specific image annotation.

![](/files/JESOq9R8gJx067tYanlc)

{% hint style="info" %}
**Information:**<br>

This feature is only available on Lightning. It can be used on:

* Community Builder
* Page Builder
* Desktop
* Mobile
* In your own Lightning Component development
  {% endhint %}

## Getting Started

To use the SharinPix Chatter component, you simply need to drag and drop the component from the Lightning App Builder onto the page layout.

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

## Lightning Component Parameters

<figure><img src="/files/7BxtGj4p7Isvpir5adiX" alt=""><figcaption></figcaption></figure>

* **Record ID or External ID:** Used to specify the Salesforce record ID or the external ID corresponding to the Salesforce record.
* **Record ID of parent object:** Used to specify the Salesforce record ID of the parent record.
* **Height:** Used to specify the component's height. The default height is **700 (px)**.
* **Component ID:** Used to specify the Component ID which can be any common text between the **SharinPix Chatter** component and the corresponding **SharinPix Album** component. The ID allows communication between matching components. **Please note that this field should be filled in order to use the SharinPix Chatter component.**
* **Chatter feeds for viewed images:** Used to enable/disable the option to show chatter publisher and feed for the viewed image.
* **Chatter feeds for selected annotations:** Used to enable/disable the option to show chatter publisher and feed for the selected annotation.

## Demo

The example below shows a Chatter post corresponding to the image selected from the album:

![](/files/SqaeKgFPJh1BoaCEhf4o)

{% hint style="success" %}
**Tip:**<br>

Below are some useful links relating to the SharinPix Chatter component that you may refer to:

* [Using the Chatter](/documentation/chatter-feed/use-the-pre-build-sharinpix-album-with-chatter-feed.md#using-the-chatter)
* [Use SharinPix with Chatter component on specific images or annotations](/documentation/chatter-feed/sharinpix-chatter-feed-for-image-and-annotation-how-it-works-what-to-expect.md)
  {% endhint %}


---

# 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.sharinpix.com/documentation/lightning-web-component/sharinpix-chatter.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.
