<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Dicks</title>
	<atom:link href="http://www.aarondicks.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aarondicks.co.uk</link>
	<description>Online Marketing Professional based in Nottingham, UK</description>
	<lastBuildDate>Wed, 24 Apr 2013 23:16:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2-alpha</generator>
		<item>
		<title>How to make a Facebook Page Tab Application</title>
		<link>http://www.aarondicks.co.uk/facebook-page-tab-app/</link>
		<comments>http://www.aarondicks.co.uk/facebook-page-tab-app/#comments</comments>
		<pubDate>Sun, 26 Aug 2012 10:50:01 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.aarondicks.co.uk/?p=80</guid>
		<description><![CDATA[The new Facebook Timeline for Pages layout allows for businesses to include up to 12 applications on their page &#8211; 4 of which are featured as &#8216;tabs&#8217; within the header area. Of these, one must be Photos, but the others can be customised by the page owners, and can include Facebook&#8217;s own apps, third party [...]]]></description>
				<content:encoded><![CDATA[<p>The new Facebook Timeline for Pages layout allows for businesses to include up to 12 applications on their page &#8211; 4 of which are featured as &#8216;tabs&#8217; within the header area. Of these, one must be Photos, but the others can be customised by the page owners, and can include Facebook&#8217;s own apps, third party apps from the app store, or completely bespoke apps made for the business.</p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 521px"><img class="size-full wp-image-95" title="Facebook Application Tabs" src="http://i0.wp.com/www.aarondicks.co.uk/wp-content/uploads/2012/08/facebook-page-tab-apps.png?resize=511%2C98" alt="Facebook Application Tabs for Pages" data-recalc-dims="1" /><p class="wp-caption-text">Facebook Application Tabs for Pages &#8211; as seen on the Facebook Marketing Page</p></div>
<p>If there is already an application for what you are looking to accomplish, or you don&#8217;t mind utilising an already-made third party app, then head over to the Facebook App Store.</p>
<p>If you&#8217;re interested in developing an app for your page, then read on!</p>
<h2>Step 1. Create your first Facebook Application</h2>
<p>Sign up as an application developer with Facebook and create your first app through the <a title="Facebook Developers" href="https://developers.facebook.com/apps" target="_blank">Facebook Developers</a> website.</p>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 642px"><img class="size-full wp-image-101" title="Create a new Facebook Application" src="http://i1.wp.com/www.aarondicks.co.uk/wp-content/uploads/2012/08/create-a-new-facebook-app.png?resize=604%2C184" alt="Create a new Facebook Application" data-recalc-dims="1" /><p class="wp-caption-text">Clicking on &#8216;Create new App&#8217; gives you this dialog box.</p></div>
<p>Enter your App name and the app namespace (this can be anything) and you have set up your first Application!</p>
<h2>Hosting</h2>
<p>A quick side note about hosting. Many SME&#8217;s and businesses are likely to be able to host their files on their own web server, but for individuals, charities and those without this facility, Facebook and Heroku have teamed up to provide a free cloud hosting option. This is outside the scope of this article, but to find out more about Heroku, check out their website (www.heroku.com).</p>
<p>By signing up without hosting we&#8217;re assuming we have the capacity to develop a single page elsewhere on the internet. Store it in a safe place on your server, and keep the URL as we&#8217;ll need it later down this page.</p>
<p>Since October 1<sup>st</sup> 2011, Facebook has required secure hosting of apps for those users choosing to browse in secure (https://) mode. As such, it&#8217;s necessary for businesses to ensure their server is capable of providing this. Recently I managed to purchase a SSL certificate for under £10 for a year, and implemented it in approximately 30 minutes, so this is not out of reach of most businesses.</p>
<h2>Step 2. Configure your application</h2>
<p>Facebook will now a little about the application you&#8217;re creating, but we need to give it some more pointers on where to find the data it needs to display correctly for users. Once you have registered an app, as described above, you should see this screen:</p>
<div id="attachment_103" class="wp-caption aligncenter" style="width: 734px"><img class="size-full wp-image-103" title="Example Facebook Application" src="http://i1.wp.com/www.aarondicks.co.uk/wp-content/uploads/2012/08/example-application.png?resize=604%2C320" alt="Example Facebook Application" data-recalc-dims="1" /><p class="wp-caption-text">This is the main settings screen for your application</p></div>
<p>Just enter your website&#8217;s domain name in the App Domains box and scroll down. If you&#8217;re planning on having more than 4 apps on your page, then uploading a small icon here is a nice touch &#8211; icons are visible when the tab pane is expanded.</p>
<p>Click the tick icons next to &#8216;Mobile Web&#8217; and &#8216;Page Tab&#8217; to open the additional input forms that we&#8217;ll need.</p>
<h2>Mobile Web Setup</h2>
<p>Any page tab application needs a mobile counterpart for mobile users. Mobile users will be taken away from Facebook&#8217;s interface and will see a (hopefully) mobile version of your page at the URL you specify here.</p>
<h2>Page Tab Setup</h2>
<p>Setting up the page tab should just be a case of uploading your preferred icon (111px x 74px) that will be used on the Page and the URLs to the content.</p>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 692px"><img class="size-full wp-image-104" title="Facebook Page Tab Setup" src="http://i1.wp.com/www.aarondicks.co.uk/wp-content/uploads/2012/08/page-tab-setup.png?resize=604%2C241" alt="Facebook Page Tab Setup" data-recalc-dims="1" /><p class="wp-caption-text">The dialog for setting up an application to behave as a page tab</p></div>
<p>Older tabs used to be limited to 520 pixels wide, but now these can stretch to 810 pixels. I&#8217;d recommend taking advantage of the full 810px width for any new apps you&#8217;re thinking of building.</p>
<p>Once we&#8217;re all done, then just click Save Changes at the bottom of the page, and we&#8217;re all set up and ready to put the app on the page.</p>
<h2>Step 3. Pairing up the Application and the Facebook Page</h2>
<p>To view the application on your Facebook page, you&#8217;ll need to &#8216;install&#8217; it there. The following  URL will do just that &#8211; just replace the two variable names with your app-specific details. All of these can be found on the app page. Copy your app ID from the app details section at the top of the page, and the URL will be the one you have used in the Page Tab setup section.</p>
<pre>https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&amp;next=YOUR_URL</pre>
<p>If all goes well, then you should see the following box:</p>
<div id="attachment_105" class="wp-caption aligncenter" style="width: 569px"><img class="size-full wp-image-105" title="Add Tab Application to Facebook Page" src="http://i2.wp.com/www.aarondicks.co.uk/wp-content/uploads/2012/08/add-tab-to-page.png?resize=559%2C193" alt="Add Tab Application to Facebook Page" data-recalc-dims="1" /><p class="wp-caption-text">Add tab to page dialog</p></div>
<p>If there are any errors in your install URL, then you may be faced with the following error,</p>
<pre>API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.</pre>
<p>This error is caused when either the App ID or URL are incorrect, so check that the URL is the full path to the Facebook App content page and not your domain&#8217;s home page.</p>
<h2>Step 4. You&#8217;re done! Arrange the tabs on your page</h2>
<p>When logged in as a page administrator, you&#8217;ll be able to edit the order of the 4 tabs displayed on your page. Just hover over the top right hand corner of each to select which app tab to swap it with.</p>
<p>Once you&#8217;re done, you can start driving traffic to it directly by using it&#8217;s unique URL.</p>
<p>If you have any questions or need help in installing your own Facebook page tab then leave me a message in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarondicks.co.uk/facebook-page-tab-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
