zoomment widget
v1.2.0
500kb 미만의 웹사이트에 대한 댓글 및 반응.?️?
확대/축소를 로드하려는 위치에 다음 코드를 배치하세요.
<!-- for the comment section -->
< div
id =" zoomment "
data-theme =" light "
data-language =" en "
data-emotions =" ❤️,?,?,?,,?,?,? "
> </ div >
<!-- the working script -->
< script src =" https://cdn.zoomment.com/zoomment.min.js " > </ script >
옵션은 주석 섹션의 데이터 속성을 통해 전달될 수 있습니다.
속성 이름 | 가능한 값 |
---|---|
데이터 테마 | 밝은, 어두운, 검정 |
데이터 언어 | 엔, 하이, 하이, 루, zh |
데이터 감정 | 쉼표로 구분된 이모티콘을 나열하세요. 필요하지 않으면 비워두세요. |
$ git clone https://github.com/zoomment/zoomment-widget.git
$ cd zoomment-widget
$ npm install
$ npm start
http://localhost:1234를 열어 브라우저에서 확인하세요.
$ npm run build