Last active
August 29, 2015 14:02
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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