background preloader

Facebook

Facebook Twitter

Facebook iframe

For Websites - Facebook developers. As mentioned, the code above uses the common defaults for the options available when initializing the SDK. You can customize some of these options, if useful. Changing SDK Language In the basic setup snippet, the en_US version of the SDK is initialized, which means that all the dialogs and UI will be in US English. You can change this language by changing the js.src value in the snippet. Take a look at Localization to see the different locales that can be used. <script> (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/es_LA/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> Disabling Login Status Check By setting status to true in the FB.init() call, the SDK will attempt to get info about the current user.

Setting status to false can improve page load times, but you'll need to manually check for login status using FB.getLoginStatus. For Websites - Facebook developers. As mentioned, the code above uses the common defaults for the options available when initializing the SDK. You can customize some of these options, if useful. Changing SDK Language In the basic setup snippet, the en_US version of the SDK is initialized, which means that all the dialogs and UI will be in US English.

You can change this language by changing the js.src value in the snippet. Take a look at Localization to see the different locales that can be used. <script> (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/es_LA/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> Disabling Login Status Check By setting status to true in the FB.init() call, the SDK will attempt to get info about the current user.

Setting status to false can improve page load times, but you'll need to manually check for login status using FB.getLoginStatus. 2) | Developers. The 12 Best Ways To Customize Your Facebook Pages. When a service such as Facebook limits users’ creative freedom, it is inevitable that other add-on services will overcome this limitation. This is why then, we see more and more Facebook tab apps that give us more control and freedom when it comes to customizing a fan page or a personal profile.

I can’t really understand why Facebook doesn’t create an editor that lets users create a super fan page. I can only guess they don’t want to deal with it and prefer their uniform design, which may be boring but at least it is consistent and familiar. Instead, Facebook lets other people get creative and offer an array of Facebook related apps built on the API. In any case, you must know this by now: A personalized page can drive more attention and probably, more traffic to your brand.

I’ve written about this subject over, and over, and over again here at TechCrunch. But I digress. How it works: You just need to log-in with Facebook Connect, then the service will recognize your existing pages. How To Sync Your Twitter and Facebook Status Updates. XFBML.

Facebook events