One of the elements of me enhancing this blog as a place I spend more of my time, is to start looking at a POSSE implementation to cross-post my social media posts. Although with a static site that’s pretty difficult, so the implementation I’ve gone for is more posting to all at the same time, using iOS Shortcuts. You’ll start to see some of these already at /snippets.
So here is the logic:
- Select which social social media sites to post to;
- Ask for post text
- If images shared from share sheet then upload to Dropbox
- Post to social media sites (seperate shortcuts)
- Get links for each social media post
- Construct markdown file for snippet (using links to socials in metadata)
- Use WorkingCopy to post to site.
I also made heavy use of datajar
Here are my shortcuts: