-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing to Instagram Stories #256
Comments
From the linked page:
|
Not sure I will bother with applying for an AppID. However, what I could do is to make an action that allows setting custom pasteboard types. |
Yeah that would work too! FWIW, I was able to put an arbitrary app id and it still worked so not sure how stringently they check that. But a generic 'advanced clipboard' action would be great :) |
I started implementing this, but it turns out only things in the foreground can put something on the clipboard on iOS, which means a shortcut action cannot unless it opens the Actions app, which is sub-optimal. However, I discovered a better solution. You can use the |
Description
Instagram has a fairly simple sharing interface that uses a custom url scheme and a special pasteboard type. Sharing directly to instagram via shortcuts would entail placing content on the pasteboard as
com.instagram.sharedSticker.backgroundImage
and opening a URLinstagram-stories://share?source_application=%@
Documentation is here
The text was updated successfully, but these errors were encountered: