background preloader

FaceBook Development

Facebook Twitter

Colombo - Bandaranaike Intl Colombo Airport. Business owner in Colombo - Bandaranaike Intl Colombo?

Colombo - Bandaranaike Intl Colombo Airport

Contact Us To view the tables of flights you must be registered Services [?] Add services Imageof Map Data Satellite Map. Comments - Facebook developers. A part of the comments plugin is a powerful moderation tool.

Comments - Facebook developers

This tool makes it easy and fast for your community management team to moderate multiple comments at once. Setup To use the comments moderation tool, you need to complete the moderation setup instructions. Moderation Setup Instructions Please note that you cannot use the Graph API to reply to comments made via the Comments Plugin. Dashboard. FBML Tutorial - UPDATED How to setup Facebook Landing Page or Custom Tab. FaceBook Development. FaceBook Development. FaceBook Development. Web Development And Facebook Applications. Tips for Minimizing Facebook Timeline Embarrassment. InShare15 December 20, 2011 - Posted by Shama Kabani There’s been buzz about the Facebook Timeline profile since September, but it was only available to developers until last week.

Tips for Minimizing Facebook Timeline Embarrassment

Facebook Website Design. 7 Facebook Page Rebuild Tips: Construction, Facebook Page Design. Facebook Trick Lets You Tag Photos With Any Name You Want To. Tagging your friends on Facebook has come a long way since it was first introduced in 2009.

Facebook Trick Lets You Tag Photos With Any Name You Want To

Back when photo tags were new, you had to first type the '@' sign and include a person'a full name; then Facebook decided to allow you to tag someone by just first name or last name; and then you didn't even need to type in the '@' symbol at all. Now, thanks to a great Facebook hack discovered by the French blog My Community Manager and translated into English by Wise Metrics, you no longer have to tag a friend using their first or last name: You can now tag them with any nickname, phrase, descriptor or set of profanities you want. It's a powerful trick with huge implications for pranking and embarrassing your friends, family members and neighbors (and other, more benign uses). You can seriously tag anyone you want with whatever words you want. Here's a message I sent to my editor, Bianca Bosker, using the new trick: Cite Social - Home. Design and Make Custom Fan Pages.

15 Simple Ways to Integrate Facebook into Your Website. Mahatma Gandhi once said, . Facebook stands as the contemporary example that proves the quote so right. When Myspace was at the top people ignored Facebook, then they laughed at their ambitious plans to become a platform, they fought against privacy issues and despite all that Facebook has won fair and square.

Since now that it is clear we can’t beat them it is time to join them. There are umpteen number of ways to plug websites of any shape & kind into Facebook thereby nurturing a community, encouraging conversations, improving user engagement and increasing page views. The choicest options and tools to tap into the billion eyeballs audience are coming up after the jump. 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. Custom Social Media Design.

All Facebook - The Unofficial Facebook Blog - Facebook News, Facebook Marketing, Facebook Business, and More! How to remove the white line under the facebook , twitter , google plus button in a post? - Blogger Help. How to Add a Welcome Page to Your Facebook Fan Page.

Good Samples of FaceBook

FBML. IWIPA. Red Bull. 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.

The 12 Best Ways To Customize Your Facebook Pages

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. Backbone Magazine - 61 Hints and Tips You Can Use to Facebook Your Business… Now! By Ean JacksonPresident, Analytics Marketing The following is a list of hints and tips assembled for the International Internet Marketing Association (IIMA) event “Facebook Your Business… Now!”

Backbone Magazine - 61 Hints and Tips You Can Use to Facebook Your Business… Now!

In May 2008 in Vancouver, Canada. I am the first to admit that I am more of a curious observer than an expert on the subject, so I asked the most knowledgeable Facebook experts I know to share their perspectives in a panel. Thank you Maureen McCartney, Michael Fergusson and Phillip Jeffrey! My goal for the workshop was to make sure everyone who attended came away with a brain full of great ideas, as well as practical hints and tips. We plan to offer the "Facebook your Business" seminar again on 9 October, 2008 in Vancouver, BC. I will keep updating this list so if you have feedback, please tell me. It's all about relationships! 2. 3. 4. 5. Phillip Jeffrey fadetoplay.com. Why Your Business Needs To BE On Facebook With A Custom Fan Page (Facebook Fanpage WelcomeTab) List Web Development. Url Web Edit nhgaralv nyjgmtwz. How to Create a Facebook Welcome page 2011 (IFRAME) Finding Your Way Around the New Facebook Fan Page Layout - March 2011.

Facebook Welcome Tabs " New For 2011 " How To Make A Custom Facebook Page With MapDesign Using iFramed App. How to create a custom Facebook Landing Page in 5 minutes or less - Social Media. There are a variety of reasons why Red Bull has over 20 million Facebook fans, but one that surfaces to the top is their unapologetic “Like our Page, hint, hint” custom landing greeting.

How to create a custom Facebook Landing Page in 5 minutes or less - Social Media

And while Red Bull has a budget larger than most of us, that doesn’t mean we’re cut out of the custom landing page party. Thanks to a fantastic WordPress plugin and a bit of copy/paste inside Facebook, you can have a custom landing page up and running within 5 minutes. Here’s how: Visit and click on “Set Up New App” in the top right corner.Give your app a name and agree to Facebook’s Terms of Service.On the next screen, give your app an official name (this is the one the public will see). The About and Website tabs are optional, however it’s recommended to create and upload a custom icon and logo.Click on Facebook Integration Now here’s where most of us get hung up.

From the Facebook Tabs icon in your WordPress sidebar, select Add New. So far, so good. We’re now 95% complete. Test Users - Facebook developers. You can delete a test user by making a delete operation on this node.

Test Users - Facebook developers

DELETE /v2.2/{test-user-id} HTTP/1.1 Host: graph.facebook.com /* PHP SDK v4.0.0 *//* make the API call */ $request = new FacebookRequest( $session, 'DELETE', '/{test-user-id}'); $response = $request->execute(); $graphObject = $response->getGraphObject();/* handle the result */ /* make the API call */new Request( session, "/{test-user-id}", null, HttpMethod.DELETE, new Request.Callback() { public void onCompleted(Response response) { /* handle the result */ } }).executeAsync(); Permissions An app access token for an associated app or the test user's own access token must be used to delete that test user. Fields No fields are required to delete. Social Media Marketing.