Situation:
Users can share posts, which are stored in a sheet called Posts.
In a User’s public profile, their posts are also displayed. I do this by creating a Relation between the User and the Post via User ID.
What I’d like to do is have Advertisers add posts, which are then included in the list of User’s Posts. Thus when sorted randomly, an Advertiser’s post is basically mixed in.
An Advertiser would basically be another user with just unique privileges.
What I’d like to occur:
Would it be as easy as just showing All Posts and filtering it based on User and If Sponsored?