Add Like/Unlike Button in latest version

Anyone please tell me how to add like button in the latest version. I look many ways but nothing work. please help me…

What have you tried so far?

It can be an action to:

  • Increment a global “Likes Counter” that is a basic number column.
  • Increment a user-specific “Like” number so you know you have liked that entity.

Do the reverse for unlike. (Increment by -1 for both columns)

But when we like it, it need to change its ostume to liked costume, but how?

If you mean how a button looks, you can just have a button for when it hasn’t been liked, and one when it has been liked.

1 Like

when i post a post how to enable that like button should be shown?

You just need to add a button to that entity I guess? How are you showing those posts?