Graze provides 3 types of sorting for your feeds:
new
- Sort post chronologically, with newest posts firsttrending
- Sort posts from the past 48 hours based on an engagement scoreblend
- A mashup of new
and trending
Both trending
and blend
using a scoring system to rank posts.
The scoring system works by multiplying the like/reposts/comments by a "multiplier", combining those values, then using time to "decay" that to a final "score".
Multipliers:
In the following example we:
0.2
to rank newer post higherAnother way to control what is shown on your feed is by using thresholds. This is available for all types of sorting.
With this feature your can define a "threshold" a post has to meet before being shown on your feed.
In this simple example we only let a post be shown if a post has at least 10 likes.
This can get much more complex. Just like feeds we expose and/or so you can create complex logic for your thresholds
To extend the example above we can add a threshold that: Show the post if it has at least 10 likes OR 1 reader of the feed has both liked and replied.