# 11. 게시글의 좋아요, 댓글 수를 표시하고 싶어요.

SNS 블록을 사용해서 좋아요, 댓글 수를 표시할 수 있어요.&#x20;

또 하나의 방법은 숫자 블록을 사용하는 방법이에요.&#x20;

1. 관리자 웹 > 앱 설정 > 좌측 탭에서 원하는 탭 선택 > 원하는 화면(목록 화면, 상세 화면 등)선택 후 숫자 블록을 추가해 주세요.
2. 숫자 블록 [항목 ID](/main/guide/dictionary/item-id.md)에 아래 값 중 원하는 값을 입력 후, 저장해 주세요.&#x20;

* 좋아요 : \_docTimelineLike.count.value
* 댓글 + 답글 : \_docTimelineReply.totalCount.value
* 댓글 : \_docTimelineReply.count.value

> \#좋아요 수, #댓글 수, #sns, #반응 수 표시, #SNS블록

2024.02.16 Jinny<br>


---

# 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/faq/app-settings/11.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.
