Is there any built in feature for rating or liking posts?
If not is it feasible for me to implement it through a new schema, and creating a content item for every like? Or is there a better way to manage it?
Is there any built in feature for rating or liking posts?
If not is it feasible for me to implement it through a new schema, and creating a content item for every like? Or is there a better way to manage it?
Hi Strak, I think that would be only option. I would add a field with the total number of likes per post. And a second schema to prevent duplicate likes.