<?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>Blue Peak Digital</title>
	<atom:link href="http://bluepeakdigital.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluepeakdigital.com</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jul 2011 16:25:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Facebook Open Graph meta tags: How to optimize WordPress for sharing</title>
		<link>http://bluepeakdigital.com/facebook-open-graph-meta-tags-wordpress-sharing/</link>
		<comments>http://bluepeakdigital.com/facebook-open-graph-meta-tags-wordpress-sharing/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 23:13:55 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=1083</guid>
		<description><![CDATA[Facebook traffic has become one of the main sources of traffic to many websites, so it is important that websites are optimized for display on Facebook. Facebook has specific meta tags for their site called open graph tags that give a site owner the ability to optimize how their site is displayed when shared on Facebook. ]]></description>
			<content:encoded><![CDATA[<p>Facebook traffic has become one of the main sources of traffic to many websites, so it is important that websites are optimized for display on Facebook. Facebook has specific meta tags for their site called <a href="http://developers.facebook.com/docs/opengraph/">open graph tags</a> that  give a site owner the ability to optimize how their site is displayed when shared on Facebook. </p>
<p>Facebook has four &#8220;required&#8221; open graph meta tags:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:title&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span><span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:url&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span><span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:image&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span><span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>The first required open graph meta tag is for the title. Generally, this will mirror the set up that you have for <code class="codecolorer html4strict default"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span></span></code> in the <code class="codecolorer html4strict default"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span></span></code> of the <code class="codecolorer php default"><span class="php"><span style="color: #990000;">header</span><span style="color: #339933;">.</span>php</span></code> file. As an example, below is the set up that I use and recommend because it optimizes a site title nicely for search engines and general readability.</p>
<ul>
<li>If it is the home page, it will return the website name.</li>
<li>If it is a category page, it will return the category and website name.</li>
<li>If it is a single page, it will return the title of the post.</li>
<li>Lastly, if it is a page, the title of the page and website name will be returned.</li>
</ul>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;meta property=&quot;og:title&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_home <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_front_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span> is_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp;single_cat_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' | '</span> <span style="color: #339933;">;</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; single_post_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp;single_post_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> &nbsp;<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' | '</span><span style="color: #339933;">;</span> &nbsp; bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;/&gt;</div></td></tr></tbody></table></div>
<p>For example, the output of the above code for this particular post looks like this:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">&lt;</span>meta property<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;og:title&quot;</span> content<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Facebook Open Graph meta tags: How to optimize Wordpress for sharing&quot;</span><span style="color: #339933;">/&gt;</span></div></td></tr></tbody></table></div>
<p>Next in the required meta tags is <code class="codecolorer php default"><span class="php">og<span style="color: #339933;">:</span>type</span></code>. There are many, many types that can be used, so visit the <a href="http://developers.facebook.com/docs/opengraph/#types">Facebook page on Open Graph</a> to determine which is most relevant to your website. For example, when building a political campaign website, I use <code class="codecolorer html4strict default"><span class="html4strict">politician</span></code>. After you have determined which to use, drop it in the code.</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;politician&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>Next up is <code class="codecolorer php default"><span class="php">og<span style="color: #339933;">:</span>url</span></code>, which is the URL of the page being shared. To get the URL, we will use the WordPress permalink template tag.</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:url&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_permalink(); ?&gt;</span></span>&quot;/&gt;</div></td></tr></tbody></table></div>
<p>As an example, the code below is what will be output for this post:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:url&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://bluepeakdigital.com/facebook-open-graph-meta-tags-wordpress-sharing&quot;</span><span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>Last of the required open graph meta tags is the image to be used a preview. The code below will first check if there is an <a href="http://codex.wordpress.org/Function_Reference/the_post_thumbnail">thumbnail set for the post</a> being shared. If there isn&#8217;t, it will default to an image that you will need to designate in your images folder, so make sure you have one in there. Facebook also has specific requirements for the preview image: </p>
<blockquote><p>An image URL which should represent your object within the graph. The image must be at least 50px by 50px and have a maximum aspect ratio of 3:1. We support PNG, JPEG and GIF formats.</p></blockquote>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
&lt;meta property=&quot;og:image&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> wp_get_attachment_thumb_url<span style="color: #009900;">&#40;</span> get_post_thumbnail_id<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;<br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
&lt;meta property=&quot;og:image&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/fbpreviewimage.png&quot; /&gt;<br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>There are two more open graph tags that aren&#8217;t required, but should be added: <code class="codecolorer html4strict default"><span class="html4strict">site_name</span></code> and <code class="codecolorer html4strict default"><span class="html4strict">fb_admin</span></code>. The first is self-explanatory &#8212; the name of your site. We will use the <code class="codecolorer html4strict default"><span class="html4strict">bloginfo('name')</span></code> WordPress template tag to return the site name.</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:site_name&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('name'); ?&gt;</span></span>&quot;/&gt;</div></td></tr></tbody></table></div>
<p>The second is <code class="codecolorer html4strict default"><span class="html4strict">fb_admin</span></code>, which is where you will want to add your individual Facebook ID number so that you will have the ability to administer your site and see Facebook Insights. I&#8217;ve found the easiest way to get a Facebook user ID is to go to <a href="http://graph.facebook.com/ty.pearson">graph.facebook.com/yourpersonalizedfacebookusername</a>.</p>
<p>Finally, here&#8217;s an example of the code all together:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:title&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php if (is_home () || is_front_page() ) {</span><br />
<span style="color: #009900;"> &nbsp; &nbsp;bloginfo('name');</span><br />
<span style="color: #009900;">} elseif ( is_category() ) {</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; single_cat_title(); echo ' | ' ; bloginfo('name');</span><br />
<span style="color: #009900;">} elseif (is_single() ) {</span><br />
<span style="color: #009900;"> &nbsp; &nbsp;single_post_title();</span><br />
<span style="color: #009900;">} elseif (is_page() ) {</span><br />
<span style="color: #009900;"> &nbsp; single_post_title(); &nbsp;echo ' | '; &nbsp; bloginfo('name');</span><br />
<span style="color: #009900;">} else {</span><br />
<span style="color: #009900;"> &nbsp; &nbsp;wp_title('',true);</span><br />
<span style="color: #009900;">} ?&gt;</span></span>&quot;/&gt;<br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fb:admins&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;00000000&quot;</span><span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php if (is_single() || is_page()) { echo &quot;</span>article<span style="color: #ff0000;">&quot;; } else { echo &quot;</span>website<span style="color: #ff0000;">&quot;;} ?&gt;</span></span>&quot; /&gt;<br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:url&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_permalink(); ?&gt;</span></span>&quot;/&gt;<br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:site_name&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('name'); ?&gt;</span></span>&quot;/&gt;<br />
<span style="color: #009900;">&lt;?php if <span style="color: #66cc66;">&#40;</span> &nbsp;<span style="color: #66cc66;">&#40;</span>is_home<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> || <span style="color: #66cc66;">&#40;</span>is_front_page<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> &nbsp;<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:description&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Blue Peak Digital build effective web presences for political campaigns, organizations, and companies.&quot;</span><span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> elseif <span style="color: #66cc66;">&#40;</span>is_single<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> || is_page<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> &nbsp;property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:description&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_excerpt_rss(); ?&gt;</span></span>&quot; /&gt;<br />
<span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> ?&gt;</span><br />
<span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> if <span style="color: #66cc66;">&#40;</span>is_single<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:image&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php echo wp_get_attachment_thumb_url( get_post_thumbnail_id( $post-&gt;</span></span>ID ) ) ?&gt;&quot; /&gt;<br />
<span style="color: #009900;">&lt;?php else <span style="color: #66cc66;">&#123;</span> ?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;og:image&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('template_url'); ?&gt;</span></span>/images/fbpreviewimage.png&quot; /&gt;<br />
<span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> ?&gt;</span></div></td></tr></tbody></table></div>
<p>While these are the most important open graph tags, there is a whole spread of other open graph meta tags that should be added to your code to give more descriptive details on the specifics of your site, so check out the Facebook site to pick the particular ones relevant to the site.</p>
<p><strong>Note:</strong> Keep in mind that Facebook will cache the meta data, so if you have made changes to the site, the old information may still display when the page is shared. To reset the information (or see a preview of what the page will look like when shared) use the <a href="http://developers.facebook.com/tools/lint/">Facebook URL linter</a>. Also, the ability to change the meta information ends after a page has been shared ten times in order to keep consistency.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/facebook-open-graph-meta-tags-wordpress-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the datetime microformat attribute to make a WordPress theme more functional</title>
		<link>http://bluepeakdigital.com/using-the-datetime-microformat-attribute-to-make-a-wordpress-theme-more-functional/</link>
		<comments>http://bluepeakdigital.com/using-the-datetime-microformat-attribute-to-make-a-wordpress-theme-more-functional/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 22:13:55 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=1031</guid>
		<description><![CDATA[Adding microformat attributes to a Wordpress theme is an easy way to add more semantic metadata to your markup, which in turn makes a website more functional. Microformat data are beneficial because it makes is much easier for your site's information to be parsed and used in other applications, for instance search engines.]]></description>
			<content:encoded><![CDATA[<p>Adding microformat attributes to a WordPress theme is an easy way to add more semantic metadata to your markup, which in turn makes a website more functional. Microformat data are beneficial because it makes is much easier for your site&#8217;s information to be parsed and used in other applications, for instance search engines. </p>
<p>We will need to format the date and time to follow the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 standard</a> using the <a href="http://codex.wordpress.org/Formatting_Date_and_Time">WordPress template tag</a>, <code class="codecolorer html4strict default"><span class="html4strict">the_time</span></code>.</p>
<p>The specific tag we want to get the ISO format is <code class="codecolorer php default"><span class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'c'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span></code>, which will output in our code like this: <code class="codecolorer html4strict default"><span class="html4strict">2011-06-22T21:59:08+00:00</span></code>.</p>
<p>Keep in mind that the datetime attribute is only shown in your code, so we then need to use a template tag like <code class="codecolorer php default"><span class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F j, Y'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span></code> to output something visible, which in this case would show as <code class="codecolorer html4strict default"><span class="html4strict">June 27, 2011</span></code>.</p>
<p>Here&#8217;s the code together that contains the timedate meta data:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;time datetime=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'c'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F j, Y'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/time&gt;</div></td></tr></tbody></table></div>
<p>And here&#8217;s an example of a structure that could be used for a post in the WordPress loop:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;article&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;meta&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;time <span style="color: #000066;">datetime</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_time('c'); ?&gt;</span></span>&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php the_time<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'F j, Y'</span><span style="color: #66cc66;">&#41;</span> ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>time&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--end meta--&gt;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_permalink(); ?&gt;</span></span>&quot;&gt;<span style="color: #009900;">&lt;?php the_title<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;excerpt&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php the_excerpt<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--end excerpt--&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;read-more&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_permalink(); ?&gt;</span></span>&quot;&gt;Read more<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>article&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/using-the-datetime-microformat-attribute-to-make-a-wordpress-theme-more-functional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to exclude yourself from Google Analytics reports in WordPress</title>
		<link>http://bluepeakdigital.com/exclude-yourself-from-google-analytics-in-wordpress/</link>
		<comments>http://bluepeakdigital.com/exclude-yourself-from-google-analytics-in-wordpress/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 19:45:14 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=996</guid>
		<description><![CDATA[Being able to exclude yourself from Google Analytics is important to be able to make sure your statistics are accurate. Many tutorials suggest excluding your IP address from Google Analytics, which is time consuming and isn't ideal because IP addresses can change.]]></description>
			<content:encoded><![CDATA[<p>Being able to exclude yourself from Google Analytics is important in order to ensure your reports are accurate. Many tutorials suggest excluding your IP address from Google Analytics, which is time consuming and isn&#8217;t ideal because IP addresses can change.</p>
<p>I&#8217;ve found the easiest way is to exclude the Google Analytics script from loading when an admin is logged in. This only requires two additional lines of code and will work with whatever your IP address may be as long as you are logged in to your website.</p>
<p>An added bonus is that this will work after delivering a theme to a client. All they have to do is make sure they are logged in.</p>
<p>Lets look at the code:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>is_user_logged_in<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
<br />
&lt;!--Insert your Google Analytics code here--&gt;<br />
<br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>All this does is use the WordPress template tag to check to see if a user is checked in. If a user isn&#8217;t logged in, it will show the analytics code, which would be all the visitors to your website. If an admin is logged in, the analytics code will be hidden, and consequently anything a logged in user does not show up in Google Analytics reports. </p>
<p>For example, the suggested optimized Google Analytics code from <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> would look like this:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>is_user_logged_in<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
<br />
&lt;script&gt;<br />
&nbsp; &nbsp; var _gaq=[[&quot;_setAccount&quot;,&quot;UA-XXXXX-X&quot;],[&quot;_trackPageview&quot;]]; // Change UA-XXXXX-X to be your site's ID <br />
&nbsp; &nbsp; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;<br />
&nbsp; &nbsp; g.src=(&quot;https:&quot;==location.protocol?&quot;//ssl&quot;:&quot;//www&quot;)+&quot;.google-analytics.com/ga.js&quot;;<br />
&nbsp; &nbsp; s.parentNode.insertBefore(g,s)}(document,&quot;script&quot;));<br />
&lt;/script&gt;<br />
<br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>If you already have Google Analytics code installed in your theme, open the file where it located (most likely <code class="codecolorer html4strict default"><span class="html4strict">footer.php</span></code>, although it may be <code class="codecolorer html4strict default"><span class="html4strict">header.php</span></code>) and simply drop in the code from above. Just make sure to change UA-XXXXX-X to be your site&#8217;s ID.</p>
<p>If you don&#8217;t have the analytics code installed already, Google recommends the placing it in the <code class="codecolorer html4strict default"><span class="html4strict">head</span></code> part of your file. So open <code class="codecolorer html4strict default"><span class="html4strict">header.php</span></code> and drop the above code right before <code class="codecolorer html4strict default"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span></span></code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/exclude-yourself-from-google-analytics-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the 2012 Presidential Candidates&#8217; websites are using splash pages (and what can be done better)</title>
		<link>http://bluepeakdigital.com/splash-pages-2012-presidential-candidates-websites/</link>
		<comments>http://bluepeakdigital.com/splash-pages-2012-presidential-candidates-websites/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 01:01:59 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[presidential election]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=762</guid>
		<description><![CDATA[Splash pages are often a necessary evil for political campaign websites. In recent years splash pages have been mostly shunned by web designers across the web because of their ability to hinder usability (and for often being really annoying), but political campaign websites are one of the few places where they are used consistently to collect valuable information and build email lists.]]></description>
			<content:encoded><![CDATA[<p>Splash pages are often a necessary evil for political campaign websites. In recent years splash pages have been mostly shunned by web designers across the web because of their ability to hinder usability (and for often being really annoying), but political campaign websites are one of the few places where they are used consistently to collect valuable information and build email lists.</p>
<p>Currently, there are some main candidates &#8212; Michele Bachmann, Ron Paul, Tim Pawlenty, Herman Cain, and Gary Johnson &#8212; that have opted not to use a splash page for whatever reasons, which I personally feel it a poor decision because the benefits far outweigh the negatives. Now is the time is be building a list, and setting up a splash page is a great way to do it.</p>
<p>A standard splash page for a political campaign website contains an email list signup form that asks for a visitor&#8217;s email address and zip code. All of the 2012 candidates that have splash pages follow this standard and collect this information.</p>
<p>Below are screenshots of the splash pages and a little write up with my thoughts on each:</p>
<h4>Barack Obama</h4>
<p>Currently I keep getting the same splash page (screenshot below, <a href="http://www.barackobama.com/im-in-splash-2">link</a>), but it <a href="http://www.nathanielward.net/2011/06/see-ab-testing-in-action-on-barack-obamas-reelection-website/">looks like the Obama campaign has already been testing various splash pages this cycle</a> to determine the optimal page for conversions.</p>
<p>This is in continuum to previous years when the Obama campaign extensively used A/B testing to determine the best splash page for conversions. Here is a <a href="http://blog.optimizely.com/how-obama-raised-60-million-by-running-an-exp">great write-up</a> from the campaign&#8217;s Director of Analytics on how testing was done in the past. In the post, the 2008 Director of Analytics describes how Google Website Optimizer was used to get the sign-up rate to 11.6% for one of the previous splash pages used.</p>
<p><img class="aligncenter size-full wp-image-929" title="BarackObama.com Splash Page" src="http://bluepeakdigital.com/wp-content/uploads/2011/07/obama-current.jpg" alt="BarackObama.com Splash Page" width="600" height="508" /></p>
<p>The Obama campaign also looks to be changing their splash page to reflect various campaign events going on. During the lead up into the end of the fundraising period a few weeks ago, the Obama campaign held a contest where a contributor had the chance to have dinner with the President and Vice President. The splash page was updated during this period to market the event.</p>
<p><img class="aligncenter size-full wp-image-927" title="BarackObama.com Splash Page" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/obama.jpg" alt="BarackObama.com Splash Page" width="600" height="496" /></p>
<p>Also, I&#8217;m digging the clean and clear design of the Obama splash page.</p>
<h4>Mitt Romney</h4>
<p>The set up of the code and url for the splash page on MittRomney.com implies that the splash page will likely change throughout the campaign. The cookie set up on the homepage directs new visitors to <a href="http://mittromney.com/splashgate">http://mittromney.com/splashgate</a>, which seamlessly redirects the new visitor to whatever the campaign currently has set for the splash page. The url for the current splash page is <a href="http://mittromney.com/landing/nh-podium">http://mittromney.com/landing/nh-podium</a>, but the way things are set up indicate that this will most likely not be the splash page used throughout the whole campaign.</p>
<p>Design-wise, I like it. It&#8217;s a good-looking splash page with a nice photo.</p>
<p><img class="aligncenter size-full wp-image-928" title="Mitt Romney Splash Page" src="http://bluepeakdigital.com/wp-content/uploads/2011/07/romney-1.jpg" alt="Mitt Romney Splash Page" width="600" height="358" /></p>
<h4>Rick Santorum</h4>
<p>RickSantorum.com also has your standard splash page, except the Santorum campaign includes a video at the top of Glenn Beck interviewing Rick Santorum. The video is an odd choice because it is long (5 minutes), boring (especially compared to the <a href="http://www.youtube.com/watch?v=YfkNEq1XioE">jazzy videos</a> of some of the other candidates), and only deals with one issue (Israel).</p>
<p>The Santorum splash page is the only one that includes a Facebook like box.</p>
<p><img class="aligncenter size-full wp-image-771" title="Rick Santorum splash page" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/santorum.jpg" alt="Rick Santorum splash page" width="600" height="563" /></p>
<h4>Jon Huntsman</h4>
<p>The set-up on the Huntsman campaign website makes me cringe for multiple reasons. I&#8217;ll point them out because it is a great example of how <em>not</em> to set up a splash page.</p>
<ol>
<li>
<p><strong>There are three(!) splash pages</strong>. One is enough. Two is overkill. Three is flat out silly. Each splash page lowers the number of visitors that will be reach the home page, so having three splash pages ensures a much higher percentage of visitors will give up before getting to the home page.</p>
</li>
<li>
<p><strong>The splash page is still shown to return visitors</strong>. The standard way across the internet for splash pages is to only show it to new visitors. After the visitor has clicked through, a cookie is saved on their computer that will prevent the splash page from being shown again upon their return. This cuts down on the annoyance of having a splash page pop up everytime.</p>
</li>
<li><strong>The second splash page is completely pointless</strong>. A flashing H that says &#8220;AT LAST&#8221; is tacky, somewhat pompous, and should be nixed because it adds no value to the campaign.</li>
<li>
<p><strong>The splash pages suck on mobile</strong>. If a website is going to show a splash page to mobile visitors, the splash page should be optimized to work nicely on a mobile phone. The links to skip through the pages are so small on a mobile phone that many visitors will probably just give up.</p>
</li>
<li>
<p><strong>The splash pages destroy the website&#8217;s search engine optimization</strong>. Visitors should be redirected to a different url for the splash page (example.com/splash) so that the lowest level (example.com) is for the home page. This is where search engines expect the homepage. Instead it gets a page that is almost completely devoid of content.</p>
</li>
<li>
<p>Last but definitely not least, <strong>the pages are ugly</strong>. I understand the Huntsman campaign is going for the minimalist look for the website. Minimalist websites can look great &#8212; this doesn&#8217;t.</p>
</li>
<li>
<p><strong>The daily video on the first splash page is redundant</strong>. It&#8217;s the same video that is already on the homepage.</p>
</li>
</ol>
<p>My suggestion would be to get rid of the first two splash pages because they don&#8217;t provide any value. The third page is where the information is collected, so it should be the splash page left up. The Huntsman website is also the only one with a splash page currently <a href="http://bluepeakdigital.com/facebook-data-presidential-campaign-websites/" title="Collecting data like never before: How 2012 Presidential Candidates’ websites use Facebook Connect">using Facebook Connect to collect information</a>.</p>
<p><em>Page 1:</em></p>
<p><img class="aligncenter size-full wp-image-766" title="Jon Huntsman Splash Page 1" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/huntsman-1.jpg" alt="Jon Huntsman Splash Page 1" width="501" height="253" /></p>
<p><em>Page 2:</em></p>
<p><img class="aligncenter size-full wp-image-768" title="Jon Huntsman Splash Page 1" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/huntsman-21.jpg" alt="Jon Huntsman Splash Page 1" width="600" height="512" /></p>
<p><em>Page 3:</em></p>
<p><img class="aligncenter size-full wp-image-769" title="Jon Huntsman Splash Page 2" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/huntsman-3.jpg" alt="Jon Huntsman Splash Page 2" width="600" height="512" /></p>
<h4>Newt Gingrich</h4>
<p>The splash page on Newt.org is just your simple standard splash page &#8212; email address and zip code.</p>
<p><img src="http://bluepeakdigital.com/wp-content/uploads/2011/07/newt-splash.jpg" alt="Newt.org splash page" title="Newt.org splash page" width="600" height="342" class="aligncenter size-full wp-image-956" /></p>
<p>Well that about sums up the splash pages for now. While this is the current state of the splash pages, look for candidates&#8217; campaigns to add, remove, change, and optimize the splash pages on their campaign websites in the months leading up to Election Day.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/splash-pages-2012-presidential-candidates-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch: ConnectingWV.com &#8212; a directory of West Virginia elected representatives online</title>
		<link>http://bluepeakdigital.com/directory-west-virginia-representatives-online/</link>
		<comments>http://bluepeakdigital.com/directory-west-virginia-representatives-online/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:52:55 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[personal projects]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[West Virginia]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=905</guid>
		<description><![CDATA[A few weeks ago I got the idea to set up an online directory of West Virginia's elected representatives with information on their websites and Facebook and Twitter pages. As a digital politics junkie, I'm often hunting down where politicians are located online, so I figured I'd build a website that contained all this information for myself and others.]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I got the idea to set up an online directory of West Virginia&#8217;s elected representatives with information on their websites and Facebook and Twitter pages. As a digital politics junkie, I&#8217;m often hunting down where politicians are located online, so I figured I&#8217;d build a website that contained all this information in a central location.  Anything that helps connect constituents and their elected representatives is a good thing.</p>
<p>I&#8217;ve also been wanting to do some more in depth work with PHP, APIs, and jQuery, so this was an opportunity to play around with them more.</p>
<p>I added all the representatives I could find online, but if you see someone I missed please let me know by shooting me an email at <a title="spammers go away" href="mailto:tyler@bluepeakdigital.com">tyler@bluepeakdigital.com</a> and I will add them.</p>
<p>Some of the technology used:</p>
<ul>
<li>HTML5 (semantics and data attributes)</li>
<li><a href="http://bluepeakdigital.com/wvreps/style.css?v=2">CSS3</a> (including gradients, transitions, box-shadow, text-shadow, and border-radius. The font used for @font-face in the title is <a href="http://www.millertype.com/fonts_kalico_overview.html">Kalico from the Miller Type Foundry</a>.)</li>
<li>PHP (grabbing the info through the APIs and caching)</li>
<li>jQuery (including the spectacular <a href="http://isotope.metafizzy.co/">Isotype</a> script)</li>
<li><a href="http://www.google.com/webfonts/v2">Google Web Font Library</a> (for the Droid Sans font)</li>
<li><a href="http://developers.facebook.com/docs/reference/plugins/like-box/">Facebook Social Plugins</a></li>
<li><a href="http://developers.facebook.com/docs/reference/api/">Facebook Graph API</a></li>
<li><a href="http://dev.twitter.com/doc">Twitter API</a></li>
</ul>
<p>The statistics and tweets are cached once a day. I&#8217;ll be hooking up a script as a cron job on my server to update the statistics automatically.</p>
<p>Check it out at <a target="_blank" href="http://connectingwv.com">ConnectingWV.com</a>. It is best viewed in <a href="http://google.com/chrome">Google Chrome</a>, like pretty much every other website on the internet.</p>
<p><a target="_blank" href="http://connectingwv.com"><img class="aligncenter size-full wp-image-906" title="West Virginia Elected Representatives Online" src="http://bluepeakdigital.com/wp-content/uploads/2011/07/West-Virginia-Elected-Representatives-Online.jpg" alt="West Virginia Elected Representatives Online" width="600" height="1237" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/directory-west-virginia-representatives-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collecting data like never before: How 2012 Presidential Candidates&#8217; websites use Facebook Connect</title>
		<link>http://bluepeakdigital.com/facebook-data-presidential-campaign-websites/</link>
		<comments>http://bluepeakdigital.com/facebook-data-presidential-campaign-websites/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 06:38:27 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[presidential election]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=777</guid>
		<description><![CDATA[While looking at the websites of the 2012 presidential candidates recently, one thing in particular popped out at me as a change from campaign websites in previous election cycles: Facebook is now frequently being utilized as alternative way for supporters to sign up for lists and more.]]></description>
			<content:encoded><![CDATA[<p>While visiting the websites of the 2012 presidential candidates over the past few days, one thing in particular popped out at me as a change from campaign websites in previous election cycles. While email list signups have existed on campaign websites for nearly as long as there have been campaign websites, this is the first election cycle where <strong>Facebook is now frequently being utilized as alternative way for supporters to sign up</strong> for forms on the websites.</p>
<p>Implementing a Facebook signup on a campaign website is advantageous for two significant reasons:</p>
<ol>
<li>The first is that anything that makes it easier for people to sign up for the list is a good thing because it leads to increased subscribers. Instead of having to go through and individually fill out each input area in a form, the user can simply click and be signed up in seconds.</li>
<li>The second benefit is the wealth of information about a user that can be accessed through Facebook. Traditionally, campaign email list sign up forms consist of two essential elements: an email address and location. An email address is required (of course) to send the user an email. A location (generally a zip code) gives the campaign the ability to target different messages based on where the user lives.</li>
</ol>
<p>A user connecting through Facebook gives campaigns the opportunity to ask and get much more data than the typical email address and location. Campaigns can now get information ranging from their birthday to their favorite books. Data is crucial for success in campaigns, so when this information is collected and tied into something like a voter database, more informed decisions can be made about campaign strategy.</p>
<p>&nbsp;</p>
<p><em>Let&#8217;s take a look at the various presidential campaign websites utilizing Facebook as a signup option:</em></p>
<h4>Jon Huntsman</h4>
<p>Jon Huntsman&#8217;s website asks for some of the most information out of any of the candidates. Currently one of his three splash pages pops up with a map of users&#8217; photos and <a href="http://www.jon2012.com/user/facebook">prompts visitors</a> to &#8220;Join Generation H. See your face on our map of supporters when you&#8230; Connect with Facebook.&#8221; While on first impression it seems like it would only need a picture and location, the app also requests permission to get the user&#8217;s email address, post to their wall, and access much more in depth profile information like education, work history, and religious views.</p>
<p>The extra profile information is nice for the to have, but users may be hesitant to grant access to so much information and give <a href="http://www.facebook.com/apps/application.php?id=184700764917963">Jon2012</a> the ability to post on their wall. Usually explicit details on what they will do with this permission will eliminate hesitations users may have before granting access.</p>
<h4><img class="aligncenter size-full wp-image-781" title="Jon Huntsman Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/huntsman-fb.jpg" alt="Jon Huntsman Facebook Connect" width="600" height="456" />Herman Cain</h4>
<p>Herman Cain is using the <a href="http://www.wildfireplatform.com/solutions/political.php">Wildfire platform</a> on his website as a way to encourage action among his supporters. In addition to basic information and email address, permission is requested for the rest of a user&#8217;s profile information.</p>
<p><img class="aligncenter size-full wp-image-782" title="Herman Cain Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/cain-fb.jpg" alt="Herman Cain Facebook Connect" width="600" height="407" /></p>
<h4>Barack Obama</h4>
<p>Continuing in the same digitally progressive vein as in 2008, President Obama&#8217;s campaign announced his re-election a few months ago through the web. Visitors to <a href="http://www.barackobama.com">BarackObama.com</a> were greeted by a splash page with a video, a question &#8220;Are you In?&#8221;, and the opportunity to click &#8220;Get In with Facebook&#8221;  that would connect them with the Facebook app. After granting permission, an update was made for the user that stated &#8220;I&#8217;m In&#8221; and encouraged users to ask Facebook friends if they were in too, which continued the viral nature of the announcement.</p>
<p>Currently BarackObama.com still has the ability to click &#8220;Get In with Facebook,&#8221; but it is no longer located on the splash page. The <a href="https://www.facebook.com/apps/application.php?id=111399285589490">Obama 2012 Facebook app</a> requests permission to access the user&#8217;s email address, birthday, current city, and the ability to post to their wall.</p>
<p>Also noteworthy: <a href="https://www.facebook.com/apps/application.php?id=111399285589490">Obama 2012 currently has 46,749 monthly users</a>, a number drastically higher than any of the other candidates.</p>
<p><img class="aligncenter size-full wp-image-783" title="Barack Obama Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/obama-fb.jpg" alt="Barack Obama Facebook Connect" width="600" height="409" /></p>
<h4>Tim Pawlenty</h4>
<p>Similar to Obama and Cain, Pawlenty&#8217;s use of Facebook Connect is not just for an email list. Pawlenty&#8217;s site features a nifty <a href="http://www.clickz.com/clickz/news/1728642/republican-digital-shop-takes-foursquare-style-social-games-politics">&#8220;grassroots action network&#8221;</a> called <a href="http://action.timpawlenty.com/m">PawlentyAction</a> intended to encourage online and offline activism. The site collects additional profile information like favorite books, quotes, and a user&#8217;s &#8220;likes.&#8221; PawlentyAction&#8217;s heavy integration with Facebook explains the requested permission to post to a user&#8217;s wall and access news feed posts.</p>
<p><img class="aligncenter size-full wp-image-798" title="Tim Pawlenty Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/pawlenty-fb.jpg" alt="Tim Pawlenty Facebook Connect" width="600" height="488" /></p>
<h4>Rick Santorum</h4>
<p>Aside from accessing the information already publicly available to everyone about the user (<a href="https://graph.facebook.com/ty.pearson">here&#8217;s mine</a>), the only permission requested is for accessing the typical email and location.</p>
<p style="text-align: center;"><img class="aligncenter" title="Rick Santorum Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/santorum-fb1.jpg" alt="Rick Santorum Facebook Connect" width="600" height="407" /></p>
<h4>Michele Bachmann</h4>
<p>Michele Bachman launched her new website yesterday in coordination with her formal announcement and is currently requesting the same information as Santorum: basic information, email address, and location.</p>
<p style="text-align: center;"><img class="aligncenter" title="Michele Bachmann Facebook Connect" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/bachmann-fb.jpg" alt="Michele Bachmann Facebook Connect" width="600" height="376" /></p>
<p>Being able to retain all this data is important. Previously Facebook only allowed developers to retain a user&#8217;s information for 24 hours, but the current <a href="https://developers.facebook.com/policy/">Facebook Platform Policies</a> are more lax and allow data needed &#8220;to operate your application&#8221; to be saved without a set expiration period.  A privacy policy URL is supposed to be included in the application that states how the data will be used, but I do not see specific Facebook data privacy policies for any of the candidates.</p>
<p>Here are a few examples of how data could be used:</p>
<ul>
<li>Getting an email from Barack Obama on your birthday wishing you a Happy Birthday</li>
<li>Receiving an invitation to a group phone call with your favorite author after the author endorses Jon Huntsman</li>
<li>Sharing a message on your wall that you just volunteered at the local office for Tim Pawlenty</li>
<li>Receiving an email from Michele Bachmann with a video of her speaking at a campaign stop at your alma mater</li>
</ul>
<p>It will be interesting to see how the campaigns will use the additional data. <a href="http://en.wikipedia.org/wiki/Microtargeting">Micro-targeting</a> will be used extensively in this election, so if you grant permission to your Facebook data to a candidate, don&#8217;t be surprised when you get messages targeted towards your interests and information based on this data. The possibilities are huge and I can&#8217;t wait to see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/facebook-data-presidential-campaign-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which gubernatorial candidate&#8217;s website had the most shares (by far) on Facebook?</title>
		<link>http://bluepeakdigital.com/west-virginia-primary-election-facebook-shares/</link>
		<comments>http://bluepeakdigital.com/west-virginia-primary-election-facebook-shares/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 20:04:20 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[West Virginia]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=718</guid>
		<description><![CDATA[A few weeks before Election Day last month, I tweeted a picture that showed number of shares for each candidate's website on Facebook. A few people DMed me about doing a follow up on on the final number, so here we go.]]></description>
			<content:encoded><![CDATA[<p>A few weeks before Election Day last month, I <a title="Tyler Pearson on Twitter" href="https://twitter.com/#!/TylerPearson/status/64087373985751040">tweeted</a> a picture that showed number of shares for each candidate&#8217;s website on Facebook. A few people DMed me about doing a follow up on on the final number, so here we go.</p>
<p>At 1,882 shares, Speaker Rick Thompson had more than triple the number of shares of every other candidate&#8217;s website combined. I worked on Rick Thompson&#8217;s campaign during the primary, so I was glad to see that one outcome of our digital strategy was having the most Facebook shares of all the candidates.</p>
<p>Sharing and liking a candidate&#8217;s website is a great way to boost name recognition, spread information about a candidate, and pass along a personal endorsement to users&#8217; friends.  A Facebook user has an <a href="https://www.facebook.com/press/info.php?statistics">average of 130 friends</a>, so the  potential reach of these shares was into the hundreds of thousands of people, many of whom would be voters.</p>
<p>Alright, now let&#8217;s see the stats.</p>
<p><strong>Democrats:</strong></p>
<ul>
<li>Rick Thompson &#8211; 1,882 [<a href="http://graph.facebook.com/http://rickthompsonwv.com">1</a>,<a href="http://graph.facebook.com/http://rickthompsonwv.com/">2</a>]</li>
<li>Natalie Tennant &#8211; 295 [<a href="http://graph.facebook.com/http://natalietennat.com/">1</a>]</li>
<li>Jeff Kessler &#8211; 115 [<a href="http://graph.facebook.com/http://jeffkesslerforgovernor.com/">1</a>]</li>
<li>Earl Ray Tomblin &#8211; 108 [<a href="http://graph.facebook.com/http://earlraytomblin.com/">1</a>]</li>
<li>John Perdue &#8211; 63 [<a href="http://graph.facebook.com/http://johnperdue.com/">1</a>]</li>
</ul>
<p><strong>Republicans: </strong></p>
<ul>
<li>Betty Ireland &#8211; 124 [<a href="http://graph.facebook.com/http://votebettyireland.com/">1</a>]</li>
<li>Bill Maloney &#8211; 121 [<a href="http://graph.facebook.com/http://maloneyforwv.com/">1</a>]</li>
</ul>
<p>Additionally, <a href="http://blogs.wvgazette.com/squawkbox/2011/05/10/thompson-launches-no-way-earl-ray-website/">we launched a contrast microsite</a> a few days before Election Day that ended up being shared on Facebook more in one day than the opposing candidate&#8217;s website had been shared the entire campaign.</p>
<p><img class="aligncenter size-full wp-image-748" title="NoWayEarlRay.com vs EarlRayTomblin.com" src="http://bluepeakdigital.com/wp-content/uploads/2011/06/296344756.jpg" alt="NoWayEarlRay.com vs EarlRayTomblin.com" width="505" height="278" /></p>
<p><em>Note:</em> To see the number of shares for each site, I used the Facebook Graph API, which can be accessed through <a href="http://graph.facebook.com/http://example.com">http://graph.facebook.com/http://example.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/west-virginia-primary-election-facebook-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The big email mistake on Sarah Palin&#8217;s new website</title>
		<link>http://bluepeakdigital.com/sarah-pac-screw-up/</link>
		<comments>http://bluepeakdigital.com/sarah-pac-screw-up/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 18:31:08 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=685</guid>
		<description><![CDATA[Sarah Palin's email list signup on her PAC's new website is a great example of <strong>how not to do it</strong>. Every time someone signs up for her list, a unique number is shown in the URL that indicates what number sign up they are.]]></description>
			<content:encoded><![CDATA[<p>Sarah Palin&#8217;s email list signup on her PAC&#8217;s new website is a great example of <strong>how not to do it</strong>. Every time someone signs up for her list, a unique number is shown in the URL that indicates what number sign up they are. From the launch of the new site about an hour ago until now, it looks like 190 people have signed up (<em><strong>edit:</strong> A little over a day later and email signups are at 3200)</em>.</p>
<p><img src="http://bluepeakdigital.com/wp-content/uploads/2011/04/sarahpac2.jpg" alt="Sarah PAC" title="Sarah PAC" width="606" height="324" class="aligncenter size-full wp-image-690" /></p>
<p>Sure, there are other campaign secrets that are a bigger deal, but I can guarantee that the other campaigns will be keeping an eye on the number of people who have signed up for this list.</p>
<p>Go see for yourself at <a href="http://sarahpac.com/">SarahPAC.com</a>.</p>
<p><strong>Edit 2:</strong> Looks like the link in the confirmation email isn&#8217;t working either. Clicking on it takes me to the website where I get a box that says, &#8220;Unable to verify that email address, did you click on the link we sent you?&#8221;. Not a good start for the email list.</p>
<p><img src="http://bluepeakdigital.com/wp-content/uploads/2011/04/2.jpg" alt="Palin Email" title="Palin Email" width="600" height="229" class="aligncenter size-full wp-image-709" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/sarah-pac-screw-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch: Rick Thompson for Governor</title>
		<link>http://bluepeakdigital.com/launch-rick-thompson-for-governor/</link>
		<comments>http://bluepeakdigital.com/launch-rick-thompson-for-governor/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:51:14 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[West Virginia]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=679</guid>
		<description><![CDATA[Recently we launched a web presence for House Speaker Rick Thompson, a candidate for Governor in West Virginia in 2011. Check out the website at RickThompsonWV.com]]></description>
			<content:encoded><![CDATA[<p>Recently we launched a web presence for House Speaker Rick Thompson, a candidate for Governor in West Virginia in 2011.</p>
<p>Check out the website at <a href="http://rickthompsonwv.com">RickThompsonWV.com</a></p>
<p><img src="http://bluepeakdigital.com/wp-content/uploads/2011/03/rickthompson.jpg" alt="Rick Thompson" title="Rick Thompson" width="660" height="797" class="aligncenter size-full wp-image-680" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/launch-rick-thompson-for-governor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch: Nelson France for Morgantown City Council</title>
		<link>http://bluepeakdigital.com/launch-nelson-france-for-morgantown-city-council/</link>
		<comments>http://bluepeakdigital.com/launch-nelson-france-for-morgantown-city-council/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:25:25 +0000</pubDate>
		<dc:creator>Tyler Pearson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[West Virginia]]></category>

		<guid isPermaLink="false">http://bluepeakdigital.com/?p=676</guid>
		<description><![CDATA[Last month we launched a website for Nelson France, a candidate for Morgantown City Council. Check it out at NelsonFrance.com.]]></description>
			<content:encoded><![CDATA[<p>Last month we launched a website for Nelson France, a candidate for Morgantown City Council.</p>
<p>Check it out at <a href="http://nelsonfrance.com">NelsonFrance.com</a>.</p>
<p><img src="http://bluepeakdigital.com/wp-content/uploads/2011/03/nelsonfrance.jpg" alt="Nelson France for Morgantown City Council" title="Nelson France for Morgantown City Council" width="660" height="885" class="aligncenter size-full wp-image-677" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bluepeakdigital.com/launch-nelson-france-for-morgantown-city-council/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

