FastComments.com

Systeme.io 블로그에 댓글 추가


With FastComments we can easily add live commenting to any Systeme.io blog.

The instructions below are for a blog built on Systeme.io, but the embed code can also be manually added to any page by editing other theme files. FastComments Support can also assist with this.

Note that this tutorial requires a FastComments account. It's recommended that you sign up first and then come back here. You can create an account here.


1단계: 블로그 테마 템플릿 열기 Internal Link

블로그의 레이아웃을 편집하여 모든 블로그 게시물에 FastComments를 추가하겠습니다.

In our Blog admin panel, we're going to click the Post Layout button.

게시물 레이아웃 열기
게시물 레이아웃 열기

Then we're going to add a Raw HTML block (drag it to where you want the comment area):

Raw HTML 블록 추가
Raw HTML 블록 추가

Now move your mouse over the block until it says Raw HTML and click it:

블록 선택
블록 선택

On the left hand side, now we'll have the option to click Edit Code - click that:

코드 편집
코드 편집

2단계: FastComments.com 코드 추가 Internal Link

이제 코드를 복사하겠습니다. 코드 스니펫의 6번째 줄에 tenantId: "demo"라고 적혀 있다면 FastComments 계정으로 로그인한 다음 이 페이지를 새로고침하여 복사된 코드 스니펫에 계정 ID가 반영되게 하세요.

Systeme.io 스니펫
Copy Copy
1
2<script async src="https://cdn.fastcomments.com/js/embed-v2-async.min.js"></script>
3<div id="fastcomments-widget"></div>
4<script>
5 window.fcConfigs = [{
6 target: '#fastcomments-widget',
7 tenantId: "demo"
8 }];
9</script>
10

이제 에디터에 붙여넣고 저장을 클릭하세요:

FastComments 코드 추가
FastComments 코드 추가

... 그런 다음 사이트를 저장하세요. 그게 전부입니다!

성공 Internal Link


이제 블로그 게시물을 보면 FastComments를 볼 수 있습니다!

성공!
성공!

Systeme.io와 함께 FastComments 설정을 완료하신 것을 축하합니다! 도메인 오류가 발생했거나 댓글 영역을 사용자 지정하는 방법을 알고 싶다면 계속 읽어보세요!


맞춤 설정 Internal Link


FastComments는 귀하의 사이트에 맞게 사용자 지정할 수 있도록 설계되었습니다.

사용자 지정 스타일을 추가하거나 구성을 조정하려면, 맞춤 설정 문서에서 방법을 확인하세요.