Table of Contents


community:Like

This button allows users to Like or Unlike a user or an Entity record.

 

Properties

PropertyDescription
ItemIdThe ID of the user or entity record for which the feeds should be shown.
ShowStateShows the number of total Likes.
VisibleExpression 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'/>