Questions tagged [facebook-comments]

Facebook comments allow you to access the comments portion of Facebook programmatically.

Facebook comments allow you to access the comments portion of Facebook programmatically. The comments are child objects to a post, which has ownership by a user. This can be managed through Facebook apps.

Facebook comments API documentation.

797 questions
4
votes
2 answers

facebook comment box formatting height:590px

On the iPad, facebook comment box automatically sets a height of 590px. The initial view is just the login button so it's much too large. I can't set a height in css because once they log-in, then the content area will be too small, and fb doesn't…
drrobotnik
  • 739
  • 1
  • 11
  • 25
4
votes
4 answers

Unable to load full Facebook comment plugins inside an iOS UIWebView

I have a simple ViewController to load FB comments plugins inside a UIWebView @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; UIWebView * webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 320.0f,…
Howard
  • 19,215
  • 35
  • 112
  • 184
4
votes
5 answers

Fancybox Resize to fit content, without title

I am using Fancybox on my website to display photos. I add (via JavaScript) social buttons and facebook comments dynamically in the title area after loading the photo. The problem I have is that if I let it resize as normal, it resizes to try to fit…
Joe Cole
  • 200
  • 1
  • 2
  • 10
4
votes
1 answer

Facebook Like and Comment Code Script

I needed to get a unique url for each page and adapted a script that I found through the help of other members here. One is for the like button and the other is for the comment box. Is there a more elegant way to do this without so much…
4
votes
3 answers

Difficulty with Facebook Comments Moderation

I am trying to implement moderation on Facebook comments plugin, which will be used in my site. I have made sure the following two tags are inside the HTML head section :
RaM
  • 1,126
  • 10
  • 25
4
votes
1 answer

"URL is unreachable" error for Facebook comments box being cached?

Our website uses the Facebook Comments Box plugin. We include the comments box on our staging site that is behind our firewall, which means Facebook can't access it and generates the "URL is unreachable" error. This I understand. However, once a…
4
votes
1 answer

Keep Facebook commentbox open

Hello, I would like to know how to keep the Facebook commentbox opened by default instead of clicking on "Leave a comment" first, so that people can write directly in there. Thanks in advance
philippe87
  • 167
  • 1
  • 1
  • 10
4
votes
3 answers

Not redirecting to Facebook comments in UIWebView after login

I am adding facebook comments to my iPad application using UIWebView and HTML5 code provided by Facebook. When the user is not logged in, the application shows the comments and button "Login to Facebook to Post a Comment". Clicking the button takes…
UrK
  • 2,191
  • 2
  • 26
  • 42
4
votes
1 answer

Facebook Comment Box Callback on Load?

I can't seem to find exactly what I'm looking for in the docs, and I'm using one of these on a site, but I need to update a previously assigned variable in my JS once the comment box loads completely. Where or how would I go about doing this?
Brian
  • 2,819
  • 4
  • 24
  • 30
3
votes
1 answer

Facebook comments. This comment has not yet been published to Facebook

When a user wants to publish a comment, such message appears:Facebook comments. This comment has not yet been published to Facebook. For example on this page http://baznica.info/article/v-indii-shariatskii-sud-prigovoril-pyatery. On a test server…
red_rbt
  • 31
  • 4
3
votes
0 answers

PrettyPhoto with Facebook comments

Hi I am trying to implement prettyphoto for my own site (non CMS). http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ Out of the box there is a tweet and like button on the image viewer. I wish to implement Facebook…
Gergely Csata
  • 65
  • 2
  • 11
3
votes
3 answers

Testing Facebook Comments Plugin Locally

I'm adding the Facebook Comments plugin to a site I'm building on my localhost that has a domain similar to: http://subdomain.domain.lom/ I've added the required code to the page and the plugin appears correctly and I can add comments. The only…
Dan Ellis
  • 5,537
  • 8
  • 47
  • 73
3
votes
2 answers

Implementing and testing Facebook Social Plugins locally

I'm new to Facebook development and would like to to add a comments plugin to my site. I have created an app on Facebook in case it is needed. but since I have not registered my domain yet, I left the App Domain section empty. Then I copied the code…
Kamyar
  • 18,639
  • 9
  • 97
  • 171
3
votes
2 answers

wordpress show popular posts based on facebook comments

So what i have in mind is showing a list with most popular posts based on how many facebook comments they have. I already managed to make a function that counts based facebook graph how many comments a post has, but i am having problem with the…
ciprian
  • 443
  • 2
  • 8
  • 23
3
votes
2 answers

Different Facebook comment box after each ajax call

my problem is this: I've got a webpage that changes each time the user clicks the button. The title is updated, a graph. Seeing as the page now has different content, I would love to have a different commenting section. However, the url is exactly…
user1104147
  • 105
  • 3
  • 9