community:Like
This button allows users to Like or Unlike a user or an Entity record.
Properties
| Property | Description |
|---|
| ItemId | The ID of the user or entity record for which the feeds should be shown. |
| ShowState | Shows the number of total Likes. |
| Visible | Expression to evaluate if the Feeds component should be visible or not. |
Example of how to add the component to your Active Pages:
<community:Like runat='server' itemId='<%# Model.Id %>' showState='true'/>