I have a simple scenario that I can't seem to find the answer to.
Scenario:
On my website I have Facebook share link. When clicked I want:
- If the user is on a mobile device - open in Facebook app if they have it, else open in browser
- If user is on a PC - open in browser
At the moment all that happens is it opens in the browser. This isn't good as hardly anyone is logged into Facebook on their mobile browser which is going to result in lots of users dropping out and not logging in to share.
I've found a few questions like this on Stack Overflow but they are old and nobody seems to have found a solution.
Is this achievable? Seems odd that you can't open the Facebook Share Dialog in the Facebook app.
Thanks.