zoomment widget
v1.2.0
您网站的评论和反应小于 500kb.??️?
将以下代码放置在您想要加载 Zoomment 的位置:
<!-- 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 >
选项可以通过注释部分的数据属性传递。
属性名称 | 可能的值 |
---|---|
数据主题 | 浅色、深色、黑色 |
数据语言 | en、hy、hyw、ru、zh |
数据-情感 | 列出逗号分隔的表情符号,如果不需要则留空 |
$ git clone https://github.com/zoomment/zoomment-widget.git
$ cd zoomment-widget
$ npm install
$ npm start
在浏览器中打开http://localhost:1234即可查看。
$ npm run build