fbml

facebook iframe App: Send/Like button z-index issue

我的梦境 提交于 2020-02-02 03:45:14
问题 We are having a problem with our facebook like/send button, if you open: http://apps.facebook.com/bymii-test/products.php?pageid=216605071714962&prd_id=35&prd_name=Coalesce: - click facebook send, the box is behind the facebook sidebar. Is there any way to: change the z-index - or to make the window pop up on the left? 回答1: I FINALLY FOUND THE ANSWER!! 1 1/2 Hours searching later.. just enter this code into your CSS file: .fb_edge_widget_with_comment span.fb_edge_comment_widget { top: 15px

Is it possible to use JavaScript or PHP in static FBML?

核能气质少年 提交于 2020-01-16 08:55:26
问题 Is there some way to embed JavaScript or PHP code in static FBML on Facebook? 回答1: You can use FBJS in FBML, and you certainly can use PHP to generate FBML and FBJS if you so choose. But that's only for applications and application tabs. Static FBML like for FBML Boxes and such - you cannot. 来源: https://stackoverflow.com/questions/3213103/is-it-possible-to-use-javascript-or-php-in-static-fbml

Facebook fb-login not redirecting back

房东的猫 提交于 2020-01-06 12:54:31
问题 I want to authenticate the user using facebook login credentials. Everything works, except for the fact that it does not redirect to the redirect_uri specified which I require to capture the signed_request. Any help is hugely appreciated. Below is what I have #fb-root %script{:src => "http://connect.facebook.net/en_US/all.js"} :javascript FB.init({ appId:'my_client_id_from_the_app_i_created', cookie:true, status:true, xfbml:true }); %fb:login-button{:perms => "publish_stream", :redirect_uri =

Playback of F4V using FLVPlayback won't use progressive download

南笙酒味 提交于 2020-01-05 08:32:26
问题 I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is completely downloaded (I checked with Firebug). I tried fooling around with the component's bufferTime parameter, but it didn't seem to make a difference. For what it's worth, the SWF is being embedded in a Facebook profile using the FBML tag fb:swf , although I can't see how that would make a

Loading Facebook fb:profile-pic via AJAX in Facebook Connect site

和自甴很熟 提交于 2020-01-01 03:20:30
问题 After a page loads, I'm making an AJAX request to pull down an HTML chunk that contains tags representing a Facebook user profile picture. I append the result to a point in the DOM but the logos don't load, instead all I see is the default silhouette. Here's simply how I'm loading the HTML chunk with jQuery $.ajax({ url: "/facebookprofiles" success: function(result) { $('#profiles').append(result); } }); The HTML that I'm appending is a list of diffs like this: <div class="status Accepted">

Are FBML apps required to upgrade to OAUTH access token by October 1st?

耗尽温柔 提交于 2019-12-25 04:04:57
问题 What is meant by removal of fb_sig ? Is this migration reuqired for Iframe apps using fb_sig and old jssdk or for all apps , including the old FBML canvas apps using and relying on fb_sig post parameters as well ? 回答1: Yes. Fb_sig params will no longer be sent, so you have to switch to OAuth 2.0 for authentication and also to the signed_request param. OAuth 2.0 and HTTPS Migration states "all Website and Canvas apps must exclusively support OAuth 2.0 (draft 20)" and "all Canvas and Page Tab

Facebook / FBML - Can I create an Iframe, using FBML, in a Tab on a Profile Page?

隐身守侯 提交于 2019-12-24 20:54:29
问题 I want to create an Iframe within a Tab on a facebook profile. Are there any tag restrictions inside of a Tab or on a Profile Page? Example profile/tag setup: http://www.facebook.com/#!/AvonProductsInc?v=app_10442206389&ref=ts 回答1: Unfortunately, there are restrictions on what FMBL you can include on a profile page. One of these restrictions is no iframes on profile pages. http://developers.facebook.com/docs/reference/fbml/iframe [fb:iframe] inserts an tag into an application canvas page; you

Add a Tab to a Company's Page - Programmatically

主宰稳场 提交于 2019-12-24 11:30:02
问题 I really need help with this... is it doable? Is it possible to add a Tab to a Company's Page programatically (like FBML, where the users writes their own HTML code)? Such as the C# SDK or through some other SDK? How would I do it? 回答1: Facebook Graph API allows it with permission "manage_pages". http://developers.facebook.com/docs/reference/api/page/#tabs You can install a profile_tab at the end of the current list of installed tabs for a page by issuing an HTTP POST request to PAGE_ID/tabs

Facebook quote application error

假如想象 提交于 2019-12-24 10:45:05
问题 How do I code a Facebook quote application taking its data from PHP/MySQL page generating quotes randomly? I've already developed one, but it's using jQuery which FBML doesn't support and since I'd like the profile tab I'd rather go for FBML instead of iframe. How to do this without jQuery or using FBJS? <!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="css/jquote.css" /> <!--<script type="text/javascript"

Set background of body to transparent in fbml iframe

允我心安 提交于 2019-12-24 10:36:33
问题 I'm looking for a workaround that would allow me to remove the background from a body tag inside an fbml iframe which gets a white background by default. I tried different methods of accessing the fbml iframe but unfortunately facebook denies any of the attempts to put something into the frame. The bug is reported here but not much has been moving around it: http://bugs.developers.facebook.net/show_bug.cgi?id=12621 Any clever/nasty way to fix this? 回答1: Unless your site is running on facebook