Not a developer? Go to MovableType.com

Documentation

EntryRecommendVoteLink

When used within the context of an entry, this tag will return a link that will allow someone to vote for the current item, if they have not already voted.

The link generated will look something like this:

<a href="javascript:void(0)" onclick="scoredby_script_vote('$entry_id');" 
    class="recommend">Click here</a>

Arguments

  • class - the CSS class name to assign to the HTML a tag
  • text - the text to include inside the link, e.g. “Click here to recommend”

Namespace

  • The recommendations/votes are recorded in the “community_pack_recommend” namespace.
Back