blog icon indicating copy to clipboard operation
blog copied to clipboard

Option to share post to multiple applications.

Open RakeshPotnuru opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, there are only a few share options.

Describe the solution you'd like Use "share" web API to share content through other applications.

Something like this.

navigator.share({
    title: "Post title",
    text: "Meta description",
    url: "Post URL
});

RakeshPotnuru avatar Feb 22 '23 05:02 RakeshPotnuru