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

Component Description
FastComments 带回复、投票及更多功能的评论小部件
FastCommentsCommentCount 显示页面的评论数量
FastCommentsImageChat 图像注释评论
FastCommentsLiveChat 实时聊天小部件
FastCommentsCollabChat 协作式内联评论
FastCommentsReviewsSummary 星级评分评论摘要
FastCommentsUserActivityFeed 用户活动提要

所有组件都从包根导出:

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

示例项目 Internal Link

一个可运行的示例包含在 example/ 目录中:

cd example && npm install && npm run dev


需要帮助?

如果您在使用 Astro Library 时遇到任何问题或有疑问,请:

贡献

欢迎贡献!请访问 GitHub 仓库 以查看贡献指南。