# See following user's posts in feed

**URL:** https://community.glideapps.com/t/see-following-users-posts-in-feed/12560
**Category:** Ask for Help
**Created:** [July 15, 2020, 8:46pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560 "2020-07-15T20:46:42Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jchaver](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jchaver/32/9621_2.png) [@jchaver](https://community.glideapps.com/u/jchaver)
#### Post date: [July 15, 2020, 8:46pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/1 "2020-07-15T20:46:42Z")

</div>

Continuing the discussion from [Favorite Profiles (Follow)](https://community.glideapps.com/t/favorite-profiles-follow/1574/3):

I’ve recently finished recreating the Instagram template with Glide’s video tutorial and added some of my own features like setting your status and shoppable posts. In the feed, you’ll naturally see chronological posts from every user in the app; Is there a way (I’m assuming various relations) to display that in addition to posts only from people the user follows? Thank you for your help everyone!

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 15, 2020, 8:49pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/2 "2020-07-15T20:49:10Z")

</div>

are you using favourite as a parameter for following

---

<div class="post-metadata">

### Author: ![jchaver](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jchaver/32/9621_2.png) [@jchaver](https://community.glideapps.com/u/jchaver)
#### Post date: [July 15, 2020, 8:50pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/3 "2020-07-15T20:50:21Z")

</div>

Yes, I am.

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 15, 2020, 8:53pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/4 "2020-07-15T20:53:03Z")

</div>

then you can not do that but i have my own way of setting followers

> [@Users following each other](https://community.glideapps.com/t/users-following-each-other/12484):
>
> I want users in My app to Follow other users to get notifications from thier post And i also want users to see thier followers hiw do i go about this

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 15, 2020, 9:04pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/5 "2020-07-15T21:04:27Z")

</div>

in your posts tab make it collect users email  
then in your notification tab use an inline list for your posts sheet and filter it by if the email of creator is the person you are following

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 16, 2020, 9:32pm UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/6 "2020-07-16T21:32:39Z")

</div>

any luck

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 21, 2020, 1:03am UTC](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/7 "2020-07-21T01:03:26Z")

</div>

If you are using favorites for the people you are following, then I think you could create a template column with the value of email of the person who made the post and the value of “true”, in the posts sheet. In the profile sheet, make another template column that joins the profile user and the value from the isFavorite column. Create a relation column in the posts sheet that joins the template to the template in the profile sheet. Set a filter on the posts list to only show posts where the relation is not empty.
