The Facebook-like button is a widget that enables users of your site to "Like" photos, objects, posts, etc. It also helps drive traffic to your site with Facebook notifications, e.g. "Martin likes [your site]".
19
votes
2answers
9k views
How can I make the Facebook Like button's width automatically resize?
I'm implementing the Facebook Like Button, but I'm running into some trouble with the width. I'm using the JavaScript SDK implementation, not the direct iframe.
According to the documentation, the ...
19
votes
2answers
9k views
Facebook Like Button - how to disable Comment pop up?
I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
15
votes
2answers
4k views
multiple facebook like buttons (fb:like) are not working: unliking themself
EDIT: LAST UPDATE:
So, we've tested some more. I used the facebook developers 'lintner' http://developers.facebook.com/tools/lint/. There are no errors found on either one of my pages PLUS the like ...
15
votes
5answers
25k views
Facebook “Like” button callback
I am interested in implementing the facebook "Like" button, but I would like to know what user is clicking on this button so I can get some useful information from this. From what I have read, ...
12
votes
1answer
764 views
How to determine if Facebook users Unlike a URL?
We have a web app where we need to track users "Likes" of URLs (not Facebook pages, external ones), because they earn credits for doing so.
To do this we're using JQuery and the subscribe ...
11
votes
7answers
12k views
Adding the Facebook Like Button in an iPhone App
Does anyone know how I would include a facbeook "like button" in an iphone app. I tried calling the iframe inside of a uiwebview but that doesn't work.
10
votes
4answers
4k views
Android WebView for Facebook Like Button
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 be ...
10
votes
4answers
7k views
Like button in iOS application
Does anybody know how to place Facebook "like" button into iOS application?
I've tried this http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/. But I do ...
10
votes
5answers
15k views
customizing facebook like-box
I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete:
...
9
votes
3answers
1k views
Total number of Facebook Likes for entire domain
Is there a way that I can retrieve the total number of Likes for my entire website for the day?
Essentially, I'd like to display the total number of Like for each blog post that day.
9
votes
3answers
11k views
Right align Facebook like button
I am able to put a Facebook like button on my website, but how do I make it to be right-aligned within the div/iframe it is in?
I tried applying various CSS properties, but I could not get anything ...
8
votes
3answers
241 views
Facebook “like” data structure
I've been wondering how facebook manages the database design for all the different things that you can "like". If there is only one thing to like, this is simple, just a foreign key to what you like ...
8
votes
4answers
2k views
Like button in iOS app with Facebook Single-Sign-On
Is there any way to use the FB Single-Sign-On sign in flow in combination with the like button in a UIWebView?
I have an app that uses a UIWebView to display a webpage and with in that page there is ...
8
votes
4answers
10k views
Facebook I like button not working all the time
I have use the following code to implement the ilike - button:
Header
<!-- Facebook Metatags -->
<meta property="og:image" content="http://mysite/logo.gif"/>
<meta ...
8
votes
1answer
2k views
How to get number of likes from facebook like button?
How to get number of likes from facebook like button?
Is there any possible way to do this?
8
votes
4answers
9k views
Facebook like button showing in Firefox but not showing in IE
I have a Facebook like button on my page using the XBFML tag. I think the code is working, because it works in Firefox without a problem.
But in IE 8 (running in IE 7 compliant mode), the button ...
7
votes
6answers
331 views
Facebook Like button causing horizontal scrolling on mobile device
I have a Facebook Like button implementation which is rendering fine in all browsers desktop and mobile. But the issues lies on low-res devices with resolution of 240x320. the Like button is causing ...
7
votes
6answers
2k views
Are there tags to specify the Google +1 story format in Google+ like og-meta for Facebook?
With Facebook we have the Open Graph tags that allow webmasters to specify how the story is displayed on Facebook.
Is there something similar for the Google +1 button, that allows webmasters to ...
7
votes
4answers
926 views
How to “Like” facebook content externally
So I have been playing around with the facebook like button but I have run into a problem. I have a facebook page about some charity work I'm doing here:
...
7
votes
2answers
7k views
Facebook 'Like' button breaks https/SSL
On an e-commerce website I maintain, I added a Facebook 'Like' button per the instructions here:
http://developers.facebook.com/docs/reference/plugins/like
I am using the iframe method:
<iframe ...
7
votes
6answers
5k views
How to list facebook users who like a page or interest
I wanna get a list of facebook users who like a page or interest.
FQL like 'SELECT user_id FROM like WHERE object_id=113970468613229' does not work.
Is there a way to do this?
6
votes
4answers
348 views
Facebook Like button flips backs to 'unliked' state after clicking
I have added a Facebook Like button on my Tumblr blog (in the template): both the iFrame code and the Open Graph tags. The button shows up normally below each blog article. When I click the button, it ...
6
votes
3answers
374 views
Facebook Like Button Dislikes My Code
I've been trying to implement a Facebook Like button on my blog like this:
$("#fblike").append(" <iframe src='http://www.facebook.com/plugins/like.php?app_id=217624258276389&" + ...
6
votes
3answers
1k views
Is it possible to “Like” a “fan page” using the Facebook SDK?
I am trying to let users "like" a Facebook fan page from within an Android app. I am able to successfully "like" objects such as wall comments using code like this,
mFacebook = new Facebook(APP_ID); ...
5
votes
1answer
195 views
Timer fired every 100ms if you add a facebook like button
I have noticed that Facebook's XFBML like button adds a timer that triggers every 100ms.
Does anyone knows why? Also, is it possible to remove this timer?
I think this is a bug because 100ms means it ...
5
votes
3answers
2k views
Lots of XFBML Facebook Like buttons are slow?
See http://running.ph/
It just hangs chrome for a while, while all the buttons load. I've read using IFrame avoids this but I really want to use XFBML JS for all the extra functionality you get with ...
5
votes
1answer
172 views
How to preserve namespace information when parsing HTML with lxml?
>>> from lxml.etree import HTML, tostring
>>> tostring(HTML('<fb:like>'))
'<html><body><like/></body></html>'
Note how the tag turns from ...
5
votes
1answer
269 views
Facebook Like button, can it be made read only?
I'm using Facebook Likes in my site. I have a gallery page which shows picture/video data and the number of likes for that data. Each piece of data has it's own URL which can be liked.
However, I ...
5
votes
4answers
3k views
How to get share counts using graph api
I can get the share count of an url using php sdk and using the deprecated rest api, but doesn't found a way to get the share counts of an url using graph api...
Is there any way to find out...
5
votes
3answers
724 views
Facebook Like button shares root URL instead of page
I've used the Facebook Like button (iframe version) correctly in the past but for some reason it's not working for me this time. I'm sharing a webpage like http://sub.domain.com/default.aspx?foo=bar. ...
5
votes
3answers
5k views
facebook like box stream height
How to control the facebook like box stream part height alone. Its normal to reduce height of whole box but if tries to control it fans images are not shown.
The css .fan_box .page_stream{ ...
5
votes
2answers
6k views
facebook like: href url vs. canonical url
for tracking purposes, I want that the URL, which appears on the facebook stream after an "like-action", is slightly different from the URL the user actually liked.
Example:
I use <link ...
4
votes
3answers
362 views
Preserve Google +1, Facebook Like, and Twitter Tweet This button counts after URI change
My question is very simple: is there any way to (programmatically, technically, or manually) make a Google +1, Facebook Like, or Twitter Tweet This button preserve its count after a change of URI?
...
4
votes
6answers
1k views
Right-align the contents of a Facebook like-button iFrame?
I need to right align the contents of a Facebook Like button so that they always sit against the ride side of their set "width". I can do this in Firebug by setting the table to float: right;, but it ...
4
votes
3answers
1k views
placement of facebook like and google + buttons inline?
Does anyone have any tricks to aligning these two buttons on a page? By default the iframe version of the facebook like button appears below the google plus button or vice versa. Are there any css ...
4
votes
1answer
2k views
Integrating facebook,twitter,google plus into android app using phonegap
I want to integrate facebook(like),twitter,google plus(bubble button) into my android app, which is developed using Jquery mobile with in phonegap, so that the user can post the contents of the page ...
4
votes
1answer
408 views
Facebook edge.create event not firing on like box
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 plugin ...
4
votes
1answer
547 views
Facebook Like comment box getting cut off vertically and horizontally
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 ...
4
votes
3answers
400 views
Facebook like iframe slowing down page loading
I have a page on my website that I have added the Facebook like feature to it implemented via an frame as outlined in the Facebook specification.
The site is built in asp.net with client side ...
4
votes
1answer
389 views
Facebook like button needs XHTML+RDFa, but it uses an iframe which isn't valid with that doctype
I think there must be something I'm missing.
the facebook like button requires this as the doctype: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" ...
4
votes
2answers
2k views
Fan-Gate, Like-Gate, show-to-connections, with javascript and like box?
I have a facebook likebox on my site (not an iframe app) where I need to create gated content. I understand the FB.Event.subscribe using edge.create and edge.remove but what I really need is to know ...
4
votes
5answers
4k views
Facebook Like Button Align Text In Iframe to the right
I'm using the facebook like button on my site, via an iframe.
Now you have to specify a width of the iframe. Due to various languages of the like button, this means that I have to set the width to at ...
4
votes
2answers
753 views
Is it possible to force Facebook Likes to follow 301 redirects
We have a large number of old Urls with FB likes that redirect (301) to new Urls. Is there a way to get FB to recognize the 301s and migrate or move the likes to the new Url?
4
votes
1answer
442 views
Facebook Like Button
I'm having issues with the Facebook like button on my pages. On some pages (not all), I get a red 'Error' notice next to the like button. When clicking error it says that the "Page at __ cannot be ...
3
votes
2answers
377 views
Facebook like button is asking to confirm the action
To begin with, I've already read the following topics:
Facebook Like without Confirm?
Facebook Like button shows the "Confirm" link, but still cannot Like after confirming
Including this ...
3
votes
3answers
95 views
How do you mitigate the risk associated with third-party Javascript given the prevalence of “social sharing” badges (“Like” buttons, etc)?
I've got a marketing team that wants social sharing buttons (Facebook, G+, SU, and so forth) on our site. The security team brought up a point that I'm embarrassed to admit I hadn't really considered ...
3
votes
3answers
981 views
Opengraph meta tag og:type set to “product” errors (like button & URL linter/debug)
We recently noticed our facebook like buttons stop working. To investigate i ran the URL thru Facebook's Debugger (old URL Lint) tool and it gave me this error :
Object Type Not Allowed:
Object ...
3
votes
1answer
527 views
Object Type Not Allowed Error Appeared Recently in Debugger
Out of nowhere, my whole site is throwing an error when going through the Facebook debugger: ...
3
votes
2answers
99 views
Capture which tab was Liked
I know that you can capture the event when a person clicks a "like" button from within a Facebook tab via the edge.create method, but what im wondering is if there is a way to capture when the ...
3
votes
3answers
456 views
Facebook Linter showing og:type as webpage when it is defined as company
I have a company web page that I've added a Facebook 'Like' button too. I have defined the namespace for FB and OG and added in all my Metatags - my code is below. URL is www.akascia.com.
<html ...