deep linking mobile website view icon to open in facebook app? - facebook

I have a website that has social icons and is responsive for the mobile view. what I m trying to do is make the social icons (twitter, facebook...), when the web page is opened on mobiles or tablets, to open facebook app if available, if not to open in browser. and to open in browser when on desktop.
Thank you.

Related

Invoking Chrome browser to render landing page after ad clicked in app using Android webview

I am running ads in mobile apps to drive traffic to my site. Much of that traffic is being rendered in Android Webview. I want to force the mobile app to open the Chrome browser to render my site after my ad is clicked in the app even if webview is being used at the time the ad is clicked. Is there a way to do this?
Thanks!

How can I have a link to a facebook page open in the FB app on a mobile device and still open in a browser on desktop

How can I have a link to a facebook page open in the FB app on a mobile device and still open in a browser when the fb app is not installed or on a desktop?
You could use media queries to show/hide a link on different screen sizes. Or you could check the window size in javascript and depending on what that is you could change the href to the mobile or desktop site
http://www.w3schools.com/jsref/prop_win_innerheight.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries

Facebook share dialog web doesn't work on iOS in-app browser

My website has a social dialog web which works on most browsers and even Facebook in-app browser on Android device but not iOS. The header of the social dialog (with Cancel on left and Post on right) is missing when displayed on Facebook in-app browser. The flow of accessing my website as follow:
A shared link (external link pointing to my website) is clicked on Facebook app on iOS device.
My website is displayed on Facebook in-app browser (which I hate it so much but can't help).
Open the following social dialog and the header of the dialog is missing.
https://www.facebook.com/dialog/share?app_id=1520072421556747&display=popup&href=http%3A%2F%2Fwww.sharefer.me%2Fpromotion%2F52956d269cd90fb5399d5ced%2Fuser1&redirect_uri=http%3A%2F%2Fwww.sharefer.me%2Fshared%2F52956d269cd90fb5399d5ced%2Fuser1
Is anyone facing the same problem? Must I create the shared dialog for iOS instead of web to solve this problem but Android has no problem at all.
Thanks!

Facebook app development on mobile devices

I've created a company page on Facebook to which I've added some iframe apps that we've developed. These work great on PC and I can see the tabs to these apps under the cover image. All well and good.
In the development area I've entered a Mobile Site URL under the Mobile Web section, but when I view the Facebook page on a mobile phone, there is no sign of a link (like the tabs on the desktop version). Should there be some kind of link on the mobile version or am I missing something?
Thanks.
To answer my own question.
Seems this is not possible.
Is it possible to show a Facebook app as a Page Tab on mobile devices?

My web app not showing on facebook native app

My app is showing on facebook desktop, m.facebook.com, but not on the native app?
I meant not showing on bookmark or favorite. When I search for it within the native app I can find it.
According to the documentation it should also appear on the native Facebook app bookmark?
Can anyone please advise what did I do wrong? I have set the mobile web setting already.
Thanks
If your app has a native app, the it will show up in the Facebook app bookmark list. If you app is a desktop or canvas app, it shows up on desktop. If your app is a mobile site, then it shows up on m.facebook.com. You need to specify the type of app or apps you support/have/exist in the developer dashboard for the app.