FastComments.com

Add Live Commenting to Zyro Sites

ステップ1:コードウィジェットを追加 Internal Link

まず、Website Builderでサイトを開きます。

Now if you don't already have a section where you want the comments to go, add a blank section:

セクションの追加
セクションの追加
セクションの追加
セクションの追加

Now add the Zyro Embed widget by clicking our new section and clicking Add element in the top and then Embed code:

埋め込みコード
埋め込みコード

You'll get something like this:

コードセクションが追加されました
コードセクションが追加されました

Now we're ready for Step 2.

成功 Internal Link


これで完了です!Zyro サイトにライブコメントが追加されました。

成功
成功

権限拒否エラーが発生した場合、または FastComments をカスタマイズしたい場合は、以下をお読みください。


サイトのカスタマイズ Internal Link


FastComments はお使いのサイトに合わせてカスタマイズできるように設計されています。

カスタムスタイリングを追加したり、設定を調整したい場合は、方法を学ぶためにカスタマイズと設定に関するドキュメントをご確認ください。


フローティングいいねボタン Internal Link

FastComments は Zyro 向けに Page Reacts(いわゆる Floating Like ボタン)ウィジェットもサポートしています。

このページの右下で実際に動作しているのが確認できます!

  1. まず、コードを取得します:
Zyro フローティングいいねコード
Copy Copy
1
2<script src="https://cdn.fastcomments.com/js/embed-page-likes-floating.min.js?v=2" async></script>
3<div id="fastcomments-page-likes-floating"></div>
4<script>
5 (function () {
6 function tryLoad() {
7 if (typeof window.FastCommentsEmbedPageLikesFloating === 'function') {
8 window.FastCommentsEmbedPageLikesFloating(document.getElementById('fastcomments-page-likes-floating'), {
9 tenantId: "demo"
10 });
11 } else {
12 setTimeout(tryLoad, 50);
13 }
14 }
15
16 tryLoad();
17 })();
18</script>
19
  1. 次に、Zyro でサイトビルダーを開きます。
  2. 左下の Website Settings に移動します。
  3. Integrations を選択します。
  4. 新しいコードを Custom code フィールドの 末尾 に追加し、サイトを公開します。
  5. プレビューモードではウィジェットは表示されませんが、公開されたサイトで表示されます。