Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An "if" statement is a control structure in many programming languages that changes the execution flow depending on a condition.

learn more… | top users | synonyms (5)

0
votes
1answer
170 views

PHP variable from external file?

*EDIT / FINISHED SOLUTION / WORKING CODE So, this is what a friend of mine helped me come up with. Here is the part I use in my K2 "items.php" file: <div class="fb-comments" data-href="<?php ...
-1
votes
1answer
132 views

FB.event.subscribe comment.create acting without action from user [duplicate]

OK, so here is my problem. I'm trying to get an email sent to the author of individual posts once a comments is made in facebook comments (to notify the author that comments have been made). The ...
0
votes
4answers
164 views

How can I display the word “Comment” if a number is 1 and “Comments” otherwise using Javascript?

I'm using Facebook Comments with only access to HTML. No server side scripting. My default output is "# Comments". <a class="comments" href="URL"><div class="fb-comments-count" ...
0
votes
1answer
77 views

Simplifying an IF/ELSE in Facebook API Script

I fear this question probably has a simple answer, but boy have I laboured in vain to find it! Any help would be appreciated. We've got our Facebook App all set up nice and our Actions and Objects ...
0
votes
1answer
132 views

Which if statement to use to make sure facebook is referrer??

Which php if statement should i use to tell a user the file on my server can only be visited from facebook At the moment i only read out the fuid and the app settings. But i like to prevent the file ...
-1
votes
3answers
486 views

unexpected T_BOOLEAN_AND error in my if statement

I have the following IF statement: if (strpos($_SERVER['REQUEST_URI'], '/dev/mahjong/mahjong.php') === strlen($_SERVER['REQUEST_URI']) - strlen('/dev/mahjong/mahjong.php') ) { $style = "display: ...
0
votes
2answers
516 views

How can I hide like button or div from Firefox?

I am building a web page and I have included Facebook's Like button. Works great in all browsers but not in Firefox. When clicked in Firefox, it creates an endless loop of opening and closing a ...