We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default, when using the system share dialog on a story, it allows you to simply share the link via Instagram.
However, apparently it's possible to provide a files list to navigator.share to enable posting to Instagram Stories or publishing as a post.
files
navigator.share
I think that would make sense for stories, maybe by sharing the poster image or dynamically creating a cover.
See https://stackoverflow.com/questions/17673156/instagram-share-photo-from-webpage/74802803#74802803
N/A
No response
The text was updated successfully, but these errors were encountered:
@ychsieh please triage when you are back. thanks
Sorry, something went wrong.
Will bring this back to the team. At the same time also feel free to make the changes directly and we will be happy to review!
ychsieh
No branches or pull requests
Description
By default, when using the system share dialog on a story, it allows you to simply share the link via Instagram.
However, apparently it's possible to provide a
files
list tonavigator.share
to enable posting to Instagram Stories or publishing as a post.I think that would make sense for stories, maybe by sharing the poster image or dynamically creating a cover.
See https://stackoverflow.com/questions/17673156/instagram-share-photo-from-webpage/74802803#74802803
Alternatives Considered
N/A
Additional Context
No response
The text was updated successfully, but these errors were encountered: