I am new to this Deep Linking stuff, so I would really appreciate your help.
I have a post on Facebook and i need it to point to a page.
BUT when I open the link on mobile, I need it to send me to the page i want people to like, but in the Facebook App on each phone (mainly iOS and Android).
I already tried fb://profile/[pageID] but it doesn't link to the specific page, just newsfeed, inside the app. Also tried fb://page/[pageID].
The good part is that it opens it in the Facebook app.
I feel that I am so close, but I don't really know what I'm doing wrong.
I would really appreciate your suggestions!
Thank you!
To deep link to a specific page, use fb://page/{page_id} for Android and fb://profile/{page_id} for iOS.
Tested on Facebook iOS v57.0 and Android v80.0.0.21.65.
Find your page ID using http://findmyfbid.com
if the page ID you used is a text format (fb://page/example) it will not work (i don't know why)
but if it is a long number it will work like for example fb://page/1111111111
Related
I tried all the Information I could find. But im too stupid to make it work. Im not a programmer. Would love to offer my readers on my blog a share button to whatsapp.
the following was working half way.
Share via Whatsapp
its opening whatsapp but its not fetching the current page url link.
how could I make this work?
to share easy and fast current page urls via whatsapp as a link. in best case in android and ios.
Thanks for any help
Try this
WA
Share on Whatsapp
You need to include the url
Coding in Gdx is a bit challenging, I have developed an android game in gdx. Everything went smoothly except for the part of sharing content on Facebook, I really got stuck and I don't really know how to do it. I want to share the score and a link.
if anyone has an experience on this please help.
This is nothing else than showing the Android share dialog. You can see an example on how to implement platform specific code in the libGDX wiki page, and see the Android documentation on how to show the share dialog.
I want to add a button to my site so that when a user clicks it, it opens a new note on the Evernote app and saves a specific message.
I've looked everywhere for this but didn't find any info about it.
Is this possible?
Edit:
I'm sorry the question isn't very specific but I'm not really sure on where to start.
So, what I was asking was is there was a way to create a link with an href that would open in the Evernote app. So:
Is it possible to add an href that will open on the Whatsapp app? (I've seen that something like evernote:// should do it, but how's the syntax of this and does this work in both iOS and Android?)
Is there code in Javascript that would do the requested? (opening the Evernote app with a text that I would choose).
Once again, thanks for the help!
I am working on multi users android app and I was wondering if there any method to display a specific facebook post inside the app and when the users click on the post he'll be directed to the facebook app then he can "like or share .. that post" and go back to my app
I've been searching a couple of week for method to do that but I can't find any method to do it. If you know any method to do it please tell me.
Looking for the same answer myself.
Ended up in sending the link of the post to my app, along with the post-text and image if any. Display the post and image according to you will and redirect the user to the link on click on either the image or the text. If the Facebook app is installed on the device, it will automatically ask you if you need to go to the app. You can design the app to show the image and text one below another to achieve the (near fb) style you need.
This is just a workaround to achieve the feature. I could not find a solution to achieve embedding post in android, the way it can be achieved on the web
This is my first html5 mobile app and first time using angularjs. i already used javascript and jquery in my websites.
Now i have a problem. I want to implement Login(first time only) in my mobile app. How to do this ? I searched a lot and didnt get answer.
can anybody please give a sample code another wise please give some hint for login with client side and serverside(php) code with username and password.
I want a easy method to login. is there any other methods?
and i have also see this link but dont get it answer
thanx in advance
Onsen UI has a great mobile first front end for Angular.js
There is a good tutorial on sitepoint. Taking Your Cordova App Further with Onsen UI