This plugin helps posting the comments to the blogs or websites in the SAFE Browser. This can be integrated with any webpages.
To use this plugin, upload comment.js
from the build folder to your website using Web Hosting Manager.
Add the script to your html page:
<script src="comment.js"></script>
<script>
window.safeComments('CommentTitle', 'CommentTargetID');
</script>
-
Clone the project
$ git clone https://github.com/<>.git
-
Install the Node.js dependencies.
$ yarn
-
yarn run build
will build the plugin to thebuild
folder.