@numist @film_girl honestly at that point its just playing silly games, hydrate the Post and add a option to Quote from the Boost button and call it a day.
At this point the only reason I haven't done it is because I have concerns of how to do it without causing a height changing timeline, which I try to avoid as much as possible.
@paul @film_girl Totally, but I'd argue silly games are good; they're how these things become real—like how Twinkle caused location tagging to become part of Twitter.
wrt height-changing do you mean because the cells would load previews asynchronously? Definitely seems like care would be needed to avoid weird scroll offset woe.
@numist @film_girl yes Twitter had an API that allowed you to load up to 100 Tweets at a time, that'd be really good for something like this as we could hydrate the Posts at load time and base layout, etc.. on that.
Here you can only load one post at a time by ID, which makes that kind of technique very problematic. What if there's 20 quotes in your timeline.
@paul Well, previews don't have to be restricted to toots, as long as you can determine whether there are social card tags in the head then you're good (quote-tooting a tweet being the most obviously useful possibility).
Unless the site is too slow but in the incremental model you'd need heuristics on when to give up on a preview regardless.