xfbml

Facebook iFrame app - How to use fbml/xfbml

Hi Guys, I'm trying to use xfbml within my facebook app (iframe) but it somehow doesn't show up. I copied this tag into one of the pages... <fb:share-button href="http://apps.facebook.com/example" type="box_count"></fb:share-button> ..but as i said it doesn't show up. Any idea how that works? Thanks in advance! ...

Facebook XFBML IFrame App

Hi Guys, I started creating an application utilizing FBML but quickly realized its limits as far as external sources like javascript and so forth. I had just finished the app and now I am looking to convert it to XFBML so I can use external javascripts. I am having an issue with the login function. It allows a user to login when I go...

Update FB:Like URL Dynamically using JavaScript

i'd like to change the URL to like of an FB:Like button dynamically using javascript. right now i've only been able to change the href attribute of the fb:like tag (i've pasted the code below). but simply changing the href doesn't seems to work. perhaps i have to re-initiate the FB:Like button, but so far i can't figure out how.. funct...

How to enable commenting on the Facebook Like Button

I'm integrating the Facebook Like Button into a site. The likeing functionality is working fine except that you cannot add comments to your like after you've clicked the like button. Several sites including CNN has this working so this should be possible. The docs mention that you need to use the JavaScript SDK to get commenting to work...

Facebook App: Displaying Users Photos to Other Users ?

Does anyone know if Facebook Permissions will allow an app to display a photo of one app user to another, regardless of privacy settings? I want to save photo id's to a database and then display many different users photos at once, to the user, within the app. I could use fbml but am hoping to use xfbml. Any suggestions would be much...

Facebook Photo Contest App Against FB's TOS ??

What would be possible/best practice for a Photo Contest app? Saving photos to a database and refreshing the contents with an "infinite session"? Exporting photos to my site getting written consent from my user? I've gathered that it won't be possible to present users with a number of photos to vote on because the permissions for use...

Different users in the website and the facebook fan page with the like button

I have a facebook page for the bussiness running and with 27 like users, i already created the like button in the original website, and the amount of users is differents, in the website we have just 13 like users, we tried in iframe and XFBML, and always the same, if we put just a / at the end of the address of the website we had just on...

Event handling to detect if user clicks a 'Like' button in XFBML page

I have a Facebook connect app / canvas IFrame app which has a Like control for a fanpage. I'd like to detect when the user clicks the Like button to be able to display additional info (a discount coupon code). I'm using the latest Javascript API but the events that can be handled doesn't seem to include detection of social widget contr...

Facebook multi-friend-selector + new javascript API = BROKEN ?

I am using the fb:serverfbml tag to render a multi-friend-selector inside an IFrame. I am using the new javascript API. I have been trying ALL DAY to get it working. When I click on the underlines 'selected' link (to filter by the selected friends) the whole page refreshes and the selected friends disappear. Does the multi-friend-sele...

facebook JavaScript SDK - what is the 'your app id' when you just want to use the SDK for the facebook 'Like' button?

I want to add the facebook 'Like' button to my website, but the JavaScript API is asking for 'your app id' <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: 'your app id', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.a...

Switch from fbml to iframe problem

Hi! I've created an application for facebook using fmbl: <fb:fbml> <fb:bookmark/> </fb:fbml> And it worked :o) On base of tips from http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site I changed connection settings from fbml to iframe and added html and script tags, and downloaded xd_receiver.htm. So I have: ...

how to load fb:request-form in iframe / connect app using ajax

how to load fb:request-form in iframe / connect facebook app using ajax calls? for example social city does it http://apps.facebook.com/socialcity/ the POSTing of selected friend is also done in ajax. how can this be done? ...

How to delete a commnet made on fb:comment by admin?

Hi, I have used Fb:comments (XFBML) for wordpress. It seems that the comment can be deleted only by the user with account on facebook and the one who has made the comment. Is it possible to delete the bad comments that users made by the admin or anyone? Hope for the help. Thanks in advance. ...

facebook XFBML is not rendering in IE8

I put up this test page to illustrate this issue: http://pix-all.com/fb-test.htm Every Browser i've tested on has worked but in IE8. The odd part is that IE8 doesn't even report an error, WOW, and that is something. So right now im stuck with to nothing to work on or debug. Hopefully you guys can help me out and spot what i've overlooke...

Facebook Invitations Do not reach Facebook Friends | AS3 | IFrame | FBML | FLEX | FLASH

Thank you for bothering and taking the time to read!!! So, I have an xd_receiver.htm file in place within the same directory as the index.htm. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Cross-Domain Recei...

Using XFBML login button asks user to authenticate twice

I am simply trying to setup Facebook Connect to allow the choice on my already established site to register with the registration form, or to register with Facebook Connect (this really should be easier than it is, the outdated docs are driving me insane). When the user clicks the button, it opens the popup and asks to allow the things ...

Customizing the new facebook widgets

There are new social widgets for facebook which can be included in any site. The problem is that they don't match with my site's color. Can I customize the colors myself using css or some other fbml tool? Is it possible to add more fields to the comments section? Is it possible to fetch profile data using the login widget? I am basically...

What is wrong with my Facebook share button?

For some reason the Facebook share button has never rendered correctly on this pages http://pix-all.com/N Im using the JS SDK for the share button, <fb:share-button class="ur" type="box_count" href='http://&lt;?=site."/".$id?&gt;'&gt;&lt;/fb:share-button&gt; ...

Custom link on facebook comment field in facebook app

We have created a facebook-app which contains a fb:comment field. We have included the app on a fanpage. All works well so far, but when a user comments in the app on the fanpage and chooses to show comment on his/hers wall, the link that appears over the comment links to the app page and not to the fanpage. Is it possible to customize ...

Facebook multi-friend-selector gets cut off in iframe

I've been working on a Facebook app and the only thing that's still bogging me down is the friend requests. When I use the fb:multi-friend-selector code, the confirmation pop-up gets cut off by the iframe on the right hand side. The app is an iframe-based canvas app. Any ideas? ...