Search

Showing 7 of 587 result(s)

/meerkat/reply-forms#content-adding-the-necessary-javascript

While you could technically roll your own JavaScript to allow visitors to reply to other comments on your site, it is definitely easier to harness Meerkat's "reply to" JavaScript file. To add this file to your themes, simply use the following tag...

/meerkat/reply-forms#content-creating-the-reply-to-link

In order for visitor's to reply to other visitor's comments, you need to include a "Reply To" link on your site. The exact wording, styling, etc. does not matter. The only thing that matters is that you include the following markup on the "Reply...

/meerkat/reply-forms#content-how-meerkat-decides-what-form-to-display

Meerkat, by default, will display whatever form has been generated by the {{ meerkat:create }} tag (pro tip: the default attribute value will be data-meerkat-form="comment-form" ). This form has the data attribute data-meerkat-form="comment-form"...

/meerkat/responses-and-replies#content-recursive-comments-nested-replies

Displaying comments recursively, or a nested list, is a common visual pattern on web pages. This feature relies on the following Statamic pull request: https://github.com/statamic/cms/pull/8421 . Until this is generally available, you will need to...

/meerkat/responses-and-replies#content-paginated-comments

Meerkat can display your comment threads as a paginated list. Developers familiar with Statamic's collection pagination will be comfortable working with Meerkat's pagination feature. To enable pagination mode when rendering your comment thread,...

/meerkat/responses-and-replies#content-pagination-variables

When the Meerkat responses tag is in pagination mode, you will gain access to a new paginate variable that contains useful data that will make it easier to work with paginated comment threads: Variable Description {{ next_page }} The URL to this...

/meerkat/user-and-visitor-data-privacy

Meerkat allows site administrators to collect less data about their visitors, and make it easier than ever to comply with local laws, customs, and be completely transparent with their users. Meerkat allows you to make visitor names and email...