mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

357K
active users

SteveRudolfi

I took a detour to add a proof-of-concept feature to my photo blog.

- on post save/update
- loop through blocks
- images: included
- videos: use ffmpeg to produce a video poster image
- use PHP GD lib to combine images into gridded collage
- additional "+#" count overlay
- save the result to the media library
- sets the attachment as the post's featured image & og:image tag

I'm going to take a few days to clean up the code and produce a small writeup.