FastComments.com

Add Comments to Your Astro Site


이것은 FastComments용 공식 Astro 라이브러리입니다.

Astro용 FastComments 댓글 위젯

저장소

GitHub에서 보기


설치 Internal Link

npm install fastcomments-astro

빠른 시작 Internal Link

---
import { FastComments } from 'fastcomments-astro';
---

<FastComments tenantId="demo" />

"demo"를 FastComments 테넌트 ID로 교체하세요.

컴포넌트 Internal Link


구성 요소 설명
FastComments 답글과 투표 등 기능을 갖춘 댓글 위젯
FastCommentsCommentCount 페이지의 댓글 수 표시
FastCommentsImageChat 이미지 주석 댓글
FastCommentsLiveChat 라이브 채팅 위젯
FastCommentsCollabChat 협업 인라인 댓글
FastCommentsReviewsSummary 별점 리뷰 요약
FastCommentsUserActivityFeed 사용자 활동 피드

모든 컴포넌트는 패키지 루트에서 내보내집니다:

---
import { FastComments, FastCommentsLiveChat } from 'fastcomments-astro';
---

예제 프로젝트 Internal Link


작동하는 데모는 example/ 디렉터리에 포함되어 있습니다:

cd example && npm install && npm run dev



도움이 필요하신가요?

Astro 라이브러리 사용 중 문제가 발생하거나 질문이 있으시면, 다음을 이용해 주세요:

기여

기여는 언제나 환영합니다! 기여 지침은 GitHub 리포지토리를 방문해 확인하세요.