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
Related
I want to put URL in textview and make it show just like in facebook or instagram
without opening the site.
exactly like this example.
how i can do that any help please ?
i found what exactly what i want Web Preview in github here
I want to share text not link to facebook. Ya we can share links. But if i have simple text then it has to be set to facebook post edittext. Is it possible to do that? if yes then please suggest me... how??? Thank you.
If you want to share a text, not a link, in facebook you have to use their library to do it because they "remove" the share text when you send a normal Intent, at least in the past years... they change very often.
You can download and follow the documentation here:
https://developers.facebook.com/docs/android/getting-started
Other solution is use a library that helps you include easily social libraries like ASNE library
https://github.com/gorbin/ASNE
Its a little outdated but is very easy to improve
I have been struggling with this problem for some time now, I want to simply share a photo with description to facebook using facebook sdk4.1. I can share a photo easily using SharePhotoContent object.
but it doesn't add description to the photo, so I searched for solutions and it seems that Open graph stories are one solution but it requires much work than this requirement deserve.
Although I tried to find a way to use Open Graph Stories but it requires an action for the story and the available ones doesn't go with my app, so I tried to search for a way to create custom actions but I couldn't.
So please help me with another solution for using open graph stories or provide any tutorial link.
You can Publish Story with Share Dialog through this and also read how Sharing Open Graph Stories from here hope it work for you.
To create and configure custom actions and custom objects for stories try this and this.
Best of Luck.
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
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