2
votes
0answers
74 views

Facebook login button broke?

I have a couple of facebook buttons and they appear as plain text. I have no clue why. It happened all of a sudden, I didn't change the code. All browsers show it as plain text. My code is: <div ...
1
vote
2answers
405 views

Facebook like box not showing

I have included a Facebook Like box on a website i am creating and it only shows up when they are logged into facebook. When they have looged out the like box disappears not allowing anyone new to the ...
0
votes
0answers
43 views

Can't find my app on facebook insights?

I'm running a site using social plugins, so I created a facebook app then I want to use facebook insight to connect my website and app (ps. I also add app_id or meta in header) but I can't find the ...
0
votes
0answers
84 views

Login Button Event Listener if User Logs In in Separate Window/Tab

I am currently using a Facebook Login button with the JS SDK. When a user logs in, the page is refreshed (via auth.login event listener). However, there are situations in which my page (with the ...
1
vote
1answer
2k views

Given URL is not permitted by the application configuration

I have used this in my html page... <script> window.fbAsyncInit = function() { // init the FB JS SDK FB.init({ appId : 'xxxxxxxxxxxxxx', // App ID from the App Dashboard ...
0
votes
0answers
144 views

Facebook like button comment box

I am facing a problem with Facebook like button crate a dynamic URL by appending id apply this URL to Facebook like button when user press like button it show blank comment box with outdata in ...
0
votes
1answer
114 views

Facebook Comment showing less comment in Public View than in moderator view

I have implemented a Facebook Comment plugin in a page tab. I am not able to see several comments in it. Till yesterday there were 88 comment now suddenly there are only 39 comments. If I check ...
1
vote
2answers
597 views

Modify or Replace the Facebook like button flyout box

I have a project with a client strongly preferring the Facebook 'Share' button over the 'like' button. I need to slightly modify 'like' to convince them to use it. I am well aware that the 'Share' ...
0
votes
1answer
216 views

Facepile shows a white box with an option to switch when user selects “Use Facebook as:” option from her facebook account

I have facepile plugin on my webpage to show faces who are using the application. The code snippet to show facepile is <fb:facepile id="some_id" data-size="medium" data-width="396"> ...
-1
votes
3answers
96 views

One off 'share' on facebook button [closed]

I am building a simple online game which I would like users to be prompted to share their score on facebook when they complete the game. I don't really want to complicate the UI too much and ideally ...
1
vote
1answer
112 views

Facebook Like Box - Controlling What Appears in the Stream

Anyone know of a way to control way appears in the Like Box Stream. By default it seems to be all page actions including photo album updates. Is there a way to control this to show just posts for ...
1
vote
1answer
172 views

How to retrieve Facebook user profile unique url/id

I am planning to have a competition as a first promo for my page. I will be using PHP for scripting. I will uploading the scripts to a web hosting server and call the page url on FB. On FB, I will ...
1
vote
2answers
86 views

Published story and the Comments plugin

I'm hoping someone has some experience using the comments social plugin, specifically with regards to formatting the story Facebook publishes when a user leaves a comment. I had expected the process ...
1
vote
2answers
3k views

I want to display a FB comment box on every page but have their own comments specific to that page

I recently coded my own blog for a site im making. I want to use facebook to handle the comment on posts, so i integrated the plugin. I noticed something odd however. If i comment on one blog post, ...
0
votes
0answers
57 views

Facing Login Error for some user ids

I trying to use login using facebook in my website. I used exactly the same code given in developers.facebook.com website. window.fbAsyncInit = function () { FB.init({ appId: 'app_id', status: ...
1
vote
0answers
234 views

Log in/out button no longer maintaining state

My code was working fine until the past 24 hours. I did not change anything, but now the #fb-button is smaller and it no longer says "Log Out" when it should. You can see this in action at Homewrd. ...
0
votes
2answers
590 views

Facebook Graph API returns Shares instead of total count

I am having an issue when trying to return the total_count number for our Like buttons. Our application manages Like buttons and Open Graph tags, we have a few URLs we are trying to get the Like ...
1
vote
1answer
80 views

Facebook-login issue

This is our link for the fb or old way sign-in: http://www.greeceinsiders.com/login Does the fb-login work to you? When I click it it redirects me to the same page. Sometimes it works sometimes not. ...
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
163 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 ...
0
votes
2answers
2k views

facebook 'like' button for facebook page but with callback

I want to use the facebook like button for a facebook fan page, but with a callback function. So far I've only managed to get the callback function to work with a facebook app with the following ...
0
votes
0answers
87 views

Recommendations Bar stopped expanding, no code was changed. Any fixes?

I'll make it a little more clear, you can see the bar in action on a website i'm coding. Here is a random article: Here is a random Article Up until about a week ago everything about it was ...
0
votes
1answer
1k views

Facebook Comment Box not working but worked before

I was trying to implement a simple Facebook social plugin comment box onto my website. The URL of the box is not static, since every post on my site has one of them, but is generated using PHP. I ...
1
vote
1answer
2k views

IE9 and HTML5 and XFBML like button doesn't work in IE Protected Mode

I had severe problems getting my like button to work in IE9. It works great in Chrome and Firefox but in IE9 when I click Like or Send a new windows opens. I googled the problem and found a few ...
1
vote
0answers
194 views

FB Login Button and Comments Issues

I am trying to incorporate a FB Login button and the Comments Social plugin w/ the javascript sdk. I have them each working independently but have issues when combining them. Are there any events I ...
1
vote
1answer
227 views

facebook comments on each post?

I'm writing a blog in php, and when I was going to add comments, I figured nobody would want to have to register on my blog to post comments, so I decided to try facebook comments. I found the ...
1
vote
1answer
453 views

Like button throwing error in chrome

We've integrated a like button into the site. Sample page: www.2knowb440.com/agent/sergey-koltunov How ever is I try to like a page A popup opens and closes right away. In the console an error ...
0
votes
2answers
363 views

Facebook share button is sharing my login page instead of current page URL, title, etc

I have added facebook share button to my webpage using this code: <a name='fb_share' border="0">Share</a> <script type='text/javascript' src='jquery.js'> </script> <script ...
0
votes
1answer
570 views

Facebook Admin Link Missing

I recently created a facebook application for integrating a domain's webpages with facebook. But I can't figure out why the Admin Link will not show on the webpage whilst logged into fb as the admin. ...
0
votes
3answers
262 views

Different ways of loading JS SDK

The "official" way of loading the SDK, suggested by FB's documentation, is this: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
1
vote
0answers
306 views

Having trouble setting moderators for Facebook comments social plugin

I am attempting to add a moderator for the Facebook comments social plugging using the code below. It seems no matter what Facebook User ID I enter the only user that can moderate is the one who is ...
0
votes
2answers
590 views

Facebook Send Button - Cancel Button Not Functioning

I just added a Facebook Like/Send plugin onto my page. I QA'd the plugin on my dev machine and everything worked perfect. When I published the site to my live website (http://www.raveradar.com) the ...
1
vote
0answers
139 views

Like callback on create/load

Is there a way to get the like status when the like button is created? I have the FB.Event.subscribe('edge.create'... but that only fires when a user clicks the like button. I want to know if they ...
0
votes
1answer
648 views

FB:SHARE Plugin (on FB Tab) Not Showing Up In IE Only

I'm using the FB Share plugin on a facebook tab, so this is just inside the body tag: <div id="sharebtn"> <fb:share-button href="path-to-redirect-url.html"> </fb:share-button> ...
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 ...
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 ...
0
votes
0answers
1k views

Using Facebook comments in a Colorbox iframe

I have a page where I'm linking to bits of content in a Colorbox iframe. The source of each iframe is another page on my site. <script type="text/javascript"> $(document).ready(function(){ ...
1
vote
2answers
7k views

FB Login button not calling onlogin function

I have my fb login button created as so <fb:login-button perms="email" size="small" onlogin="check_login_session()">Sign Up Using Facebook</fb:login-button> I have also defined the ...