Tuesday, 7 January 2014

Create Custom Facebook Application 2014 [with Zero Knowledge] 100% Tested

Facebook fan page is the most required thing for your brand or website to reach more people via social. Facebook Pages by default applications for Photos, Videos and Events, if you would like to add custom pages with other information like product Look Book, Offers, etc. This post explains you to how to create an application for Facebook Fan page, take a quick look at the following steps.
     Follow Every Post on Facebook......  
Create Custom Facebook Application


9lessons Fan Page     Live Demo

Step 1
Open the Facebook Developer page and create an application and click Create New App button.
Create Custom Facebook Application

Give valid application name.
Create Custom Facebook Application

Disable the Sandbox mode.
Create Custom Facebook Application

Step 2
Create a simple HTML page with the following dimensions. Take a look at this page.

body
{
width:730px;
height:680px;
}

Note: Facebook allows only https SSL urls, try to host your pages at Dropbox or Google Docs.

Step 3
Here give the HTML page urls one is http while the other one is https, and upload tab image with 111×74 pixels dimensions.
Create Custom Facebook Application

Step 4
Copy the application ID from the URL.

Create Custom Facebook Application

Step 5
Execute the following URL with your application ID.

https://www.facebook.com/dialog/pagetab?next=http://facebook.com&app_id=Your_Application_ID

Step 6
The above Facebook pagetab URL will prompt with following screen, here map the pagetab with your Fan Page.

Create Custom Facebook Application

Step 7
Final result HTML page inside Facebook

Create Custom Facebook Application

Step 8
You can change the application display position while clicking edit icon.

Create Custom Facebook Application


No comments:

Post a Comment