# SNS

**SNS 블록은 언제 사용하나요?**

* '좋아요'와 '댓글' 과 같이 반응 기능을 구현하고 싶을 때 사용해요. 주로 커뮤니티에서 사용해요.

**SNS 블록의 특징은 무엇인가요?**

* '좋아요'와 '댓글', '공유하기' 아이콘이 나란히 추가돼요.&#x20;
* SNS 항목 편집에서 위치 변경 및 삭제 등 편집이 가능해요.&#x20;

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

> \#SNS, #좋아요 기능 추가하기, #댓글 기능 추가하기, #반응 기능

2024.02.28 Jinny

## Social Media

Create a like-button and comment section.

**When do I use the social media block?**

* This block is used for the implementation of interactive features such as a like-button and comment section, it is mostly added to community apps.

**What are the characteristics of social media blocks?**

* The block displays the like and comment icons side by side in your app.

2023.07.27 Hwaran


---

# 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.ohmyapp.io/main/guide/develop_app/4/block/etc/sns.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.
