
言語 🇯🇵 日本語
ドキュメント
使用方法
GatsbyJS サイトにコメントを追加する
これは FastComments の公式 GatsbyJS ライブラリです。
FastComments をセットアップした GatsbyJS サイトの例
リポジトリ
ライブデモ 
すべてのウィジェットをライブでお試しください https://fastcomments.com/commenting-system-for-gatsby.
🚀 クイックスタート 
-
実際に動作を確認する。
新しいサイトのディレクトリに移動して起動します。
cd fastcomments-gatsbyjs-example/ npm install gatsby develop -
Gatsby サイトに FastComments を追加する。
src/pages/index.js を確認してください。この1行がウィジェットをインスタンス化する方法です:
return <FastCommentsCommentWidget tenantId="demo" />;
サンプル 
-
シンプルな例
http://localhost:8000/commenting
コード: src/pages/commenting.tsx.
-
ダークモード切り替え
http://localhost:8000/dark-mode
コード: src/pages/dark-mode.tsx.
-
ページ遷移
http://localhost:8000/page-transition-test-start
さらに詳しくは http://localhost:8000 にアクセスしてください
ヘルプが必要ですか?
GatsbyJS ライブラリに関して問題が発生したり質問がある場合は、次をご利用ください:
貢献
貢献は歓迎します! 貢献のガイドラインについてはGitHubリポジトリをご覧ください。