Not a developer? Go to MovableType.com

Documentation

AssetScoreCount

A function tag that provides the number of scorings or 'votes' made to the asset in context. Scorings grouped by namespace of a plugin are summed.

Attributes:

  • namespace (required)

    Specify namespace for the number of scorings to be calculated. Namespace is defined by each plugin which leverages rating API.

Example:

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