ianklatzco / psky.app

vxtwitter for bsky (preview urls by rewriting them)
MIT License
63 stars 3 forks source link

Display multiple images of multi-image posts #13

Open Deer-Spangle opened 1 year ago

Deer-Spangle commented 1 year ago

Seems like psky.app currently just displays the first image from multi-image posts? At least on Telegram. Would be nice if it displayed multiple.

Back in the day, Telegram allowed multi-image embeds, but that seems to be done on Telegram's site, and very site-specific. The opengraph API doesn't actually support multi-image previews at all.

But maybe psky.app could use something like the mosaic server that fxtwitter.com uses, which mosaics images together in an efficient manner? Mosaic might need a tweak or something to support bluesky image URLs, but shouldn't be too tricky there

cooljeanius commented 11 months ago

I think the way vxtwitter does it, where it mosaics the images together if you do it as c.vxtwitter, but otherwise doesn't if you do it as just plain vxtwitter, is a model worth emulating.