<?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>Bill Erickson&#187; facebook</title>
	<atom:link href="http://www.billerickson.net/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding Facebook Like</title>
		<link>http://www.billerickson.net/wordpress-facebook-like-thesis-genesis/</link>
		<comments>http://www.billerickson.net/wordpress-facebook-like-thesis-genesis/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 08:00:47 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=2108</guid>
		<description><![CDATA[Want to add the "like" button to your website, but you're using Thesis or Genesis? Here's the functions you should write to get it up and running.]]></description>
			<content:encoded><![CDATA[<p>Adding the Facebook Like button to your website is pretty easy when you&#8217;re running a standard template &#8211; you drop some code in the header.php and single.php files. But if you&#8217;re running Genesis or Thesis, you&#8217;ll have to  use functions to add it.</p>
<p>For both of these themes there are plugins that let you add PHP code through the WordPress interface ( <a href="http://wordpress.org/extend/plugins/thesis-openhook/">Thesis OpenHook</a> and <a href="http://wordpress.org/extend/plugins/genesis-simple-hooks/">Genesis Simple Hooks</a>). I would highly suggest <strong>not</strong> using these plugins, because if you type something wrong you might break your website and not be able to log back in to fix it.</p>
<p>For both of these themes I&#8217;ll be sticking the Facebook Like code right above the post content on the individual posts. If you would like it placed elsewhere, refer to a visual guide (<a href="http://thesishooks.com/">Thesis Visual Hook Reference</a> or <a href="http://www.nothingcliche.com/genesis-theme-framework-visual-hook-reference/">Genesis Visual Hook Reference</a>).</p>
<h3>Facebook Like in Thesis</h3>
<p>Paste this code in your custom_functions.php file:</p>
<p><script src="https://gist.github.com/1325380.js"> </script></p>
<p>The first part checks to see if it&#8217;s a single post (so not the homepage, category page&#8230;) and if it is it sticks the facebook code right before the post content.</p>
<p>The second part sticks some information that Facebook wants in the <code>&lt;head&gt;</code> of the site. If it&#8217;s a single post (which it should always be since that&#8217;s only where the like code shows up) then it uses the title of the page. If it&#8217;s not a single post (if you changed the <code>is_single()</code> in the first code block to something else) it will show the site name followed by the site description. I then specify the image to use as the logo (location: /custom/images/logo.jpg). If you want to use a different image make sure to change this.</p>
<h3>Facebook Like in Genesis</h3>
<p>In your child theme, place this code in functions.php:</p>
<p><script src="https://gist.github.com/1325454.js"> </script></p>
<p>The first part checks to see if it&#8217;s a single post (so not the homepage, category page&#8230;) and if it is it sticks the facebook code right before the post content.</p>
<p>The second part sticks some information that Facebook wants in the <code>&lt;head&gt;</code> of the site. If it&#8217;s a single post (which it should always be since that&#8217;s only where the like code shows up) then it uses the title of the page. If it&#8217;s not a single post (if you changed the <code>is_single()</code> in the first code block to something else) it will show the site name followed by the site description. I then specify the image to use as the logo (location: /images/logo.jpg). If you want to use a different image make sure to change this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/wordpress-facebook-like-thesis-genesis/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How does a young person get a job in advertising or PR in a recession?</title>
		<link>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/</link>
		<comments>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:11:49 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[personal-brand]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=660</guid>
		<description><![CDATA[(Posted as a comment here.) Great post. This should be required reading for all graduates, not just marketing majors. I think an important but overlooked topic in college is managing your personal brand. In this digital age, we&#8217;re all building our own brands through facebook, flickr, twitter, and personal blogs. In our junior or senior [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="http://www.brandtobedetermined.com/brandtobedetermined/2008/11/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession.html?cid=140970000">Posted as a comment here</a>.)</p>
<p>Great post. This should be required reading for all graduates, not just marketing majors.</p>
<p>I think an important but overlooked topic in college is managing your personal brand. In this digital age, we&#8217;re all building our own brands through facebook, flickr, twitter, and personal blogs.</p>
<p>In our junior or senior year, we&#8217;re all told to clean up our online personas to make sure you&#8217;re hire-able. For some this means deleting drunken photos, but for many they simply remove all digital references to themselves by deleting their facebook profile.</p>
<p>In our increasingly digital economy, a lack of an online persona is comparable to a drunken photo &#8211; a reason for not hiring someone. In a time when &lt;a href=&#8221;http://englishcut.com/&#8221;&gt;English tailors&lt;/a&gt; have a blog, if you don&#8217;t show your digital competence by maintaining your personal brand online you&#8217;re much less valuable to a business than someone who does.</p>
<p>This doesn&#8217;t just apply to the tech and marketing sector. Many businesses are using their new hires to help them understand social media &#8211; if you have net natives inhouse, why hire a social media consultant?</p>
<p>Next time you&#8217;re up at A&amp;M, you should give a talk on this subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: The Facebook Problem</title>
		<link>http://www.billerickson.net/the-facebook-problem/</link>
		<comments>http://www.billerickson.net/the-facebook-problem/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 15:33:19 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/06/24/re-the-facebook-problem/</guid>
		<description><![CDATA[I posted this as a comment on Brad Feld&#8217;s The Facebook Problem, but since Doug Williams is commenting on my comment, I thought I&#8217;d post it over here. A change has happened at Facebook and not many have noticed it. As the VCâ€™s and entrepreneurs have become more connected to facebook, the average user (a [...]]]></description>
			<content:encoded><![CDATA[<p>I posted this as a comment on Brad Feld&#8217;s <a href="http://www.feld.com/blog/archives/2007/06/the_facebook_pr.html">The Facebook Problem</a>, but since <a href="http://igudo.wordpress.com/2007/06/23/12/">Doug Williams</a> is commenting on my comment, I thought I&#8217;d post it over here.</p>
<blockquote><p>A change has happened at Facebook and not many have noticed it. As the VCâ€™s and entrepreneurs have become more connected to facebook, the average user (a college student) has become more disconnected.</p>
<p>Facebook as a replacement for TV? It was that 2 years ago, it isnâ€™t any more. As a college student and an entrepreneur (like everyone else in the world, I have a facebook app being released next week) Iâ€™ve seen the change happen. Last year, whenever we &#8211; and by we, I mean college students &#8211; were bored, weâ€™d get on facebook and browse around for a while. Check out some photos, browse friends profilesâ€¦just bounce around on facebook for an hour or so.</p>
<p>But now, facebook has added so much stuff that it isnâ€™t an exploring tool anymore &#8211; theyâ€™ve optimized it to a point where I donâ€™t need to explore. Instead of spending hours jumping around on friends profiles, i can take a quick look at hte news feed. I get text msgs and emails whenever I get a message, tagged in a photo, or any other â€œactionableâ€ item. Iâ€™ve found I only go to facebook now when I need to act on one of these â€œactionableâ€ items; e.g., receive a message, wall post, tagged in a photo.</p>
<p>And itâ€™s not just me. Iâ€™ve been talking to a lot of college students because I want my facebook app to succeed. It had almost been finished before they released the platform &#8211; it originally used the API &#8211; but rebuilt it using the platform, which delayed the launch.</p>
<p>Anyway, almost everyone Iâ€™ve talked to has said the facebook apps now are out of hand. One person even said â€œsomeone should build a facebook like it used to be, no one wants this new facebook anymore but thereâ€™s nothing else thatâ€™s better.â€ Facebook is becoming like digg &#8211; too much noise for exploring (ie, TV replacement), but it still works well as a communication platform. So, we are now using it as a replacement for email, IM and the like.</p>
<p>Iâ€™m not saying facebook is going anywhere &#8211; it is still the best communications platform out there. It has most of my social network already plugged in and I canâ€™t take that to another service (unless itâ€™s built into facebook). But those 250,000 users your application has, they are mostly the same 250,000 users all the other applications have. The vast majority of students arenâ€™t adding any applications. With the huge stream of options, they just blocked the whole thing out.</p>
<p>Itâ€™s going to be much harder for my application to get critical mass at my university because the majority of people just wonâ€™t look at the application &#8211; even if it would be extremely useful to them. People have told me they would have loved my service back before the facebook platform, but now itâ€™s just going to get lost in the noise.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/the-facebook-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

