Skip to content

Instantly share code, notes, and snippets.

@epramono
Last active August 29, 2015 14:02
Show Gist options
  • Save epramono/12e844ff5aa971c68809 to your computer and use it in GitHub Desktop.
Save epramono/12e844ff5aa971c68809 to your computer and use it in GitHub Desktop.
This action will cross post the prompted text to Twitter, Facebook, and App.net using the built-in actions from Drafts. Requires: Launch Center Pro 2.3 and Drafts 3.5.
launch://x-callback-url/clipboard?text=[prompt-return:Post]&
x-success={{drafts://x-callback-url/create?
text={{||clipboard||}}&
action={{Tweet: epramono}}&
afterSuccess=Delete&
x-success={{drafts://x-callback-url/create?
text={{||clipboard||}}&
action={{Post to Facebook}}&
afterSuccess=Delete&
x-success={{drafts://x-callback-url/create?
text={{||clipboard||}}&
action={{Post to App.net}}&
afterSuccess=Delete&
x-success={{launch://}}}}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment