dedicated to implementation of Facebook social plugins like fb:like in both XFBML and iframe.
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 ...
22
votes
3answers
1k views
Retrieve the list of friends that did a custom action on a custom object in open graph 2
I would like to do something like facepile using the graph api with open graph 2 actions : from a custom object and a custom object, give me the friends (using my facebook application) that did this ...
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 ...
12
votes
2answers
1k views
'Date' is undefined in IE9 in javascript loaded by FacePile
I'm currently getting an error within Facebook's FacePile code, and I'm baffled by the cause.
facepile.php loads a script which, among other things, has these lines (when pretty-printed):
...
o = ...
6
votes
1answer
1k views
Disabling third party login in social comment plugin
I'm using the social comments plugin in my Facebook app.
In the plugin's documentation it says that the third party login can be disabled in the setting section of the plugin.
How do I enable ...
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 ...
5
votes
4answers
1k views
Social Plugins (Fb, Twitter, Google) adding 3 seconds of load time to my site. Defer them?
I know you can use the defer="" html attribute to defer javascript files, but it's only supported in IE (lol) and that will only defer javascript files, I need to defer the entire plugin from loading.
...
5
votes
1answer
17k views
Adding the “Like Button” to my Facebook Page
I've found the code but not where to put it on my Facebook page.. not my website. Everyone keeps referencing dropping it in a code block, but I haven't been able to find an example of how to do this.
...
5
votes
2answers
254 views
Synchronizing AddThis widget with Facebook likes?
I'm wondering if it is possible to synchronize the likes between the like button on your actual page & the likes you get on facebook itself!?
For example..... we currently have 15 likes on FB but ...
5
votes
1answer
1k views
Facebook comments moderation, appid or facebook page?
I'm looking to add Facebook comments to certain pages of our website.
I understand that I can do this by just generating the code for each page I want comments on by using the generator here... ...
5
votes
0answers
96 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 ...
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
5answers
5k views
Add To Timeline button not requesting publish_actions permission
I'm using the xfbml Add To Timeline social plugin (https://developers.facebook.com/docs/reference/plugins/add-to-timeline/), but when I click it the permissions dialog I get just says "Access my basic ...
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 ...
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/&
...
4
votes
2answers
1k views
Facebook comment box not working in iPhone / Safari
I have a page integrated with Facebook comment box (social plugin) which work perfectly in desktop browser, however it's not working when I use a iPhone to browse the page, a Facebook "loading" keep ...
4
votes
1answer
289 views
Invite Facebook users at first launch
I'm considering developing an app that asks users to invite friends to participate at first launch, using the Request dialog. (The Request dialog would have a prominent Skip button, in agreement with ...
4
votes
3answers
560 views
Facebook Graph API SEO Comments and Profanity Filter
I'm looking at trying to integrate the Facebook comments left on our site in a way in which the content can be crawled by search engines and also for people (although I highly doubt there will be ...
4
votes
0answers
659 views
Facebook comment box with data-href using anchor issue
Currently I have 3 comment boxes on a single page. The page has three tabs that display different content, and each tab content has its own comment section, differing from the other two.
To make sure ...
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 ...
3
votes
1answer
710 views
Is XFBML being Deprecated?
According to Facebook, FBML has been deprecated and will be removed on July 5th 2012, as quoted here.
This is not a duplicate of this question as I am referring to XFBML not FBML.
My question is ...
3
votes
1answer
2k views
getting notification when someone comments using comments plugin
So I have an iFrame app on a fan page, which includes the comments plugin. Is there a way I/any admin can receive a notification or email every time someone adds a comment?
3
votes
2answers
1k views
Facebook Like button breaks SSL because of the image-sprite loaded
We use the Facebook like button on the bottom of each page. We used to have the iFrame version but now changed to the FB version. On both solutions, we get an SSL error on our page because the image ...
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?
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 ...
3
votes
1answer
1k views
Facebook Like + Send (send not showing)
So I'm using Facebook Like combined with the send button using the following HTML5 code:
<div class="fb-like" data-send="true" data-layout="button_count" data-width="120" data-show-faces="false" ...
3
votes
1answer
277 views
Facepile with graph api
I want to display the list of the user's friends who made an Open Graph action, like cooking. I can do this with Facepile, but how can I do this with the Graph API in order to control how it's ...
3
votes
1answer
907 views
Tracking like button referrals from Facebook using the 'fb_ref' parameter in our code
We would like to use the Attribute fb_ref - the ref parameter in a like button (in order to track referral clicks and conversions).
Do you have a tutorial or example of how this works on our pages?
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 ...
3
votes
2answers
221 views
App page tab will not add to business page
I am trying to add an app to my page.
Ive tried:
http://www.facebook.com/dialog/pagetab?app_id=####&next=http://www.facebook.com/evendark
...
3
votes
1answer
165 views
Switching from FBML to Javascript SDK and Social Plugins
This question might be somewhat open ended.
How would I go about switching from using FBML in my application to using the Javascript SDK and Social Plugins. Im dealing with a massive application so ...
3
votes
2answers
530 views
Streaming Facebook Pages Wall (not just the pages posts)
I have looked on 100 forums looking for a simple answer for how to stream every post on a Facebook page's wall (not using the like box for just the pages posts, but everyone's posts). I am the admin ...
3
votes
1answer
760 views
Provided og:image is not big enough
Since some days I'm experiencing this problem.
Here is my debug
The image provided is bigger than 200x200 px, it has unique link and there is any redirection on that page.
Linter response is 200.
...
3
votes
1answer
293 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 ...
3
votes
0answers
194 views
<fb:registration onvalidate=“” /> not working
I'm trying to implement Facebook registration on a website. Without the onvalidate parameter, everything works as one would expect it to, but when including it everything seems to break down (no ...
3
votes
1answer
179 views
Facebook comments on WordPress site don't display on iphone
I can't get comments to display using the safari browser on an iphone 4 (using both ios 5 and 6)
I'm using the new FB social plugin code (found here: ...
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
4answers
8k views
Facebook Like Button refresh after AJAX-Load
I have to implement a Facebook-Likebutton where the url is taken from an ajax request... that means i set the "href"-attribute after page-load. unfortunately, at this time the url is already set, so ...
2
votes
1answer
300 views
display a comment widget for a specific post instead of a url
I'm integrating Facebook into an app that uses a page's feed for some of its content.
I'd like to be able to allow users to comment on the post and see the previous comments left on that post.
If ...
2
votes
1answer
997 views
Correct way to use Facebook Like plugin in Django
I am using the following Facebook code to show the Like plugin when iterating through my list of Post objects.
<fb:like href="{% url post post.id %}" layout="button_count" show_faces="false" ...
2
votes
1answer
2k views
Facebook Like button: how it choose image to display
I've put "Like" button to my web site.
In general it works fine, the only problem is when user add some text and publish it in the profile his post contains image. And the image chosen is not ...
2
votes
2answers
993 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
...
2
votes
1answer
2k views
facebook send button returned status code 200
I'm using the facebook social plugin with an embedded ruby url which references: http://www.facebook.com/pages/my_page/my_page_id Specifically, the like button functionality works, but the send button ...
2
votes
1answer
155 views
Facebook async with no facebook buttons
I made a Facebook async implementation where you can like different items of the page.
You can see my implementation in this jsFiddle.
Code:
window.fbAsyncInit = function () {
FB.init({ status: ...
2
votes
1answer
2k views
How to change height of activity stream for Facebook Like Box social plugin
i am using like box of facebook, the default size of the like box with stream only is 395px as in the code below,
<iframe ...
2
votes
2answers
408 views
remove facebook likebox scroll bar
I want to remove the facebook likebox scroll bar and am having issues as it seems they load the styles for the likebox as investigation indicates styles loaded after page loads.
I have identified ...
2
votes
2answers
357 views
Can we modify css of facebook social plugins? [duplicate]
Possible Duplicate:
How to remove the “Facebook social plugin” text?
I am new to facebook social plugins and i wanted to customize css of social plugins provided by facebook. Basically i ...
2
votes
1answer
588 views
Facebook Comment Box - Change Domain
First, Sorry for my English - I'm from Austria.
Hy guys!
I made a website, and before the launch of the website, i add the comment box (Link) with the url from the developer server.
Now, the ...
2
votes
1answer
2k views
how to moderate comments from social plugin facebook?
I've just added this snippet to my wordpress blog...
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js ...
2
votes
1answer
571 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 ...