> For the complete documentation index, see [llms.txt](https://livere.gitbook.io/livere/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livere.gitbook.io/livere/faq/write.md).

# 댓글 작성 FAQ

### Q. 댓글 공유를 했는데, SNS/소셜미디어에는 안 떠요.

A.  우선 확인해야 할 것은, \[공유]버튼을 클릭하시어, 해당 SNS로 공유하는 토글이 ON 상태인지 확인해주세요. 공유 기능이 켜져 있는데도, SNS 피드에 보이지 않는다면, 개별 SNS/소셜미디어의 네트워크 영향일 가능성이 있습니다. 해당 기능의 경우, SNS 네트워크/서버 상태 또는 API(Application Programming Interface) 자원에 영향을 받을 수 있습니다. 잠시 기다렸다가 다시 시도해보시길 추천드립니다.

> SNS/소셜미디어로 댓글을 공유하는 기능은 현재 트위터/X 서비스에 한하여 제공하고 있습니다. 네이버, 카카오, 미투데이의 경우 해당 기술이 종료되었기 때문에, 라이브리에서도 기능이 사라지게 되었습니다.

***

### Q. SNS/소셜미디어에 공유한 댓글을 삭제했는데, 뉴스 댓글에는 여전히 댓글이 남아있어요.

A. SNS/소셜미디어로 공유된 댓글은 그 이후부터는, 개별 SNS의 정책에 따라 관리됩니다. 그래서, SNS에서 지웠다고 해서, 댓글위젯에서 동시에 지워지는 것은 아닙니다. 해당 댓글을 삭제하고 싶다면, \[마이 라이브리]의 "내 댓글 목록"에서 삭제해주십시오.

***

### Q. 기존에 내가 작성한 댓글을 볼 수 있나요? 다른 사람이 내 댓글에 좋아요를 눌렀는지 알고 싶어요.

A. 라이브리에서 작성하신 댓글은 \[마이 라이브리] 기능으로 모아보실 수 있습니다. 라이브리에 해당 계정으로 로그인 하신 후, \[MY] 버튼 > \[계정관리/설정] 버튼 또는, 종/Bell 모양의 아이콘을 클릭하시면, 각각 "내 댓글 목록"과 "내 댓글에 대한 알림" 메뉴로 이동할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://livere.gitbook.io/livere/faq/write.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
