Web Share is a Web platform API for sharing text, URLs and images to an arbitrary destination of the user's choice:
navigator.share({title: 'Example Page', url: 'https://example.com'});
The API is shipping in numerous browsers.
- Explainer document, a high-level overview of the proposal.
- Specification.
- Native integration survey, for platform-specific matters.
- Web platform tests, for automatic and manual testing against an implementation.
This is a product of the Ballista project, which aims to explore website-to-website and website-to-native interoperability.
See LICENSE and CONTRIBUTING.