Adjust the engagement coefficients to fine-tune how posts are ranked in the feed. Higher values give more weight to that engagement type.
Failed to load coefficients
Weight for each like (default: 1.0)
Weight for each comment (default: 2.0)
Weight for each repost/share (default: 3.0)
How much older posts lose relevance (0-1, default: 0.9)
Minimum score threshold (default: 0.0)
Maximum score threshold (default: 1000.0)
With current coefficients, a post with 10 likes, 5 comments, and 2 reposts would have:
Score = (10 × 1) + (5 × 2) + (2 × 3)
Score = 26.00