Open crystalenka opened 2 years ago
Hi @crystalenka,,
Sorry I could not get back earlier to you. I am still catching up after the (excellent) #jd22dach :D
Those are interesting questions. I was not even aware that there were such tools to transform HTML to images.
Indeed there is a little "threshold" before using SocialMagick in the sense that you have to be able
I am not a graphic designer so I almost never use Photoshop / Affinity... but even then, thanks to the 3 pre-installed examples, I have always managed to create what I want :) Without these 3 pre-installed examples, I would never have had those ideas and been able to configure them.
To answer your question now:
<b>{title}</b>
{author}
<small>{date publish_up}</small>
These are my first thoughts, but I'd be happy to have a little video-call with you one of these days in order to brainstorm together for example.
Something that's been rattling around my head for a while; I'm writing my thoughts down here to get them organized and have a place to come back to this.
Social Magick is a cool plugin, but currently limited for a few reasons:
There is an alternative method to generating dynamic OG images - have a static HTML snippet, take a screenshot of it, and cache that as the OG image. I am pretty sure this is what GitHub does. There are other services that have a similar method: https://github.com/vercel/og-image, https://htmlcsstoimage.com, I'm sure more. Point is, it's a tested method—and makes OG images much more flexible.
So, the questions are:
Thoughts and constructive feedback welcome.