thehariprasad / web-share

Web API proposal for sharing data from a web page

Home Page:https://w3c.github.io/web-share/

Repository from Github https://github.comthehariprasad/web-shareRepository from Github https://github.comthehariprasad/web-share

Web Share API

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'});

Implementation status

  • The API is shipping in:
    • Google Chrome 61 on Android.
    • Safari 66.
    • Firefox Android coming soon.

Links

This is a product of the Ballista project, which aims to explore website-to-website and website-to-native interoperability.

Licensing and contributions

See LICENSE and CONTRIBUTING.

About

Web API proposal for sharing data from a web page

https://w3c.github.io/web-share/

License:Other


Languages

Language:HTML 100.0%