Hello
I would like to open my Facebook page directly from side menu
I want to opened it in a “Facebook app” if is installed in the device if not => in the browser.
Unfortunately, all of these codes have been tried “useless” as the application opens on the home page only and the page is not displayed.
Please Help Me.
I search a lot and tried a lot and could not find a solution
I am a beginner
Please whoever works with it, to give me a solution or give me a “test project” has been applied to it.
Facebook TEST 1 : Open the facebook page in navigator of app Facebook TEST 2 : Not Work Facebook TEST 3 Not Work Facebook TEST 4 : Open the facebook page in navigator of app + open the facebook app … show message: Content not available Facebook TEST 5 : Open the facebook app … show message: Content not available Facebook TEST 6 : Not Work Facebook TEST 7 : Open the facebook app … show message: Content not available Facebook TEST 8 : Not Work Facebook TEST 9 : Not Work Facebook TEST 10 : Not Work
Not one of them open the page in the Facebook application.
Ok, so when I open the first link in Safari (so testing on iOS) this opens the FB app to the correct page. When I click the second one, I go to the page in Safari. Strangely, clicking the first link doesn’t work - I have to directly paste it into the address bar.
Edit: Ok, seems to be the forum software’s fault Can’t make the fb link a real link here.
I have no experience with this at all, but:
Did you look for Cordova plugins that could help?
Did you try opening in inAppBrowser and see what happens?
anyone had luck with this? i’m trying window.open('fb://page/' + facebook_id, '_system', 'location=no');
it does open facebook app, but doesnt show the page.
@nylex use page’s numerical id - it would be around 15-16 digit long, to find this go to the facebook page in browser - > view source and find “page_id” , copy it from there and your link will work then