This package lets you add a comment box in a matter of seconds. Comments UI provides the base for komentify, a service that allows you to add comment components to any app without the need for a custom backend.
- Based on the Meteor accounts system
- Simple Javascript API to manipulate and retrieve comment data
- Many configurable values and easily customizable
<div class="comment-section">
{{> commentsBox id=documentId}}
</div>
documentId
could be the id of a blog post, news article or a custom defined string that stands for your guestbook. Check out the screenshot to see how it looks like.
meteor add arkham:comments-ui
Have a look at the GUIDE.md for a detailed explanation of the Javascript API, configuration and more.