<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Social Media Club Hawaii Chapter&#187; Peter Liu</title>
	<atom:link href="http://smchawaii.org/author/peter/feed/" rel="self" type="application/rss+xml" />
	<link>http://smchawaii.org</link>
	<description>Sharing best practices for using social media in Hawaii</description>
	<lastBuildDate>Mon, 07 May 2012 23:06:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/3.0.1" -->
	<itunes:summary>Sharing best practices for using social media in Hawaii</itunes:summary>
	<itunes:author>Social Media Club Hawaii Chapter</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://smchawaii.org/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Sharing best practices for using social media in Hawaii</itunes:subtitle>
	<image>
		<title>Social Media Club Hawaii Chapter&#187; Peter Liu</title>
		<url>http://smchawaii.org/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://smchawaii.org</link>
	</image>
		<rawvoice:rating>TV-G</rawvoice:rating>
		<item>
		<title>How To Create A Facebook Landing Page or Tab</title>
		<link>http://smchawaii.org/2011/07/20/how-to-create-a-facebook-landing-page-or-tab/</link>
		<comments>http://smchawaii.org/2011/07/20/how-to-create-a-facebook-landing-page-or-tab/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 17:00:21 +0000</pubDate>
		<dc:creator>Peter Liu</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook page]]></category>
		<category><![CDATA[how to create facebook landing page tab]]></category>
		<category><![CDATA[how to create facebook page tabs]]></category>
		<category><![CDATA[how to create facebook reveal tabs]]></category>

		<guid isPermaLink="false">http://smchawaii.org/?p=920</guid>
		<description><![CDATA[One of the questions I get the most from clients is how to create a custom landing page or tab in a Facebook Page. It&#8217;s really not difficult, but it does require a little skill and knowledge. If you&#8217;re developer, there&#8217;s a developer app with some great documentation. If you&#8217;re not, there&#8217;s a Static HTML: [...]]]></description>
			<content:encoded><![CDATA[<p>One of the questions I get the most from clients is how to create a custom landing page or tab in a Facebook Page. It&#8217;s really not difficult, but it does require a little skill and knowledge.</p>
<p>If you&#8217;re developer, there&#8217;s a <a title="Facebook Developer App" href="http://www.facebook.com/developers" target="_blank">developer app</a> with some <a title="Introducing iframe Tabs for Pages" href="http://developers.facebook.com/blog/post/462" target="_blank">great documentation</a>. If you&#8217;re not, there&#8217;s a <em><a title="Static HTML: iframe tabs" href="http://www.facebook.com/add.php?api_key=190322544333196&amp;pages" target="_blank">Static HTML: iframe tabs</a></em> application that provides a friendly way of setting up a custom tab without too much pain. It even has built-in reveal functionality, which is the ability to present additional content to visitors after they press the Like button.</p>
<p>Here&#8217;s what you do:</p>
<h2>Step 1: Install the <strong><em>Static HTML: iframe tabs</em></strong> Application</h2>
<p>Install the <em><a title="Static HTML: iframe tabs" href="http://www.facebook.com/add.php?api_key=190322544333196&amp;pages" target="_blank">Static HTML: iframe tabs</a></em> application on the Facebook Page. If you administer several, you&#8217;ll be presented with a choice of pages to choose from.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/install-static-html-on-a-page.png"><img class="aligncenter size-full wp-image-1187" title="Install Static HTML: iframe tabs in a Facebook Page" src="http://kaiscapes.com/wp-content/uploads/2011/04/install-static-html-on-a-page.png" alt="Install Static HTML: iframe tabs in a Facebook Page" width="466" height="160" /></a><br />
Then go to the page and click on the new <em>&#8220;Welcome&#8221; </em>tab that was added by the application.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/click-on-welcome.png"><img class="size-full wp-image-1190 aligncenter" title="Click on &quot;Welcome&quot;" src="http://kaiscapes.com/wp-content/uploads/2011/04/click-on-welcome.png" alt="Click on &quot;Welcome&quot;" width="179" height="172" /></a><br />
This brings up the application&#8217;s interface.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/static-html-interface.png"><img class="size-full wp-image-1193 aligncenter" title="Static HTML interface" src="http://kaiscapes.com/wp-content/uploads/2011/04/static-html-interface.png" alt="Static HTML interface" width="539" height="482" /></a></p>
<h2>Step 2: Create Your Content</h2>
<p>As you can see in the screenshot above, your content can consist of HTML, CSS, Javascript or anything that you might have in a web page. You can be as simple or elaborate as you like. For the Kaiscapes page, I simply created a image in Photoshop and uploaded it to this website.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/kaiscapes-facebook-landing-110425.jpg"><img class="aligncenter size-full wp-image-1181" title="Kaiscapes Facebook Landing Page image" src="http://kaiscapes.com/wp-content/uploads/2011/04/kaiscapes-facebook-landing-110425.jpg" alt="Kaiscapes Facebook Landing Page image" width="300" height="461" /></a><br />
Then I entered some simple code to display the image in the application.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/code-for-landing-page.png"><img class="aligncenter size-full wp-image-1201" title="Code to display the landing page image" src="http://kaiscapes.com/wp-content/uploads/2011/04/code-for-landing-page.png" alt="Code to display the landing page image" width="540" height="162" /></a></p>
<p>Then I created a second image in Photoshop to reveal to the visitors after they press the Like button.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/kaiscapes-facebook-thankyou-110425.jpg"><img class="aligncenter size-full wp-image-1184" title="Kaiscapes Facebook Thank You image" src="http://kaiscapes.com/wp-content/uploads/2011/04/kaiscapes-facebook-thankyou-110425.jpg" alt="Kaiscapes Facebook Thank You image" width="300" height="461" /></a><br />
This time, the code sends them to this website if they click on the image.<br />
<a href="http://kaiscapes.com/wp-content/uploads/2011/04/reveal-function-code.png"><img class="aligncenter size-full wp-image-1204" title="Reveal function code" src="http://kaiscapes.com/wp-content/uploads/2011/04/reveal-function-code.png" alt="Reveal function code" width="537" height="175" /></a></p>
<p>Then click on the <em>&#8220;Save and view tab&#8230;&#8221;</em> button at the top.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/save-and-view-tab_button_001.png"><img class="aligncenter size-full wp-image-1206" title="Save and view tab button" src="http://kaiscapes.com/wp-content/uploads/2011/04/save-and-view-tab_button_001.png" alt="Save and view tab button" width="530" height="82" /></a></p>
<p>You&#8217;ll get a message saying your tab has been saved, and be able to view it as a fan or non-fan. At this point, I should echo the warning that <strong>Facebook forbids autoplaying</strong> any media on tabs. Make sure your content doesn&#8217;t autoplay anything, or Facebook may shut your page down.</p>
<h2>Step 3: Make This Your Landing Tab</h2>
<p>The last step is to make this tab the default when visitors come to the page. Click on <em>&#8220;Edit Info&#8221;</em> at the top of the page.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/edit-info.png"><img class="aligncenter size-full wp-image-1207" title="Edit Info" src="http://kaiscapes.com/wp-content/uploads/2011/04/edit-info.png" alt="Edit Info" width="446" height="48" /></a>Click on <em>&#8220;Manage Permissions.&#8221;</em></p>
<p><em><a href="http://kaiscapes.com/wp-content/uploads/2011/04/manage-permissions.png"><img class="aligncenter size-full wp-image-1208" title="Manage Permissions" src="http://kaiscapes.com/wp-content/uploads/2011/04/manage-permissions.png" alt="Manage Permissions" width="188" height="270" /></a></em></p>
<p>Set the <em>Default Landing Tab</em> to the one you just created.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/set-default-tab-to-welcome.png"><img class="aligncenter size-full wp-image-1209" title="Set Default Landing Tab" src="http://kaiscapes.com/wp-content/uploads/2011/04/set-default-tab-to-welcome.png" alt="Set Default Landing Tab" width="434" height="533" /></a></p>
<p>At this point, you&#8217;re pretty much done. If you want to change the name of the tab to something else, click on &#8220;<em>Apps&#8221;</em> while you&#8217;re in <em>Edit Info.</em></p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/apps.png"><img class="aligncenter size-full wp-image-1210" title="Click on Apps" src="http://kaiscapes.com/wp-content/uploads/2011/04/apps.png" alt="Click on Apps" width="176" height="266" /></a></p>
<p>Then click on <em>&#8220;Edit Settings&#8221; </em>for the application.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/edit-settings.png"><img class="aligncenter size-full wp-image-1212" title="Edit Settings" src="http://kaiscapes.com/wp-content/uploads/2011/04/edit-settings.png" alt="Edit Settings" width="383" height="73" /></a></p>
<p>A popup will appear where you can change the <em>Custom Tab Name</em>.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/04/custom-tab-name.png"><img class="aligncenter size-full wp-image-1213" title="Custom Tab Name" src="http://kaiscapes.com/wp-content/uploads/2011/04/custom-tab-name.png" alt="Custom Tab Name" width="456" height="212" /></a></p>
<p>Originally published at <a title="Kaiscapes: How To Create A Facebook Landing Page or Tab " href="http://kaiscapes.com/2011/04/24/how-to-create-a-facebook-landing-page-or-tab/" target="_blank">Kaiscapes</a> by <a title="Peter Liu on Twitter" href="http://twitter.com/peterliu47" target="_blank">Peter Liu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://smchawaii.org/2011/07/20/how-to-create-a-facebook-landing-page-or-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Facebook Comments To Your Self-hosted WordPress Site In 3 Easy Steps</title>
		<link>http://smchawaii.org/2011/05/24/how-to-add-facebook-comments-to-your-self-hosted-wordpress-site-in-3-easy-steps/</link>
		<comments>http://smchawaii.org/2011/05/24/how-to-add-facebook-comments-to-your-self-hosted-wordpress-site-in-3-easy-steps/#comments</comments>
		<pubDate>Tue, 24 May 2011 21:12:34 +0000</pubDate>
		<dc:creator>Peter Liu</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Professional Member]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[peter liu]]></category>
		<category><![CDATA[smchi]]></category>

		<guid isPermaLink="false">http://smchawaii.org/?p=765</guid>
		<description><![CDATA[I just added the ability to post Facebook comments on blog posts. (See below!) Here&#8217;s the step-by-step on how to do it. Caveat: Facebook, as we all know, changes very rapidly and often without warning. As of this writing, this works fine, but no guarantees the next time they change something. Step 1: Create an [...]]]></description>
			<content:encoded><![CDATA[<p>I just added the ability to post Facebook comments on blog posts. (See below!) Here&#8217;s the step-by-step on how to do it.</p>
<p><strong>Caveat:</strong> Facebook, as we all know, changes very rapidly and often without warning. As of this writing, this works fine, but no guarantees the next time they change something.</p>
<p><strong>Step 1: Create an Application on Facebook for Your Site</strong></p>
<p>You&#8217;ll need a Facebook Application ID and Secret codes to make this work. Go to <a title="Create a new Facebook Application" href="http://www.facebook.com/developers/createapp.php" target="_blank">http://www.facebook.com/developers/createapp.php</a>:</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/create-facebook-app.png"><img class="aligncenter size-full wp-image-1293" title="Create a new Facebook Application" src="http://kaiscapes.com/wp-content/uploads/2011/05/create-facebook-app.png" alt="Create a new Facebook Application" width="565" height="288" /></a>Enter a name for your app. It can be anything, but I like to use the URL of the site so I remember which app goes with which site. Press the &#8220;Create App&#8221; button and you will be prompted for a CAPTCHA code to prove you&#8217;re human, then you&#8217;ll be presented with this:</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/facebook-app-settings.png"><img class="aligncenter size-full wp-image-1294" title="Facebook App Settings" src="http://kaiscapes.com/wp-content/uploads/2011/05/facebook-app-settings.png" alt="Facebook App Settings" width="516" height="695" /></a></p>
<p>You don&#8217;t need to fill in anything further unless you want to. Simply press the &#8220;Save Changes&#8221; button. You will then see this:</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/facebook-app-info.png"><img class="aligncenter size-full wp-image-1295" title="Facebook App Info" src="http://kaiscapes.com/wp-content/uploads/2011/05/facebook-app-info.png" alt="Facebook App Info" width="591" height="451" /></a></p>
<p><strong>Step 2: Install the <em>Facebook Comments for WordPress</em> Plugin</strong></p>
<p>Go into the Plugins section of your WordPress site and click on the &#8220;<a title="Add new WordPress plugin" href="http://kaiscapes.com/wp-admin/plugin-install.php" target="_blank">Add New</a>&#8221; link. Search for the <em><a title="Facebook Comments for WordPress plugin" href="http://we8u.com/facebook-comments/" target="_blank">Facebook Comments for WordPress</a></em> plugin by <a title="We Ate You" href="http://we8u.com/" target="_blank">we8u</a>. Install and activate the plugin.</p>
<p><strong>Step 3: Configure the <em>Facebook Comments for WordPress</em> Plugin</strong></p>
<p>The <em>Facebook Comments for WordPress</em> plugin has a lot of options. Here are the minimal ones I&#8217;ve found necessary to set:</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-plugin-basic-settings.png"><img class="aligncenter size-full wp-image-1296" title="Facebook Comments plugin Basic Settings" src="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-plugin-basic-settings.png" alt="Facebook Comments plugin Basic Settings" width="410" height="124" /></a></p>
<p>In Basic Settings, enter the Application ID and Secret codes from the app you created on Facebook in Step 1. Click the &#8220;Include Facebook comments on blog&#8221; option.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-box-settings.png"><img class="aligncenter size-full wp-image-1297" title="Facebook Comments box settings" src="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-box-settings.png" alt="Facebook Comments box settings" width="328" height="160" /></a></p>
<p>Set the number of posts and the width of your Facebook Comments box.</p>
<p><a href="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-language-advanced-settings.png"><img class="aligncenter size-full wp-image-1298" title="Facebook Comments Language and Advanced Settings" src="http://kaiscapes.com/wp-content/uploads/2011/05/fb-comments-language-advanced-settings.png" alt="Facebook Comments Language and Advanced Settings" width="401" height="175" /></a></p>
<p>Set your language, then under Advanced Settings, check the box that says &#8220;Include Facebook JavaScript SDK&#8221; <strong>unless </strong>you&#8217;ve already installed the SDK elsewhere.</p>
<p>That&#8217;s it! You&#8217;re done! Now people can post comments about your blog on their walls.</p>
<p><strong>Issues:</strong> As of this writing, I&#8217;ve experienced a few issues with this plugin. The biggest issue I face right now is it doesn&#8217;t seem to work with <a title="Our affiliate link for Thesis from DIYThemes." href="http://www.shareasale.com/r.cfm?b=202502&amp;u=404422&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis from DIYThemes</a>. The Like box shows up, but the comments box doesn&#8217;t. If anyone has found a workaround for this, please post a comment below. I would be in your debt. Thanks in advance.</p>
<p>Originally posted at <a href="http://kaiscapes.com/2011/05/20/how-to-add-facebook-comments-to-your-self-hosted-wordpress-site-in-3-easy-steps/">Kaiscapes</a> by <a href="http://twitter.com/peterliu47">Peter Liu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smchawaii.org/2011/05/24/how-to-add-facebook-comments-to-your-self-hosted-wordpress-site-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

