Upvote shortcode

Example of upvoting on cards
[upvote icon="hearts column="votes"] generates the upvote capabilities on the cards.
Attribute Description Expected value
column The name of the column within your data sheet that will hold the vote count. Make sure this column is a) part of the same sheet as your cards data, and b) is of type 'number' (integer). For an example, see the 'cities' tab in our example base. Required A column name.
icon The icon next to the total votes. Can be default, a heart or a caret. default or heart or caret.

Example shortcodes:
[upvote column="votes" icon="heart"]

Still have a question? Contact us!