<?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>Darren Krape &#187; Social Media</title>
	<atom:link href="http://www.darrenkrape.com/tag/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darrenkrape.com</link>
	<description>- web design and life stuff</description>
	<lastBuildDate>Tue, 25 Oct 2011 00:59:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Facebook Comment Deep-Dive: Analyzing an HTC Comment Thread</title>
		<link>http://www.darrenkrape.com/facebook-comment-deep-dive/</link>
		<comments>http://www.darrenkrape.com/facebook-comment-deep-dive/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 02:02:03 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=494</guid>
		<description><![CDATA[HTC recently posted to their Facebook wall a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: Note: I removed about [...]]]></description>
			<content:encoded><![CDATA[<p>HTC recently <a href="https://www.facebook.com/HTC/posts/10150379630923084">posted</a> to their <a href="https://www.facebook.com/HTC/">Facebook wall</a> a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: </p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-total-owned.png" alt="" title="htc-total-owned" width="600" height="75" class="alignnone size-full wp-image-522" /></p>
<p><em>Note: I removed about a dozen responses that stated ownership of more than 500 mobile phones. While this is probably feasible, it was a small minority and skewed my results too much.</em></p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-phones.png" alt="" title="htc-header-phones" width="616" height="53" class="alignnone size-full wp-image-523" style="margin-left: -16px" /></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td style="width: 50%; border-right: 1px solid #dedede; padding-right: 14px">
<h3>Previous Manufacturer</h3>
<p>In most cases, the owner upgraded from a phone by one of these makers to an HTC. As such, these are the “losers”, with Nokia coming out worst.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-previous.png" alt="" title="htc-phone-previous" width="282" height="371" style="margin-top: 14px" /></td>
<td style="padding-left: 14px; width: 50%">
<h3>Current Model</h3>
<p>Commenters more readily their shared current model. As expected, most of these are HTCs, though some commenters left HTC for a new maker.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-current.png" alt="" title="htc-phone-current" width="282" height="371" style="margin-top: 14px" /></td>
</tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-stats.png" style="margin-left:-16px;"></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td colspan=2 style="border-bottom: 1px solid #dedede;">
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-post-chart.png" style="margin-bottom: 16px;">
</td>
<tr>
<td style="width: 279px; border-right: 1px solid #dedede; padding: 14px 14px 0 0">
<h3>Comments by User Gender</h3>
<p>While expecting a male bias, I didn’t expect it to be so one-sided. I’m interested to know if the page demographics are similarly skewed.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-gender.png" style="margin-top: 14px;">
</td>
<td style="padding: 14px 0 0 14px">
<h3>Comments by Locale</h3>
<p>Facebook doesn’t provide location for un-authenticated requests. Fortunately, locale is a useful proxy. (EN includes US and GB)<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-locale.png" style="margin-top: 14px;">
</td>
</tr>
<tr>
<td colspan=2 style="border-top: 1px solid #dedede; padding: 14px 0;">
<h3>Comments by Sentiment</h3>
<p>This measures the sentiment toward HTC and their products, not the sentiment of the comment. The sentiment was reviewed manually, so the accuracy is quite high. However, the small sample-size should discourage reading too much into this set of results.</p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-sentiment.png">
</td>
<tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-methodology.png" alt="Methodology" title="Methodology" style="margin-left: -16px;" /></h3>
<p>The process for this was actually quite straight-forward. First I used the <a href="http://graph.facebook.com">Facebook Graph API</a> to download all the comments into a database. Because I didn&#8217;t want to manually review 2000 comments, my first pass automatically checked for comments containing only numbers. This took only a few minutes to code and knocked out 400 comments.</p>
<p>I then selected very short messages with the assumption that they were just numerical answers with punctuation. This proved prescient since many people noted the number of phones they&#8217;d owned and appended smiley faces. This took care of another 250 or so messages. To review the final set, I coded a small web application to manually step through each comment. Through this application I could also note the comment sentiment, past and current phones, and other facets. After some refinement to the app, I was able to review about a dozen messages a minute and complete the entire review in less than two hours.</p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-notes.png" alt="Notes" title="Notes" style="margin-left: -16px;" /></h3>
<p>I looked at several other Facebook posts with a large number of comments, but choose this one because many of the answers would be uniquely easy to automatically parse. If the question required a prose response, the analysis would need to be done more manually, which would be quite time-consuming. Crowd sourcing could provide a solution, perhaps through something like <a href="https://www.mturk.com/mturk/welcome">Amazon&#8217;s Mechanical Turk</a>.</p>
<p>Because I coded the web application solely for this topic, I was able to very specific in my search parameters, which allowed for some interesting insights. For example, it was fascinating to see people&#8217;s ownership history (especially how their brand-loyalty has evolved over time). Similar analysis using an off-the-shelf tool (Sysomos, Radian 6, etc) would not have provided this level of customization and granularity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/facebook-comment-deep-dive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seattle Twitter Technorati: Who’s the best networked?</title>
		<link>http://www.darrenkrape.com/seattle-twitter-technorati/</link>
		<comments>http://www.darrenkrape.com/seattle-twitter-technorati/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 13:08:29 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=461</guid>
		<description><![CDATA[After mapping the best-networked DC Twitter technorati, I figured I’d try it out on an environment I’m not familiar with: Seattle. The results Here are the results of the best-networked Seattle tech Twitter users: Rank Handle Name Relationships Followers 1 ShaunaCausey Shauna Causey 867 25530 2 moniguzman Monica Guzman 602 13516 3 BillGates Bill Gates [...]]]></description>
			<content:encoded><![CDATA[<table class='image center'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/07/seattle-skyline.jpg' alt=''   /></td></tr></table>
<p>After mapping the <a href="/dc-twitter-technorati/">best-networked DC Twitter technorati</a>, I figured I’d try it out on an environment I’m not familiar with: Seattle.</p>
<h3>The results</h3>
<p>Here are the results of the best-networked Seattle tech Twitter users:</p>
<table class="display">
<thead>
<td><strong>Rank</strong></td>
<td><strong>Handle</strong></td>
<td><strong>Name</strong></td>
<td><strong>Relationships</strong></td>
<td><strong>Followers</strong></td>
</thead>
<tr>
<td>1</td>
<td><a href="http://twitter.com/ShaunaCausey">ShaunaCausey</a></td>
<td>Shauna Causey</td>
<td class="num">867</td>
<td class="num">25530</td>
</tr>
<tr>
<td>2</td>
<td><a href="http://twitter.com/moniguzman">moniguzman</a></td>
<td>Monica Guzman</td>
<td class="num">602</td>
<td class="num">13516</td>
</tr>
<tr>
<td>3</td>
<td><a href="http://twitter.com/BillGates">BillGates</a></td>
<td>Bill Gates</td>
<td class="num">564</td>
<td class="num">2999410</td>
</tr>
<tr>
<td>4</td>
<td><a href="http://twitter.com/jennihogan">jennihogan</a></td>
<td>Jenni Hogan</td>
<td class="num">529</td>
<td class="num">33243</td>
</tr>
<tr>
<td>5</td>
<td><a href="http://twitter.com/TheNewsChick">TheNewsChick</a></td>
<td>Linda Thomas</td>
<td class="num">527</td>
<td class="num">15648</td>
</tr>
<tr>
<td>6</td>
<td><a href="http://twitter.com/KevinUrie">KevinUrie</a></td>
<td>Kevin Urie</td>
<td class="num">524</td>
<td class="num">3837</td>
</tr>
<tr>
<td>7</td>
<td><a href="http://twitter.com/briancrouch">briancrouch</a></td>
<td>Brian Crouch</td>
<td class="num">520</td>
<td class="num">11354</td>
</tr>
<tr>
<td>8</td>
<td><a href="http://twitter.com/ChrisPirillo">ChrisPirillo</a></td>
<td>Chris Pirillo</td>
<td class="num">492</td>
<td class="num">96065</td>
</tr>
<tr>
<td>9</td>
<td><a href="http://twitter.com/jshuey">jshuey</a></td>
<td>Jeff Shuey</td>
<td class="num">485</td>
<td class="num">16870</td>
</tr>
<tr>
<td>10</td>
<td><a href="http://twitter.com/LilyJang">LilyJang</a></td>
<td>Lily Jang </td>
<td class="num">483</td>
<td class="num">15718</td>
</tr>
<tr>
<td>11</td>
<td><a href="http://twitter.com/seattlewinegal">seattlewinegal</a></td>
<td>Barbara Evans</td>
<td class="num">467</td>
<td class="num">12300</td>
</tr>
<tr>
<td>12</td>
<td><a href="http://twitter.com/Shih_Wei">Shih_Wei</a></td>
<td>Veronica Wei Sopher</td>
<td class="num">455</td>
<td class="num">3670</td>
</tr>
<tr>
<td>13</td>
<td><a href="http://twitter.com/Ryanintheus">Ryanintheus</a></td>
<td>Ryan Hodgson</td>
<td class="num">440</td>
<td class="num">2777</td>
</tr>
<tr>
<td>14</td>
<td><a href="http://twitter.com/JessEstrada">JessEstrada</a></td>
<td>Jess Estrada</td>
<td class="num">433</td>
<td class="num">4543</td>
</tr>
<tr>
<td>15</td>
<td><a href="http://twitter.com/BMW">BMW</a></td>
<td>Brian M. Westbrook</td>
<td class="num">429</td>
<td class="num">7269</td>
</tr>
<tr>
<td>16</td>
<td><a href="http://twitter.com/ColinAC">ColinAC</a></td>
<td>Colin Christianson</td>
<td class="num">415</td>
<td class="num">5505</td>
</tr>
<tr>
<td>17</td>
<td><a href="http://twitter.com/JenniferCabala">JenniferCabala</a></td>
<td>Jennifer Cabala</td>
<td class="num">404</td>
<td class="num">3196</td>
</tr>
<tr>
<td>18</td>
<td><a href="http://twitter.com/johnhcook">johnhcook</a></td>
<td>John Cook</td>
<td class="num">403</td>
<td class="num">5740</td>
</tr>
<tr>
<td>19</td>
<td><a href="http://twitter.com/thinkmaya">thinkmaya</a></td>
<td>thinkmaya</td>
<td class="num">397</td>
<td class="num">6218</td>
</tr>
</table>
<p><a href="http://twitter.com/ShaunaCausey">Shauna Causey</a>, who manages social media at Nordstrom, ranks the highest, by quite a margin over second-placed <a href="http://twitter.com/moniguzman">Monica Guzman</a>, a tech journalist. Unsurprisingly, <a href="http://twitter.com/BillGates">Bill Gates</a>, perhaps the world’s foremost geek (and I use that approvingly), ranks highly in third. Two broadcast journalists, <a href="http://twitter.com/jennihogan">Jenni Hogan</a> and <a href="http://twitter.com/TheNewsChick">Linda Thomas</a>, follow-up in forth and fifth. <a href="http://twitter.com/KevinUrie">Kevin Urie</a>, founder of Social Media Club Seattle, ranks sixth.</p>
<p>Rounding out the top ten are: <a href="http://twitter.com/briancrouch">Brian Crouch</a> (7th), social media manager for the Music Group; <a href="http://twitter.com/ChrisPirillo">Chris Pirillo</a> (8th), a social media strategist; <a href="http://twitter.com/jshuey">Jeff Shuey</a> (9th), board member of the Seattle Social Media Club; and, finally, <a href="http://twitter.com/LilyJang">Lily Jang</a> (10th), a local TV anchor.</p>
<p>For the methodology and additional information, <a href="/dc-twitter-technorati/">check out the post I did on my DC analysis</a>.</p>
<h3>A few notes</h3>
<ul>
<li>This analysis mapped 1910 individual Twitter accounts, resulting in <strike>4.2</strike> 1.4 million relationships to crunch. <strike>Interestingly, this is fewer accounts than the DC analysis (2700 accounts), but more than twice as many relationships (1.9 million)</strike> Check out the <a href="#update">update below</a>.</li>
<li>There were more local journalists in my Seattle results, likely due to the wider network of relationships indexed as compared to the DC analysis. I debated removing these accounts to focus just on people self-identified as involved in the tech scene, but I didn&#8217;t want to adjust the results too much.</li>
<li>There were a good number of “institutional” Twitter accounts that I filtered out. Check out the <a href="/wp-content/uploads/2011/07/seattle_technorati.html">complete list of results</a> to see how they scored.</li>
<li>It’s interesting to see how well <a href="http://twitter.com/KevinUrie">Kevin Urie</a> was ranked. Despite having a relatively small following, he was very well connected within this network, no doubt through his work with the Seattle SMC.</li>
<li>Oh, and why Seattle? My girlfriend is working there and can help validate the results.</li>
</ul>
<p>Know the Seattle tech scene well? How do my results look to you? Anyone I missed?</p>
<div class="update" id="update"><strong>Update</strong></p>
<p>For some reason the app created multiple entries in the relationships database table, which quite inflated the numbers above. Since a &#8220;relationship&#8221; means someone within the network analyzed is following that account, you cannot have more followers than there were accounts analyzed. I should have noticed this when writing up the results (alas, late night hacking). This doesn&#8217;t change the ranking order much, though <a href="http://twitter.com/JenniferCabala">JenniferCabala</a> and <a href="http://twitter.com/johnhcook">johnhcook</a> did swap places in 17 and 18 (sorry John). <a href="http://twitter.com/moniguzman">Monica Guzman</a>&#8216;s follow-up questions brought the error to my attention! </p>
<p>I should also say that this is pretty experimental and involves hacking on nights and weekends. Nonetheless, it seemed to have worked well on the DC network.</p></div>
<p><em>Seattle skyline photograph by <a href="http://www.flickr.com/photos/bala_/4896456113/in/photostream/">Bala</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/seattle-twitter-technorati/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>DC Twitter Technorati: Who’s the best networked?</title>
		<link>http://www.darrenkrape.com/dc-twitter-technorati/</link>
		<comments>http://www.darrenkrape.com/dc-twitter-technorati/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:58:04 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=415</guid>
		<description><![CDATA[When it comes to social media for business, there is one question on everyone’s mind: Who are the influential people in my area? Unfortunately answering this is easier said than done. Take Twitter for example. You could look at a user’s total followers or the number of lists they are on, but those are blunt [...]]]></description>
			<content:encoded><![CDATA[<table class='image left'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/06/network.png' alt=''   /></td></tr></table>When it comes to social media for business, there is one question on everyone’s mind: Who are the influential people in my area? Unfortunately answering this is easier said than done. Take Twitter for example. You could look at a user’s total followers or the number of lists they are on, but those are blunt instruments at best. When you’re focused on a specific topic, those numbers can be downright misleading.</p>
<p>After mulling this over, I figured a good measure of potential influence would be how well networked a person is in a particular topical environment. To test this hypothesis I decided to look at an area I know pretty well: the Washington DC tech scene. Since I already have a good sense of this community, I could verify the analytical results from my own knowledge.</p>
<h3>The Results</h3>
<p>After doing my analysis, here is my ranking of the top ten most networked individuals:</p>
<table class="display">
<thead>
<tr>
<td><strong>Rank</strong></td>
<td><strong>Handle</strong></td>
<td><strong>Name</strong></td>
<td><strong>Relationships</strong></td>
<td><strong>Followers</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="http://twitter.com/corbett3000">corbett3000</a></td>
<td>Peter Corbett</td>
<td class="num">671</td>
<td class="num">7,980</td>
</tr>
<tr>
<td>2</td>
<td><a href="http://twitter.com/dcconcierge">dcconcierge</a></td>
<td>Shana Glickfield</td>
<td class="num">644</td>
<td class="num">5,979</td>
</tr>
<tr>
<td>3</td>
<td><a href="http://twitter.com/FrankGruber">FrankGruber</a></td>
<td>Frank Gruber</td>
<td class="num">571</td>
<td class="num">27,172</td>
</tr>
<tr>
<td>4</td>
<td><a href="http://twitter.com/cheeky_geeky">cheeky_geeky</a></td>
<td>Mark Drapeau</td>
<td class="num">539</td>
<td class="num">19,652</td>
</tr>
<tr>
<td>5</td>
<td><a href="http://twitter.com/DCeventjunkie">DCeventjunkie</a></td>
<td>Lisa Byrne</td>
<td class="num">492</td>
<td class="num">5,755</td>
</tr>
<tr>
<td>6</td>
<td><a href="http://twitter.com/shashib">shashib</a></td>
<td>Shashi Bellamkonda</td>
<td class="num">482</td>
<td class="num">14,287</td>
</tr>
<tr>
<td>7</td>
<td><a href="http://twitter.com/digiphile">digiphile</a></td>
<td>Alex Howard</td>
<td class="num">462</td>
<td class="num">78,433</td>
</tr>
<tr>
<td>8</td>
<td><a href="http://twitter.com/alexpriest">alexpriest</a></td>
<td>Alex Priest</td>
<td class="num">427</td>
<td class="num">4,940</td>
</tr>
<tr>
<td>9</td>
<td><a href="http://twitter.com/SteveCase">SteveCase</a></td>
<td>Steve Case</td>
<td class="num">414</td>
<td class="num">416,114</td>
</tr>
<tr>
<td>10</td>
<td><a href="http://twitter.com/digitalsista">digitalsista</a></td>
<td>Shireen Mitchell</td>
<td class="num">408</td>
<td class="num">7,562</td>
</tr>
</tbody>
</table>
<p>Overall, this squares pretty well with my knowledge of this community. Number one, <a href="http://twitter.com/@corbett3000">@corbett3000</a>, belongs to none other than Peter Corbett, the CEO of <a href="http://istrategylabs.com">iStrategyLabs</a>, a leading DC technology firm and organizer of many DC tech conferences (including the upcoming 10-day DC tech festival). Coming in second is Shana Glickfield, who goes by <a href="http://twitter.com/dcconcierge">@dcconcierge</a>, and is DC’s consummate networker and FOMO sufferer. Rounding out the top three is Frank Gruber, <a href="http://twitter.com/FrankGruber">@frankgruber</a>, CEO of <a href="http://techcocktail.com">TechCocktail.com</a>. Number four is every one&#8217;s favorite Microsoft staffer, Mark Drapeau who tweets at <a href="http://twitter.com/cheeky_geeky">@cheeky_geeky</a>.</p>
<p>It is particularly interesting to see how a large Twitter following does not necessary translate into a significant number of relationships within this particular network.</p>
<p>For kicks, I threw the top forty accounts into <a href="http://nodexl.codeplex.com/">NodeXL</a> to see what the network looks like:</p>
<p><table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/06/dc_tech_chart.png' alt='Network of the top forty DC Twitter technorati. Each line represents a single follower-followed relationship. It is interesting to see which accounts are more central within this small network and which are more peripheral.'   /><caption align='bottom'><p>Network of the top forty DC Twitter technorati. Each line represents a single follower-followed relationship. It is interesting to see which accounts are more central within this small network and which are more peripheral.</p> </caption></td></tr></table>
<h3>Methodology</h3>
<p>And the big question: how did I arrive at these results? Here is the process I used:</p>
<ol>
<li>My starting point was trying to figure out how to measure the number of connections within a particular geographic region and subject area. For this, I needed a good index of who was active in the DC tech sphere on Twitter. Fortunately, this part of the job has been done by the community in the form of Twitter lists. I trolled through a large selection of Twitter lists looking for ones that had “DC” and either “social media” or “technology” and entered those info my database.</li>
<li>I then went through each list and saved all the individual accounts on that list.</li>
<li>From the users on these lists, I ended up with a database of about 2700 Twitter accounts that, through the Twitter lists, were related to the DC tech scene.</li>
<li>In the most time-consuming part of the analysis, I set-up a system to download all the people these Twitter accounts followed. Since a follow is an expression of interest in the followed account, I counted that as a “vote”. This is much the same way Google considers a link a vote of confidence in the linked page.</li>
<li>After a few days of downloading data from Twitter, I had a database of nearly 2 million follower-to-followed relationships. Using this index, I checked which accounts were most frequently followed and ranked them according.</li>
<li>I was able to automate nearly every set after selecting the Twitter lists, but the final step requires a good deal of “eyes on screen”. <a href="http://www.darrenkrape.com/wp-content/uploads/2011/06/dc_technorati.html">The final list</a> included a number of very widely followed accounts, but not ones I was interested in. Since I was only focusing on individuals in DC, I removed a lot of institutions and people outside of the city. For example, the top three <a href="http://twitter.com/mashable">@mashable</a>, <a href="http://twitter.com/barackobama">@barackobama</a>, and <a href="http://twitter.com/techcrunch">@techcrunch</a> are all widely followed, but not members of the DC tech scene. As such, I excluded these from the final results. (It is interesting that Mashable has a much wider following in DC than Techcrunch. I imagine if I was looking at Silicon Valley the ranking would be inverted.)</li>
</ol>
<p>I was able to automate most of the above steps using a small app I coded, so much of the data collection took place while I was fast asleep in bed. Due to Twitter API data call limits, most of this was done using automated CRON jobs. Steps 1 and 6 though were not automated and required diligently going through the data.</p>
<h3>Final Thoughts</h3>
<p>So that’s it? Certainly not, this only measures who is widely followed within this topical subset, not who is actually influential. You’d need to combine this with other measures (frequency of retweets, ability to drive conversations, and so on) to get real sense of influence.</p>
<p>Fortunately the results do square pretty well with my understanding of the DC tech scene, which helps validate the approach. Most likely I’ll do some more playing around with this technique, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/dc-twitter-technorati/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Boas-vindas Presidente Obama: Welcoming President Obama to Brazil</title>
		<link>http://www.darrenkrape.com/boas-vindas-presidente-obama/</link>
		<comments>http://www.darrenkrape.com/boas-vindas-presidente-obama/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:06:02 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=367</guid>
		<description><![CDATA[The concept was simple: create a campaign driven by social media where Brazilians can submit short welcome messages to President Obama. The response was phenomenal. In only a few days we received more than 32,000 messages from all across Brazil.]]></description>
			<content:encoded><![CDATA[<table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/05/obamabr_header.png' alt=''   /></td></tr></table>
<blockquote><p><strong>“It&#8217;s an honor to welcome the first american president that looks brazilian!! :)”</strong></p></blockquote>
<p>Those words of welcome, from Fred in Brasilia, joined about 30,000 more messages for President Obama as he made his first visit to Brazil this past March. To help celebrate the president’s visit, <a href="http://twitter.com/iipstate">we</a> helped the United States Embassy in Brasilia develop “<a href="http://www.obamabr.org">Boas-vindas Presidente Obama</a>”, a social media campaign to raise interest in the president’s visit.</p>
<p>A major objective of this program was to help Brazilians engage with the President’s visit beyond the handful of public events and the usual TV coverage. Brazil is a continent-sized nation with more than 190 million people, so the opportunities for Brazilians to actively participate were unfortunately limited. Social media provided a solution. ?The visit also provided an opportunity to increase mutual understanding and further dialogue with Brazilians on priority themes (such as education, the environment, clean energy, global partnerships, and other topics).</p>
<p><span id="more-367"></span></p>
<p>The concept was simple: create a campaign driven by social media where Brazilians could submit short welcome messages to President Obama. These were collected in two mediums: short text messages and 15 second videos recorded through the participant’s web cams. The text messages were gathered through a custom-built application we designed and developed within the State Department. On the video side, we turned to <a href="http://www.videogenie.com">VideoGenie</a>, a web start-up.</p>
<table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/05/obamabr_screenshot_1.jpg' alt='The welcome campaign micro-site.'   /><caption align='bottom'><p>The welcome campaign micro-site.</p> </caption></td></tr></table>
<p>Since the Brazilian social networking landscape is quite diverse, we utilized a wide variety of platforms to get the word out and to collect welcome messages. A key goal was to increase the size of <a href="http://brazil.usembassy.gov">US Embassy Brasilia</a>’s communities on <a href="http://www.facebook.com/EmbaixadadosEUA.BR">Facebook</a> and <a href="http://www.orkut.com/Community?cmm=111907064">Orkut</a> pages. For Facebook we created an application housed within the fan page. This allowed us to integrate our Facebook efforts and direct Facebook advertising to both the fan page and application. Orkut doesn’t provide an application framework for their brand channel, so we created a microsite at <a href="http://www.obamabr.org">www.obamabr.org</a>. This also gave us added flexibility on the design and content that wasn’t feasible within Facebook.</p>
<p>We also integrated the various social sharing tools, primarily Facebook and Twitter buttons, to help encourage people to share the wider program, but also, importantly, the individual messages they recorded. This made it easier to track how many mentions we had on the various social networks.</p>
<p>The messages came in from all across Brazil, from small hamlets in the Amazon to the bustling metropolises of Rio de Janeiro and Sao Paulo. As Fred’s welcome suggests, Obama’s story resonates personally with many in Brazil’s diverse population of 190 million people. The program also demonstrated the warmth and hospitality of the Brazilian people. Indeed, many people invited Obama to their houses to join their families for dinner.</p>
<table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/05/obamabr_screenshot_2.jpg' alt='The welcome campaign Facebook application showing the live video feed of a press conference.'   /><caption align='bottom'><p>The welcome campaign Facebook application showing the live video feed of a press conference.</p> </caption></td></tr></table>
<h3>The Tech</h3>
<p>My role was primarily as the design and development lead, with the help of our developer Jeff Hunter. I also provided strategy advice based on the past presidential trips I’ve supported.</p>
<p>In a single hectic week we developed and soft-launched the application, microsite, and a backend system to moderate the incoming messages. Throughout the next two weeks leading up to the visit we continually made improvements and added features, with a particular emphasis on bringing more people to the embassy’s Facebook page.</p>
<p>The site was coded in PHP using the brilliant PHP-framework <a href="http://www.codeigniter.com">CodeIgniter</a>. Without a doubt we could not have launched as quickly as we did without the aid of this framework. When we started to get significant press coverage and traffic spiked, the built-in caching functionality of CodeIgniter was a server-saver.</p>
<h3>A few stats</h3>
<p>The fan base of the embassy page increased from about 2,300 to 21,800 at the end of the program, an increase of about 19,500. This increase was partly driven by Facebook advertising, but much of the growth was due to the welcome message campaign.</p>
<p>More than 32,000 welcome messages were received from dozens of cities and towns across Brazil. Of the collected messages, about 500 were videos, with the remainder text only. Following the visit, about 1,500 reactions to the visit were also collected. The Facebook application and microsite together received about 160,000 visits over the three weeks the program was live.</p>
<table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/05/obamabr_messages_per_day.png' alt='Daily totals of incoming messages from the 11th through the 23rd of March 2011.'   /><caption align='bottom'><p>Daily totals of incoming messages from the 11th through the 23rd of March 2011.</p> </caption></td></tr></table>
<p>The campaign also received significant media by prominent Brazilian outlets. Estadao, the second largest paper in Sao Paulo by subscribers, prominently featured an article about the campaign. The campaign was also featured by: Gizmodo Brazil, TV Globo’s G1 Political web site, R7 Noticias, and MacMagazine, and several others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/boas-vindas-presidente-obama/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Photos from Cairo University</title>
		<link>http://www.darrenkrape.com/more-photos-from-cairo-university/</link>
		<comments>http://www.darrenkrape.com/more-photos-from-cairo-university/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 23:43:15 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Egypt]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=345</guid>
		<description><![CDATA[Cairo University sent me some more photos from the two events that were held there last week. There was a great turnout to both events and, as I mentioned in my earlier post, the discussion was challenging and very interesting. I really wish I had more time to debate some of the issues that were [...]]]></description>
			<content:encoded><![CDATA[<p>Cairo University sent me some <a href="/more-photos-from-cairo-university/">more photos</a> from the two events that were held there last week. There was a great turnout to both events and, as I mentioned in my <a href="/discussing-social-media-in-egypt/">earlier post</a>, the discussion was challenging and very interesting. I really wish I had more time to debate some of the issues that were raised.</p>
<p>Also, I would be remiss if I did not thank the staff at the <a href="http://cairo.usembassy.gov/">U.S. Embassy in Cairo</a>, and particularly the Information Resource Center. They really made this event happen. If you are interested in more events like this or to follow their work, I suggest checking out the Facebook pages for the <a href="http://www.facebook.com/USEmbassyCairo">U.S. Embassy Cairo</a> and the <a href="http://www.facebook.com/USEmbassyCairoIRC">Information Resource Center</a>.</p>
<p><span id="more-345"></span></p>
<h3>Faculty of Mass-Communications </h3>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2010/11/masscomm1.jpg"></p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2010/11/masscomm2.jpg"></p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2010/11/masscomm3.jpg"></p>
<h3>Faculty of Economics and Political Science</h3>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2010/11/feps1.jpg"></p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2010/11/feps2.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/more-photos-from-cairo-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discussing Social Media in Egypt</title>
		<link>http://www.darrenkrape.com/discussing-social-media-in-egypt/</link>
		<comments>http://www.darrenkrape.com/discussing-social-media-in-egypt/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 13:40:03 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Egypt]]></category>
		<category><![CDATA[Jordan]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=311</guid>
		<description><![CDATA[For all my work with new media for public diplomacy, the best engagement is still the oldest: face-to-face discussions. “The last three feet”, as Edward R Murrow put it, allow for more personal interaction than the sometimes detached and often anonymous online type. Working from Washington, D.C., where we are so removed from the field, [...]]]></description>
			<content:encoded><![CDATA[<p>For all my work with new media for public diplomacy, the best engagement is still the oldest: face-to-face discussions. “The last three feet”, as Edward R Murrow put it, allow for more personal interaction than the sometimes detached and often anonymous online type. Working from Washington, D.C., where we are so removed from the field, it can be difficult to remember this.</p>
<p>Fortunately, I received a reminder of the importance of in-person public diplomacy earlier this week. As part of my trip across the Middle East, I gave many public presentations on how social media is used by the United States government in our public diplomacy efforts. I’d done this in the West Bank, Amman, and finally in Cairo.</p>
<table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2010/11/cairo-university1.jpg' alt='Presentation to the Faculty of Media and Communication, Cairo University'   /><caption align='bottom'><p>Presentation to the Faculty of Media and Communication, Cairo University</p> </caption></td></tr></table>
<p>This past Tuesday I spoke to the faculty and students of <a href="http://www.cu.edu.eg/">Cairo University</a>’s <a href="http://masscomm.cu.edu.eg/">Faculty of Mass-Communications</a> and the <a href="http://www.feps.eun.eg/">Faculty of Economics and Political Science</a>. <a href="http://officeofinnovation.org/presentations/egypt-general-social-media.pptx">Here is the presentation I used</a> (PPTX). I can say, without a doubt, they asked some of the most challenging questions I’ve received about social media. Their interests were wide and varied. They asked about the risks that social media could detach us from our real-world lives, the use of these tools by the Egyptian government, the role of social media in the release of Iraq war documents on <a href="http://wikileaks.org/">Wikileaks</a>, and much more.</p>
<p>Opinions were also quite diverse. Several individuals asked pointed questions about U.S. government control of the media. As the recent mid-term elections and the ever-shifting popularity of American policies demonstrate, we operate in a very challenging media landscape in which we often have little power to control the message. As I noted in the discussion, if the U.S. government is so good at this, they wouldn’t need me!</p>
<table class='image right'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2010/11/cairo-university-professor.jpg' alt='A professor of the Faculty of Media and Communications'   /><caption align='bottom'><p>A professor of the Faculty of Media and Communications</p> </caption></td></tr></table>
<p>Conversely, the Wikileaks questions often focused on how the U.S. government is quite powerless to control even its own information. Unfortunately, since this isn’t an area I focus on I feel I wasn’t able to sufficiently address the questions. If you’re interested in the Wikileaks Iraq documents story the New York Times has <a href="http://www.nytimes.com/interactive/world/war-logs.html">a great special feature</a> on the subject.</p>
<p>In addition to the challenging discussion, I was also very impressed with how Egyptians are using social media to improve their society. One project is using social media and online maps to <a href="http://harassmap.org/">combat sexual harassment</a>. Another campaign uses these tools to help keep Alexandria clean, an effort that has gotten widespread media attention and compelled the local government to act. Others are using social media to create connections between ordinary Americans and Egyptians to correct stereotypes and improve relations.</p>
<p>The past three weeks have been a whirlwind of activity: events, interviews, chats over tea, <a href="http://www.flickr.com/photos/dkrape/5125886094/">seeing astonishing landscapes</a>, experiencing remarkable history, and so much more. However, it is the friendships that were started that I find most important. And, naturally, we’ll be continuing these friendships over social media until my return!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/discussing-social-media-in-egypt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Barriers and Bridges: Visiting the West Bank</title>
		<link>http://www.darrenkrape.com/barriers-and-bridges-visiting-the-west-bank/</link>
		<comments>http://www.darrenkrape.com/barriers-and-bridges-visiting-the-west-bank/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 08:16:47 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Gaza]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Jerusalem]]></category>
		<category><![CDATA[Palestine]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Ramallah]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[West Bank]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=290</guid>
		<description><![CDATA[Some days it feels like I have the best job in the world. This week I had one of those days. For the past several days I&#8217;ve been working with our Embassy in Tel Aviv and Consulate General in Jerusalem on their public diplomacy social media programs. This focuses mostly on sharing best practices from [...]]]></description>
			<content:encoded><![CDATA[<table class='image left'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2010/10/ramallah.jpg' alt='The main square in Ramallah, on the boundary with Ramallah's sister city, El-Bireh.'   /><caption align='bottom'><p>The main square in Ramallah, on the boundary with Ramallah's sister city, El-Bireh.</p> <em>Image by <a href='http://www.flickr.com/photos/hawg/2568208838/in/photostream/'>Ted Swedenburg</a></em></caption></td></tr></table>
<p>Some days it feels like I have the best job in the world. This week I had one of those days. For the past several days I&#8217;ve been working with our <a href="http://telaviv.usembassy.gov">Embassy in Tel Aviv</a> and <a href="http://jerusalem.usconsulate.gov">Consulate General in Jerusalem</a> on their public diplomacy social media programs. This focuses mostly on sharing best practices from other missions, providing suggestions on enhancements, and helping to create a structured approach to their public engagement. This work has been great, fun, and very illuminating. I’m constantly amazed how much our missions are able to do with limited resources and even less time.</p>
<p>But that isn’t all that made the day so remarkable. What made the day so noteworthy was the opportunity to chat with Palestinian social media leaders. The <a href="http://amin.org/">Arabic Media Internet Network</a> (AMIN) hosted an in-person session with bloggers and practitioners in the West Bank city of Ramallah and a second video conference with bloggers in Gaza.</p>
<p>Merely visiting Ramallah is worth noting on its own. This sounds strange to say, but it seems a very “normal” place. The perception you get of the West Bank is a desperate population riven and cut-off by strife. News images focus on thrown rocks and wire-topped walls. Instead there are bustling streets, car dealerships (including a gleaming Mercedes dealer), and new five-star hotels. The most incongruous feeling was the security detail we are required to have on official visits. It made me feel alien to the outside. I imagine the feeling is mutual when locals see our imposing truck hurtling by.</p>
<table class='image right'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2010/10/ramallah-social-media.jpg' alt='Discussing social media with Palestinian activists, professors, and students.'   /><caption align='bottom'><p>Discussing social media with Palestinian activists, professors, and students.</p> <em>Image by <a href='http://jerusalem.usconsulate.gov'>U.S. Consulate General Jerusalem</a></em></caption></td></tr></table>
<p>As an outsider, this normality hides the precariousness of the current situation. I was told stories of humiliations at checkpoints, the daily hassles of stateless-citizens, and families and friends separated by ever-shifting lines. Jerusalem itself is a city of walls. They separate the old from the new, east from west, and a troubled past from an uncertain future.</p>
<p>Yet there are uplifting stories as well, of tireless videographers showing the <a href="http://www.youtube.com/user/SleeplessinGaza">real lives of Palestinian women</a>, bloggers working to build bridges between separated people, <a href="http://sshela.wordpress.com/">businessmen creating new opportunities</a>, journalists dedicated to openness and transparency, and photographers sharing <a href="http://www.beautifulpalestine.com/index.php?visible">the beauty of the landscape and her people</a>. They are using new media to tell their stories, as only they can. While the sessions were billed as a chance to learn from the work we’re doing in the State Department, we have much to learn from them.</p>
<p>With luck I will be back in the near future. Until then, there’s always social media to keep us connected!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/barriers-and-bridges-visiting-the-west-bank/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Public Media Camp: Hubs and Spokes and a Look at Measurement</title>
		<link>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/</link>
		<comments>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:41:48 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Public Media Camp]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=271</guid>
		<description><![CDATA[Recently I had the pleasure to participate in the Public Media Camp, an unconference focused on strengthening local and national public broadcasting. A good portion of the discussion focused on the disruptive and new opportunities being presented by Internet-based dissemination and social media. Of Hubs and Spokes While the focus on social media related well [...]]]></description>
			<content:encoded><![CDATA[<table class='image left'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2009/10/measurement-thumb.png' alt=''   /></td></tr></table>
<p>Recently I had the pleasure to participate in the <a href="http://publicmediacamp.org/">Public Media Camp</a>, an <a href="http://en.wikipedia.org/wiki/Unconference">unconference</a> focused on strengthening local and national public broadcasting. A good portion of the discussion focused on the disruptive and new opportunities being presented by Internet-based dissemination and social media.</p>
<h3>Of Hubs and Spokes</h3>
<p>While the focus on social media related well to my work in public diplomacy, the very structure of public media actually seems quite similar to the hub and spoke model of the central State Department in Washington and the various embassies, consulates and missions scattered around the world. As with public broadcasting, content is produced and disseminated in Washington and the very diverse missions overseas. Just as <a href="http://www.npr.org/">NPR</a> or <a href="http://www.pbs.org/">PBS</a> in Washington balances the needs of their direct national audience with the needs of their affiliate stations, the State Department also has to support an international audience for its America.gov properties while meeting overseas mission needs.</p>
<p>Additionally, most public media outlets focus more on informing audiences and social change than increasing profits. Public diplomacy has similar goals: changing perceptions about the United States&#8217; and its policies and creating a better environment for U.S. goals, such as democratization, improving religious freedoms and so on. Without profits as a baseline metric, both organizations aim for more intangible goals, such as those elucidated above. This makes measurement more challenging, with related knock-on effects.</p>
<p><span id="more-271"></span></p>
<h3>Measuring Impact</h3>
<p>Fortunately, public media and affiliated organizations are taking on a number of these challenges, most especially measurement. <a href="http://www.thefledglingfund.org/">The Fledgling Fund</a>, an NGO focused on helping social change projects get off the ground, has done quite a bit of work figuring out how to measure such an amorphous goal as creating social impact. Drawing from their experience, they&#8217;ve created a five-stage model which helps measure social impact of a program.</p>
<p>Here are the steps (scroll down for a diagram):</p>
<ol>
<li><strong>Media quality:</strong> Most basically, this stage asks if the subject is a quality piece of media? Are the characters strong and well defined? Is the story well-toned? Will it get press attention, resonate with viewers, generate online buzz and so on?</li>
<li><strong>Raising public awareness:</strong> Where is the topic in the public consciousness? Some topics don&#8217;t need more more widespread attention, so media focused solely on raising awareness isn&#8217;t necessary. However, some topics are not well known, so a basic introduction or media focused on moving beyond the choir may be necessary.</li>
<li><strong>Increased public engagement:</strong> There is the largest leap in the five stages, moving from awareness to engagement. Essentially, this is the leap from passive attention (viewing a film, reading a web site) to active engagement (promoting the film to friends, commenting on a web site). Reaching this state indicates a change in attitudes, beliefs and behaviors.</li>
<li><strong>Stronger social movement:</strong> At this stage, people have moved from low level engagement to greater collective action. If the media engaged the choir, then they&#8217;ve become more creative or effective after engaging with your media. If the media reached new audiences, then they&#8217;ve joined existing organizations or created their own to reach the goals elucidated in your media.</li>
<li><strong>Social change:</strong> This is the ultimate goal and, often, the most difficult to reach. At this stage the media has encouraged policy or legislative change, a tangible shift in the public dialog on the topic or influential changes in citizen or consumer behavior.</li>
</ol>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2009/10/impact-circle.png" alt="" /></p>
<p>This model seems to suit public diplomacy media efforts well, though it would require some time spent on teasing out the specific measures, qualitative and quantitative, for each step. The Fledgling Fund has <a href="http://www.thefledglingfund.org/impact/pdf/impactcircles.pdf">a good whitepaper on the model</a> (PDF) that delves much deeper while also providing some useful real-world case studies.</p>
<p>There were a few more gems from the public media camp that I hope to write-up in the next week or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons on Social Media Campaigns from Politics Online</title>
		<link>http://www.darrenkrape.com/politics-online/</link>
		<comments>http://www.darrenkrape.com/politics-online/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:23:21 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=199</guid>
		<description><![CDATA[Recently I attended the Politics Online Conference put on by George Washington University&#8217;s Institute for Politics, Democracy and the Internet. Although I was only able to sit in on a handful of sessions, there were a number of very useful gems on how you can use social media to further political campaign goals. I&#8217;ve focused [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-201" title="politicsonline" src="http://www.darrenkrape.com/wp-content/uploads/2009/05/politicsonline.png" alt="politicsonline" width="379" height="60" /></p>
<p>Recently I attended the <a href="http://www.opencongress.org/wiki/Project:Politics_Online_Conference">Politics Online Conference</a> put on by George Washington University&#8217;s <a href="http://www.ipdi.org/">Institute for Politics, Democracy and the Internet</a>. Although I was only able to sit in on a handful of sessions, there were a number of very useful gems on how you can use social media to further political campaign goals. I&#8217;ve focused on the lessons most useful for public diplomacy campaigns.</p>
<p>One of the major themes of the conference is the <strong>necessity to create authentic engagement when using social media</strong>. Without creating this authenticity, it is much more difficult to influence the intended audience since there is little personal connection with the message. Many lobbyists regularly emphasized that a handful of authentic, personal messages from constituents are more convincing than a mass quantity of relatively anonymous messages. Furthermore, genuine engagement between two parties (in this case politicians and constituents) can help create lasting communities and movements centered around specific causes, even if the engagement is conducted online.</p>
<p>Ideally this authenticity is created through direct personal engagement, a local focus and a tangible result. One example given was a campaign to influence legislation covering local food producers. To highlight the importance of these producers in local constituencies, a lobbyist organization used an online campaign to help local producers deliver care packages of non-perishable goods to their representatives. By using web-based technologies to make the constituent&#8217;s concerns tangible, the lobbyists were able to influence the final legislation to greater benefit local producers.</p>
<p>Many of the presenters also cautioned that campaigns can&#8217;t simply present themselves as grassroots and authentic, without actually engaging real people in the effort. Web users have gotten increasingly sophisticated and can often easily spot fake campaigns (otherwise known as &#8220;astroturfing&#8221;, a play on real &#8220;grassroots&#8221;). If a fake campaign is spotted, the repercussions can be serious and severely damage the credibility of the sponsoring organization.</p>
<p><span id="more-199"></span>A few other tips I found useful:</p>
<ul>
<li><strong>If you can&#8217;t create your own parade, get in front of one.</strong> This was in response to a question asking if you didn&#8217;t have Obama, or a similarly motivational individual or cause, what can be done to get more attention to your campaign. One great suggestion was to track trends and get in front of ones that relate to your effort. This means it is important to track trends, such as through Twitter or Google, and see which ones are getting more attention. When adding related photos, Tweets, blog posts and so on, be sure to find out what tags are being used and label your content as such. For example, one of the sites I work on had put together a wealth of information on avian flu, pandemics, global health care and so on. While many of that was off the radar for many months, with the recent spread of H1N1, much of this content is now highly relevant to the global conversation on swine flu. As many have said before, &#8220;never waste a good crisis&#8221;.</li>
<li><strong>No media works in a vacuum.</strong> In basically every media market, no single form of media functions without at least some relation to other types. Newspapers influence TV and vise versa, while a scandal might break on Twitter or Facebook before making it to the nightly news broadcast. As such, you have to consider all dominant (and perhaps some not so dominant) media channels in your engagement programs. Ideally, all media campaigns should have integrated components across many forms of media, each tailored to the medium&#8217;s specific requirements. It is no longer possible to see a campaign as strictly a TV commercial, since that commercial may be recorded on a mobile phone, reposted on YouTube and then shared via Twitter. For that same reason, it is also important to monitor a wide variety of media for mentions, even if there isn&#8217;t any specific engagement taking place in them.</li>
<li><strong>Meeting in person is still &#8211; and always will be &#8211; the most influential type of engagement.</strong> It is far harder to be inauthentic, impersonal and non-transparent when meeting face to face. The sheer amount of information conveyed in the tone of a person&#8217;s voice, the way they present themselves and the messages they convey in the meeting makes personal connections far more moving than any other type of connection. As one presenter put it, &#8220;There is no substitute for a personal meeting with a member of congress.&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/politics-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

