If you are making a web page and you think it might be useful to add a “share” button, to help share it to social media, then the “right” way to do it is like this: Make the share button let you share to all the apps your reader has installed and none else You can use the web share API which is supported by most browsers, particularly on mobile where most people share onto social media from. Notably, it’s supported by Safari, Edge and Chrome, so effectively 90% of all users. The onl...