A Drupal 8 Module that takes a short post & creates an image from the text of the post.
I currently write poems in Google Keep, screenshot them, and then post to Instagram. I would like to simplify this workflow and centralize content creation on my own site, rather than on third-party systems like instagram.
Ideally the workflow looks like this:
- Post poem on Drupal 8 site
- Poem is converted to nicely formatted image.
- Poem is posted to Instagram with a link referencing the original source on my site (possibly with the poem itself as alt text in the caption, along with specified hashtags).
Unfortunately Instagram doesn't allow users like me to programmatically post from outside the web app (to my knowledge).
A revised workflow could look like this:
- Post poem on Drupal 8 site.
- Poem is converted to nicely formatted image.
- Poem image & caption text is synced somewhere that makes it easier to post on Instagram.
- Build out image converter.
- Add fields to control layout.
- Add fields to specify which posts are to be converted to images.
- Build connector to Instagram.