facebook-like Questions
1
Solved
I'm developing an JavaScript application. A portion of it contains logic, where I should determine if user liked a certain Facebook page. For that I have inserted the Facebook like button into the ...
Professor asked 13/3, 2014 at 11:40
2
I've tried this: https://github.com/crowjdh/android-facebook-like-button-integration
but it not work.
I search something more simple than do "like" to my facebook page when user press a button to ...
Petronilapetronilla asked 11/7, 2013 at 14:27
4
I implemented html5 version of the like button on the header of my page.
once i navigate to another page and press the back button on the browser the FB button renders the iframe the size of 1000px...
Zennie asked 11/2, 2014 at 12:28
1
Solved
I'm updating the like facebook button in my website I just followed the instructions in the facebook developer page, I'm getting the following error:
Uncaught Error: No version specified
that's l...
Karlin asked 15/5, 2014 at 3:3
4
Solved
I'm trying to figure out why the Facebook Like comment box is getting cropped. I've tried changing the width attribute to a much larger size than necessary. I added a height attribute to my fb:like...
Semiyearly asked 22/6, 2011 at 17:51
4
I would like to know whether it is possible to add a Facebook Like button to a native iPhone app. In the app, the user browses a business directory or deals. When they tap on an item to view the de...
Fluviomarine asked 13/11, 2011 at 8:1
2
I have currently implemented a vertical social-share plugin bar similar to one shown here.
http://www.socialmediaexaminer.com/10-ways-to-add-facebook-functionality-to-your-website/
I have used t...
Microvolt asked 19/2, 2014 at 9:52
2
I had a page with a simple Facebook like button and I needed to know when the user liked the page so I used the edge.create event to do this which all worked fine. I now need to add a like Box plug...
Loss asked 12/9, 2011 at 15:40
2
I am using the following code to integrate the LIKE functionality in facebook.com with my Android app.
First: I used an html file called FacebookLikeView.html and I placed it in "assets/www/" fold...
Eosinophil asked 28/4, 2013 at 6:38
4
Solved
I've been testing graph API and ran into a problem. How can I get like count from photos of a page/group?
I'm administrator/creator of a group. When entering in https://developers.facebook.com/too...
Floriated asked 8/8, 2011 at 15:27
3
I want to integrate Facebook (like), Twitter, Google+ (bubble button) into my Android app which is developed using jQuery Mobile within PhoneGap, so that users can post content from the page on the...
Didst asked 17/9, 2011 at 15:13
6
Using the Graph API I'd like to be able to have an authorized user "like" a page.
I tried posting the following
https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN}
And I ge...
Phrasing asked 17/6, 2010 at 11:3
1
Actually i am calling a Fb App using Intent from my app and showing like page if the user has Fb app then i am using the app to show the like page otherwise i am showing the like page in browser bu...
Prothonotary asked 20/9, 2013 at 6:9
2
Solved
OK. So I have no idea on how to do this but you are going to have to talk like a 3 year old to me. I know PHP, HTML, CSS and a tiny smidge of javascript. I want to be able to make a page that gets ...
Iciness asked 11/6, 2013 at 10:51
1
I have a number of dynamically generated like buttons on a site (http://www.thepropaganda.com), and so I use FB.XFBML.parse to generate them all. For some reason the parser always gets into a loop ...
Grim asked 23/8, 2012 at 16:12
2
Solved
I am trying to implement facebook like functionality using android webview. It is working fine without "confirm" dialog. But its not working when like needs confirmation. Here is the code snippet i...
Saba asked 20/9, 2011 at 13:22
1
Solved
I want to implement "Like" and "Comment" feature in my app. I used this code:
public static void like(String postID) {
String grapPath = String.format("%s/likes", postID);
Request request = new Re...
Cerebritis asked 15/8, 2013 at 3:32
1
Solved
I utilize the facebook html like for my app to open a webview like this https://developers.facebook.com/docs/plugins/like-button/
The webview shows a Like and Share button, but after I login to fa...
Illfavored asked 7/1, 2014 at 6:30
3
I just want a basic facebook like button on my site. I follow the instructions per facebooks site (http://developers.facebook.com/docs/reference/plugins/like/). I tried the HTML5, XFBML, and iFrame...
Ozuna asked 20/9, 2012 at 14:33
1
I'm looking to split test clicks between the Facebook Like button and Facebook Share button. I know I can attach an event handler of FB.Event.subscribe('edge.create',...) to track clicks on the Fac...
Kummerbund asked 22/11, 2013 at 19:19
4
Solved
I've successfully integrated a Facebook Like button to WordPress based website. The Facebook Like button is shown only on single posts. However, I would like to output how many times a post is bein...
Vivisection asked 5/6, 2011 at 14:29
3
I am setting up a blog and it contains a Facebook "Like" button. With this button you can like a post.
But when I like a post, a popup shows up with a randomly picked image on my website. I've lo...
Elegance asked 23/1, 2012 at 14:28
2
Solved
I'm running an error very similar with this one: Facebook Login API HTTPS Issue.
I have a website use facebook authentication, the Facebook login is no problem. But the Facebook like-button get tr...
Retrieval asked 18/6, 2013 at 8:38
4
Solved
I'm trying to make facebook like functionality in Android WebView (project specification does not allow browser opening, or any out of application activity).
So, restrictions are that it has to b...
Skepful asked 24/2, 2011 at 17:18
2
Solved
I am working on a script that gets the amount of likes (or comments, shares) a public facebook photo has.
The photo is posted on a page, for example: https://www.facebook.com/photo.php?fbid=101518...
Jahncke asked 27/9, 2013 at 18:32
© 2022 - 2024 — McMap. All rights reserved.