Not a developer? Go to MovableType.com

Documentation

CommentScore

A function tag that provides total score of the comment in context. Scores grouped by namespace of a plugin are summed to calculate total score of a comment.

Attributes:

  • namespace (required)

    Specify namespace for score to be calculated. Namespace is defined by each plugin which leverages rating API.

Example:

    <$mt:CommentScore namespace="FiveStarRating"$>
Back