简介
nodebb-plugin-ginseng 是一个基于nodebb的匿名发帖插件,是一个通用性较强的前端开发包。它可以帮助我们快速为nodebb增加匿名发帖功能。
安装与使用
打开命令行工具,进入nodebb的根目录
运行以下命令,安装 nodebb-plugin-ginseng 插件:
npm install nodebb-plugin-ginseng
安装成功后,在后台管理控制台中找到“插件管理”,启用 nodebb-plugin-ginseng 插件。
安装成功后,匿名发帖就会在nodebb中自动开启。
匿名发帖的实现方式
nodebb-plugin-ginseng 使用了 ajax 技术,从前端将数据发送到后端实现匿名发帖。
示例代码
-- -------------------- ---- ------- ---- ---- --- ---- ------------------- --------- ---------------------------- ------- -------------------------------- ------ ---- -- --- -------- ------------------------------- ----------- --- ----------- - ------------------------ --- -------- - - -------- ------------ ------------ ---- -- -------- ----- ------- ---- ----------------- ----- --------- --------- ------- -------- ----------------- -------------------- -------------- -- ------ ---------------- ------------------- -------------- - --- --- ---------
注意事项
nodebb-plugin-ginseng 中所使用的一些 API 由于版本变动可能会有所调整,可以通过 官方API文档 查看最新的调用方式。
nodebb-plugin-ginseng 的使用可以带来更多的前端特效效果,当然,在使用的过程中也需要避免一些可能存在的坑点。
来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/600556c381e8991b448d3952