# How do I put likes

**URL:** https://community.glideapps.com/t/how-do-i-put-likes/18052
**Category:** Feature Requests
**Created:** [November 6, 2020, 4:30pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052 "2020-11-06T16:30:48Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![paulaYdanna](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paulaydanna/32/16082_2.png) [@paulaYdanna](https://community.glideapps.com/u/paulaYdanna)
#### Post date: [November 6, 2020, 4:30pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/1 "2020-11-06T16:30:48Z")

</div>

I have put likes, but if a user likes it, it comes out as if all the others will also like, so it does not add more than 1 like, I do not know what to do so that everyone can put like

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [November 6, 2020, 4:41pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/2 "2020-11-06T16:41:47Z")

</div>

We need user-specific rollups for that one 😭

---

<div class="post-metadata">

### Author: ![paulaYdanna](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paulaydanna/32/16082_2.png) [@paulaYdanna](https://community.glideapps.com/u/paulaYdanna)
#### Post date: [November 6, 2020, 4:47pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/3 "2020-11-06T16:47:11Z")

</div>

user-specific rollups? :c

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [November 6, 2020, 4:49pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/4 "2020-11-06T16:49:03Z")

</div>

Well, technically you can do it without user-specific rollups, but then you can’t show the number of likes. which sucks. 😑

---

<div class="post-metadata">

### Author: ![paulaYdanna](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paulaydanna/32/16082_2.png) [@paulaYdanna](https://community.glideapps.com/u/paulaYdanna)
#### Post date: [November 6, 2020, 4:53pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/5 "2020-11-06T16:53:12Z")

</div>

Then it does not accumulate the likes or it cannot show the number of accumulated likes?: c

(Sorry for so many questions, I’m new to glide:’) )

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 6, 2020, 5:47pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/6 "2020-11-06T17:47:38Z")

</div>

I think this “like” thing is possible with the new compound action, isn’t it?

Increment the like column by 1 (normal column that store the total likes).

Increment the user-specific like by 1 if the like is not already 1, else increment by -1 to unlike.

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [November 6, 2020, 5:51pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/7 "2020-11-06T17:51:29Z")

</div>

Nope. Not with the like component. You can’t set an action with the like component. You COULD do that with a button however.

Why can’t they give us user-specific rollups already 😭

---

<div class="post-metadata">

### Author: ![eltintero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eltintero/32/76520_2.png) [@eltintero](https://community.glideapps.com/u/eltintero)
#### Post date: [November 6, 2020, 5:55pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/8 "2020-11-06T17:55:44Z")

</div>

You could put the like inside of a form and then do the rollup. Not the cleanest option, though.

---

<div class="post-metadata">

### Author: ![Gideon\_Lahav\_Busines](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gideon_lahav_busines/32/41121_2.png) [@Gideon\_Lahav\_Busines](https://community.glideapps.com/u/Gideon_Lahav_Busines)
#### Post date: [February 23, 2021, 3:37pm UTC](https://community.glideapps.com/t/how-do-i-put-likes/18052/9 "2021-02-23T15:37:09Z")

</div>

Will work with image or regular button
