theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.1k stars 1.13k forks source link

Add share option with Web Share API #548

Open peter-jerry-ye opened 2 years ago

peter-jerry-ye commented 2 years ago

Hello,

I'm turning my blog into a PWA, and I would like to allow user to share the page directly after the site is installed (meaning they can't use the share button of the browser). I think this can be achieved by using the Web Share API.

So maybe we can add an option in social share&follow which is direct share with web share api?

Thanks.

regisphilibert commented 2 years ago

Do you have UX examples of this? I'm not familiar.

peter-jerry-ye commented 2 years ago

Hello,

Here's an example provided by MDN: https://mdn.github.io/dom-examples/web-share/

regisphilibert commented 2 years ago

Seems a bit early for this. But wouldn't mind a PR to test feasibility if anyone volunteers.