<?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>Gorges Blog &#187; Social Media</title>
	<atom:link href="http://blog.GORGES.us/category/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.GORGES.us</link>
	<description>Web Sites that Grow Your Business - our blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fast Custom Facebook Tabs for your Business Page</title>
		<link>http://blog.GORGES.us/2011/08/fast-custom-facebook-tabs-for-your-business-page/</link>
		<comments>http://blog.GORGES.us/2011/08/fast-custom-facebook-tabs-for-your-business-page/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 12:45:01 +0000</pubDate>
		<dc:creator>Alex Michaluk</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=679</guid>
		<description><![CDATA[This year Facebook scrapped their markup language FBML and introduced iframe Tabs for pages.  Although there has been a lot of grumbling from the Facebook community, this is good news for web developers, as it allows them to work outside of Facebook in any framework once they&#8217;ve done a little bit of setup. Finding straightforward [...]]]></description>
			<content:encoded><![CDATA[<p>This year Facebook scrapped their markup language FBML and introduced iframe Tabs for pages.  Although there has been a lot of grumbling from the Facebook community, this is good news for web developers, as it allows them to work outside of Facebook in any framework once they&#8217;ve done a little bit of setup.</p>
<p>Finding straightforward explanation of how to immediately dive in proved to be a bit painful &#8211; most of the tutorials I found seemed to be aimed towards clients or casual Facebook users rather than developers. I thought I would compile the information I found useful in quickly making custom tabs for Facebook pages.</p>
<p>First of all, even though they still use the term tab, what we are talking about are the links in the left column that fall under Wall.  A standard first  custom tab to add is a Welcome tab.</p>
<p>I originally tried using an existing app (Static HTML frame tabs) which worked fine, but had two major disadvantages.  One was that you could not assign a custom icon, and the second that it could only be used to create one link.  This could be handy for a quick and easy custom welcome page, but most likely a client is going to want more than one custom tab.</p>
<p>I won&#8217;t cover signing up as a developer, but basically it involves creating a Facebook account and being assigned as an admin to an existing business page, or creating your own.  You will also need to be confirmed via a text to your mobile phone or by entering a credit card.</p>
<p>After you&#8217;ve done this, you can head on over to http://developers.facebook.com, and hit the <strong>Apps</strong> link, and then the <strong>+ Create New App</strong> button:</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/1.png"><img class="alignnone size-full wp-image-680" src="http://blog.GORGES.us/wp-content/uploads/2011/08/1.png" alt="" width="334" height="86" /></a></p>
<p>Create a name for the app:</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/2.png"><img class="alignnone size-full wp-image-681" src="http://blog.GORGES.us/wp-content/uploads/2011/08/2.png" alt="" width="500" height="190" /></a></p>
<p>This will create an app with an app ID (which you will need later).</p>
<p>For now, you can just upload a 16&#215;16 icon that you would like to appear to the left of the link on your page.</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/3.png"><img class="alignnone size-full wp-image-682" src="http://blog.GORGES.us/wp-content/uploads/2011/08/3.png" alt="" width="868" height="398" /></a></p>
<p>Now, click the <strong>On Facebook</strong> link in the left column.</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/3.5.png"><img class="alignnone size-full wp-image-683" src="http://blog.GORGES.us/wp-content/uploads/2011/08/3.5.png" alt="" width="192" height="196" /></a></p>
<p>Enter the <strong>Tab Name</strong> (This is the name of the link as it will appear on your page) and the <strong>Tab Url</strong>.</p>
<p>The Tab Url is a link to a file hosted somewhere else that will be placed in the iframe (more on constructing this later)</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/4.png"><img class="alignnone size-full wp-image-684" src="http://blog.GORGES.us/wp-content/uploads/2011/08/4.png" alt="" width="672" height="148" /></a></p>
<p>After saving, click <strong>View App Profile Page</strong> in the left column</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/5.png"><img class="alignnone size-full wp-image-685" src="http://blog.GORGES.us/wp-content/uploads/2011/08/5.png" alt="" width="186" height="382" /></a></p>
<p>Now you can click <strong>Add to My Page</strong> , and then select the page (for which you are already an admin) that you wish to add it to.</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/6.png"><img class="alignnone size-full wp-image-686" src="http://blog.GORGES.us/wp-content/uploads/2011/08/6.png" alt="" width="663" height="194" /></a></p>
<p>Now, if you navigate to the page you&#8217;ve added it to, you will see it as a tab in the left column:</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/7.png"><img class="alignnone size-full wp-image-687" src="http://blog.GORGES.us/wp-content/uploads/2011/08/7.png" alt="" width="180" height="420" /><br />
</a></p>
<p>Hit the <strong>Edit</strong> button below the tabs to rearrange the tabs, but note that Wall and Info will always come first.</p>
<p>To make this new tab the default landing page of your site, click <strong>Edit Info</strong> at the top of your page.</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/8.png"><img class="alignnone size-full wp-image-688" src="http://blog.GORGES.us/wp-content/uploads/2011/08/8.png" alt="" width="482" height="109" /></a></p>
<p>Now click <strong>Manage Permissions</strong> and then choose the <strong>Default Landing Tab </strong>from the dropdown.  Note that fans and admins of the page will always be directed to the wall &#8211; this default landing page only applies to anonymous users or non-fans.</p>
<p><a href="http://blog.GORGES.us/wp-content/uploads/2011/08/9.png"><img class="alignnone size-full wp-image-689" src="http://blog.GORGES.us/wp-content/uploads/2011/08/9.png" alt="" width="550" height="244" /></a></p>
<p>Finally, a note on creating your content for the iframe. I initially ran into some problems with scrollbars appearing both vertically and horizontally in the frame &#8211; the solution was to include two Facebook scripts and apply a little bit of css, all of which you can see in the basic template below. You&#8217;ll need to modify the height, add your content, and also include your app id in the bottom script.</p>
<blockquote><p>&lt;!DOCTYPE html&gt;&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;title&gt;&lt;/title&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;window.fbAsyncInit = function() {FB.Canvas.setSize();}function sizeChangeCallback() {FB.Canvas.setSize();}&lt;/script&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body style=&#8221;width:520px;overflow:hidden;&#8221;&gt;</p>
<p><strong>&lt;!&#8211; Modify height if necessary &#8211;&gt;</strong></p>
<p>&lt;div style=&#8221;width:520px;height:1000px;overflow:hidden;&#8221;&gt;</p>
<p><strong>&lt;!&#8211;Your Content Here &#8211;&gt;</strong></p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;fb-root&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;script src=&#8221;http://connect.facebook.net/en_US/all.js&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;script&gt;</p>
<p>FB.init({</p>
<p><strong>// CHANGE THIS TO YOUR APP ID</strong></p>
<p>appId : &#8217;123456789&#8242;,</p>
<p>status : true,</p>
<p>cookie : true,</p>
<p>xfbml : true</p>
<p>});</p>
<p>&lt;/script&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p>That&#8217;s all you need to do.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2011/08/fast-custom-facebook-tabs-for-your-business-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Intern Creates Smart Phone App</title>
		<link>http://blog.GORGES.us/2010/12/intern-creates-smart-phone-app/</link>
		<comments>http://blog.GORGES.us/2010/12/intern-creates-smart-phone-app/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 12:56:02 +0000</pubDate>
		<dc:creator>Matt Clark</dc:creator>
				<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[smart phone]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=438</guid>
		<description><![CDATA[New Roots student intern Patrick Putnam joins GORGES for his Intensives Week program.  In one week he created prototypes for both iPhone and Android phones.]]></description>
			<content:encoded><![CDATA[<div id="attachment_444" class="wp-caption alignright" style="width: 310px"><a href="http://blog.GORGES.us/wp-content/uploads/2010/12/Patrick-Putnam.jpg"><img class="size-medium wp-image-444 " title="Patrick Putnam" src="http://blog.GORGES.us/wp-content/uploads/2010/12/Patrick-Putnam-300x204.jpg" alt="Patrick Putnam presents his project." width="300" height="204" /></a><p class="wp-caption-text">Patrick presents his iPhone and Android apps for the New Roots Charter School to the GORGES staff.</p></div>
<p>We recently hosted a student intern at the GORGES offices.  Patrick Putnam is a student at the New Roots Charter School, and joined us for his Intensives Week program, supervised by his teacher Sarah Rubenstein-Gillis.</p>
<p>We recommended that he try to create a mobile phone app that could be used by students and staff at New Roots.  Patrick came up with several features that would be useful to have on a mobile app, for example the school academic calendar, map directions, website links, and accessing an online system so students can check assignments.</p>
<p>After an intensive week (now we know why they call it that!), Patrick created working prototypes that run on both iPhone and Android devices.  He based his solution on the GORGES mobile framework we have developed that is in turn built on top of a leading mobile development platform.  The prototype has the calendar, map, and links features, and features Patrick&#8217;s photography in the splash image.</p>
<p>Every few weeks we host &#8220;GORGES University&#8221; where one of us shares some new knowledge or tidbits during a brown bag lunch meeting in our office lounge area.  This week Patrick presented his project, followed by an equally-lively discussion about mobile technology.</p>
<p>We have enjoyed having Pat with us for his program, and GORGES will support his iPhone app store submission when the app is finalized.</p>
<p>Our hats are off to Patrick for his successful internship!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2010/12/intern-creates-smart-phone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Social Media in Your Business and Get the Results You Want</title>
		<link>http://blog.GORGES.us/2009/12/how-to-use-social-media-in-your-business-and-get-the-results-you-want/</link>
		<comments>http://blog.GORGES.us/2009/12/how-to-use-social-media-in-your-business-and-get-the-results-you-want/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:09:18 +0000</pubDate>
		<dc:creator>Christopher Grant</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=177</guid>
		<description><![CDATA[Is your social networking strategy working for you? ]]></description>
			<content:encoded><![CDATA[<p>Is your social networking strategy working for you?</p>
<p>Social Media is changing the way marketing is done. Customers, potential customers and competitors share information every day through different Social Media channels to create new business and cultivate relationships. Many businesses—from start-ups and entrepreneurs to well-established companies—are creating increased returns and finding new customer leads from social media sites like Twitter, LinkedIn and Facebook.</p>
<p>What do these businesses share in common? They use social media tools to generate the kind of exposure that converts relationships to prospects and prospects to sales.</p>
<p>This can be your success story, too.</p>
<p>Give us a call to find out how we can help!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/12/how-to-use-social-media-in-your-business-and-get-the-results-you-want/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

