FastComments.com

Zyro 사이트에 실시간 댓글 추가



1단계: 코드 위젯 추가 Internal Link

먼저 웹사이트 빌더에서 사이트를 엽니다.

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용 페이지 리액트(일명 플로팅 좋아요 버튼) 위젯도 지원합니다.

이 페이지 오른쪽 하단에서 작동하는 모습을 볼 수 있습니다!

  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. 미리보기 모드에서는 위젯이 보이지 않지만, 사이트의 게시된 버전에서는 나타납니다.