Samuel Jacob O'Connell
Posts: 0
Joined: Wed Oct 14, 2015 2:43 am

Allowing users to "Like" database post.

Is there a way to create a function similar to facebooks "like" function? Where a user can press a button and 1 number gets added to a counter tied to a user created database post, but if pressed again it would "unlike" or subtract 1.

Let me know! Thanks.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Allowing users to "Like" database post.

Hello Samuel,

Sure, you can add such functionality. You can save all users which liked post in an additional column or additional collection

Samuel Jacob O'Connell
Posts: 0
Joined: Wed Oct 14, 2015 2:43 am

Allowing users to "Like" database post.

Thanks for the input Sergiy! Is there a tutorial out there that can walk me through the process?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Allowing users to "Like" database post.

This is basically would be the logic with database, all the methods you can find in our Docs: https://devcenter.appery.io/documenta...

Return to “Issues”