ContentInteractions#
The ContentInteractions component displays likes, comments, share options, and content metadata (creation and modification dates) below the content view in an Intranet site.

Overview#
The ContentInteractions.jsx component is a custom React component that integrates:
Likes: Users can like content and revert their like.
The
enable_content_ratingsetting must be enabled in the Intranet Settings control panelThe
kitconcept.intranet.votesbehavior must be enabled for the content typeThe
enable_likesfield must be True for the specific content itemOnly available when all these conditions are active
Comments: Displays total comment count
Only shown when commenting is enabled
Share: Provides email sharing options
Always shown
Metadata: Shows creation and last modified dates
Always shown
Component Location#
src/components/ContentInteractions/ContentInteractions.jsx