dedicated to implementation of Facebook social plugins like fb:like in both XFBML and iframe.
0
votes
2answers
1k views
Facebook like button updates the value for every 1,000 'likes'. Can it update on every 'like'?
I guess you realised that, when on a website, you click on the 'like' button -with counter- it normally updates one like by one like in the first ones. Until it reaches 1000 'likes', then it starts ...
29
votes
16answers
17k views
Is it possible to set a fluid width for Facebook's social plugins?
I'm developing a site around the "responsive design" concept, but the facebook social plugins are static width and "break" the layout when it's re-sized.
Using media queries, I've set the plugins to ...
2
votes
2answers
3k views
Facebook apprequests not working
I have following code in html file:
<html>
<head>
<title>My Great Website</title>
</head>
<body>
<div id="fb-root"></div>
<script ...
2
votes
2answers
987 views
Facebook Like Button for Specific Tab and Url in Facebook Page
I'm trying to include a Facebook Like button for my App Tab in a Facebook Page. For example:
http://www.facebook.com/pages/PageName/PageId?v=app_AppId&app_data=article-1
...
5
votes
0answers
90 views
Is it possible to use Facebooks Comments Plugin with Graph Object IDs/Graph URLs rather than www URLs?
A little while ago, I built this:
http://www.littlebray.co.uk/photos.aspx
It's kind of an off-Facebook partial replica of a Facebook photo album gallery, the photos in the gallery section are all ...
3
votes
1answer
3k views
How to put multiple Facebook Like buttons with counter on same page
I have one page with multiple news i the list. Every news in the list must have own like button with count.
Is it possible to put multiple like buttons with count for each news on same page?
2
votes
1answer
565 views
Social Plugins for Facebook Photos and Albums
Is it possible to use Social Plugins such as the Comments and Like plugins to display the comments and likes for a photo or album uploaded to Facebook?
I have tried various URLs for the HREF ...
5
votes
2answers
2k views
Auto-approve all comments in Comments Plugin
Is there a way to auto-approve and make all the Comments Plugin's comments public by default?
Also I really need to know on what basis the comments are held for moderation. On some pages, they are ...
3
votes
2answers
2k views
Facepile iframe is white when the viewer is not logged in to Facebook
I'm using the Facepile plugin on a dark background, which is supposedly supported behavior, but when the viewer is not logged in to Facebook, the Facepile iframe just becomes a white rectangle.
It ...
17
votes
4answers
7k views
How to make Facebook comments widget a fluid width?
Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specified as:
width - the width of the plugin ...
5
votes
1answer
1k views
Facebook authentication in a UIWebView does not redirect back to original page on my site asking for auth
In our iOS app, we have a UIWebView that shows web content on our domain that has a Facebook comment module. The comment module requires that the user is signed in with facebook. When user clicks on ...
4
votes
2answers
19k views
Facebook Like button - fetches “wrong” image [duplicate]
Possible Duplicate:
How does Facebook Sharer select Images?
I'm using the following code to add a Facebook like button to my site:
<iframe ...
3
votes
7answers
5k views
comments plugin moderation tool not working
I'm trying to set up the facebook comments social plugin. The plugin will be set up so that each product page on our site will have a comments plugin with a unique url. I want to be able to moderate ...
4
votes
1answer
1k views
How to execute script after a user clicks Like on a Facebook Like button?
I am trying to use a Facebook Like button via an iFrame, like so:
<iframe id="test" src="http://www.facebook.com/plugins/like.php?
href=http://yoururl.com/&
...
3
votes
1answer
282 views
facebook like button comment box won't close on submit, and doesn't post anything
Trying to integrate a facebook social like button plugin with the comment box. The like/unlike function works fine, and it reflects properly in my activity log on Facebook.
However, once I type in a ...
1
vote
1answer
2k views
Facebook fan-box stopped respecting the “css” attribute?
Looks like this doesn’t work anymore. Maybe Facebook stopped respecting the “css” attribute? Does this still work for anyone?
0
votes
0answers
219 views
Getting Is Misconfigured for Facebook Login in Some Devices
I am using new facebook sdk 3.02 in android for login purpose (SSO).When i run my application on emulator & enter user name & password in it its working perfectly & giving me proper ...
3
votes
1answer
2k views
How to dynamically change facebook comments plugin url based on javascript variable?
I want to dynamically change the data-href for the fb comments plugin below based on a javascript variable. I'm running a flash swf file and am passing the new link for data-href into the html ...
2
votes
0answers
122 views
Using social plugins for pre-existing Facebook posts
If there a way to use the Facebook Feed, Comments, and Like social plugins for existing Facebook posts?
We're looking for a way to have pages on our site supplementing existing Facebook posts made ...
1
vote
0answers
303 views
Object Debugger and Graph API return different objects for same URL?… “Likes” plugin creates separate object?
I used the Open Graph to define a custom object that has a plethora of meta tags.
When I use the Object Debugger / URL Linter (found here: https://developers.facebook.com/tools/debug) and input my ...
1
vote
1answer
549 views
Facebook Social Plugin Comments not shown when directly linked to?
I just set up Facebook social plugin comments on my site, but I'm having a little trouble with them. When I get a notification saying that someone commented on something I commented on, if I click on ...
1
vote
0answers
231 views
Status of enable_profile_selector with oauth 2
With the new OAuth2 JavaScript SDK calls, I see no documentation for enable_profile_selector. How do we get permissions to post to a fan page from the JavaScript SDK?
Or, is the idea that once ...
1
vote
1answer
758 views
FB.getLoginStatus inside edge.create callback is returning unknown status and null session after logging in from the popup
Has anybody tested the scenario below?
1- Log out of Facebook
2- Go to page that has the like button
3- Click like then log in to Facebook from the popup window
I am subscribed to edge.create and ...
0
votes
2answers
1k views
Can't get fb-login-button to show up
I'm probably doing several things wrong as i am new to web programming but here is an attempt at some questions I have and then code below.
Fyi I'm working completely local in dreamweaver and just ...
0
votes
1answer
606 views
can we post on multiple user's Facebook wall at same time
Hi im developing an android app using facebook sdk in this app i want to post some message on multiple facebook friends wall at same time i mean user just select his facebook friends and enter message ...
0
votes
2answers
287 views
like and send options for a website
I may not be looking in the correct place, but I am trying to add a LIKE and SEND option on my business website. My website is written using html 4. The only info I found on FB for these options is ...
0
votes
4answers
4k views
How to Style Facebook Activity Feed
How do you implement custom css on a Facebook activity feed plugin? This related post does not fully answer the question. Is this the right way?
Where does the
<fb:tag ...