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!
...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 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?
...
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.
...
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...
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">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Cross-Domain Recei...
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 ...
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...
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://<?=site."/".$id?>'></fb:share-button>
...
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 ...
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?
...