MurhafSousli / ngx-sharebuttons

Angular Share Buttons β˜‚
https://ngx-sharebuttons.netlify.app/
MIT License
521 stars 126 forks source link

Sharing on native apps status #238

Closed MurhafSousli closed 1 year ago

MurhafSousli commented 6 years ago

Testing status

❌No Support: Means it is tested but the share dialog opens in the mobile browser

Button πŸ’» Desktop πŸ“± iPhone πŸ“± Android
Facebook βœ”οΈ Support ❌No Support ❌No Support
Twitter βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Pinterest βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Google βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
LinkedIn βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Whatsapp βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Telegram βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Messenger ❌No Support βœ”οΈ Support βœ”οΈ Support
Viber ❌No Support βœ”οΈ Support βœ”οΈ Support
VK βœ”οΈ Support ❔ Not tested ❔ Not tested
Reddit βœ”οΈ Support ❌No Support ❔ Not tested
Tumblr βœ”οΈ Support ❌No Support ❔ Not tested
StumbleUpOn βœ”οΈ Support ❌No Support ❔ Not tested
Xing βœ”οΈ Support ❔ Not tested ❔ Not tested
SMS βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Copy βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Print βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support
Email βœ”οΈ Support βœ”οΈ Support βœ”οΈ Support

Notes: Facebook: Does not support sharing on native apps Tumbler: Opens in native app but then the app opens the browser again

parthkharecha commented 6 years ago

@MurhafSousli any other solution for facebook sharing on native app???

MurhafSousli commented 6 years ago

@parthkharecha It seems that Facebook does not support it without the SDK. more info.

pulsejet commented 6 years ago

Why not add this to the readme? I hardly think this belongs here.

MurhafSousli commented 6 years ago

Some might help to test them and post their feedback here

pulsejet commented 6 years ago

That's fine, but how about also having this in the readme? This is valuable info!

MurhafSousli commented 6 years ago

will have it there with the next update

hinalshah91 commented 6 years ago

Hi, if there is app installed, sharing should open the app and if there is no app installed, it should open the web browser. For eg: if whatsapp application is installed, clicking on share button should open the app directly and if there is no app installed it should open https://web.whatsapp.com/. In my case, Sharing on whatsapp or facebook through my website opens the website only. What should I do?

agiratech-venkat commented 5 years ago

I want to open the link in Facebook app but not in the browser when I click the link on mobile, is there any feasible solution to implement this?

trunghieulam commented 2 years ago

I think it's better to change the protocol to call a deep link of FB instead: https://stackoverflow.com/a/22335921

MurhafSousli commented 2 years ago

@trunghieulam That is a link to a page, it is not a sharer URL, you can override the sharer URL of FB using the global options, this way you can test if it works or not, then let me know if it is better.