<?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>Affinitive's Social Media Playground &#187; Technology</title>
	<atom:link href="http://www.socialmediaplayground.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.socialmediaplayground.com</link>
	<description>Welcome to Social Media Playground, a place to discuss all things related to word of mouth (WOM) and social media marketing. Brought to you by Affinitive, a word of mouth and social media marketing, technology and strategic solutions firm located in New York City and San Francisco.</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:10:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Empower Users by Implenting HTML5 Today</title>
		<link>http://www.socialmediaplayground.com/technology/empower-users-by-implenting-html5-today/2010/05/04/</link>
		<comments>http://www.socialmediaplayground.com/technology/empower-users-by-implenting-html5-today/2010/05/04/#comments</comments>
		<pubDate>Tue, 04 May 2010 18:58:32 +0000</pubDate>
		<dc:creator>Pavel Shub</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=973</guid>
		<description><![CDATA[HTML5 has been around for a while. Yes, it is still in draft form and the formal specification hasn't been published yet, but that didn't stop all major modern browsers from implementing a decent set of HTML5 features. By now, the web is chock full of HTML5 examples showing off everything from latest JavaScript to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px;" title="W3C HTML5 Draft" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/05/Picture-2-300x119.png" alt="W3C HTML5 Draft" width="300" height="119" /></p>
<p><a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML5</a> has been around for a while. Yes, it is still in draft form and the formal specification hasn't been published yet, but that didn't stop <a href="http://htmlfive.appspot.com/" target="_blank">all major modern browsers</a> from implementing a decent set of HTML5 features. By now, the web is chock full of HTML5 <a href="http://html5demos.com/" target="_blank">examples</a> showing off everything from latest JavaScript to HTML5 markup tags. But people still seem to be on the edge when implementing them in real-world production environments. This should not be the case. The reality is that HTML5 features already implemented in modern browsers are mostly stable, and the published spec will ultimately not have major changes.</p>
<p>If there is still some doubt that HTML5 is still the "future" and is not needed in the current web, let me throw in some rough figures. Note, these numbers are taken from <a href="http://en.wikipedia.org/wiki/Usage_share_of_web_browsers" target="_blank">Wikipedia</a>. So interpret them how you wish.  Roughly 54% people still use Microsoft Internet Explorer (IE), of that ~ 36% is IE8. Making that 23% globally. About 31% use Firefox, about 80% of which is 3.5 or 3.6, making that 25% of the global market. Safari and Google Chrome take up another 13%, although I do not know what percentage of those browser version are HTML5 capable and in use. It can be assumed that at least half of the browsers out there support the commonly touted HTML5 features. So should we let half the people miss out on great features due to other people still using IE7 and Firefox 2?</p>
<p>Rolling out HTML5 may be easier than you think. Anyone who runs a commonly visited site probably already has different style sheets and/or JavaScript for IE/IE6 users. So pull in HTML5 JavaScript conditionally by checking if functions exists. It is ill-advised to rely on checking the user agent, as some browsers misreport it (i.e., IE8 in "IE7 mode" still has the window.postMessage JavaScript function).</p>
<p>Putting in HTML5 tags on the other hand is tricky. Putting in new tags such as &lt;article&gt; and &lt;aside&gt; won't render properly in older browsers. The best way so far is to insert tags dynamically into the DOM using JavaScript. This isn't practical for simple tags such as &lt;article&gt; but can be used for flashier tags like canvas. Existing libraries are already implemented this way. <a href="http://wiki.github.com/sorccu/cufon/about">Cufon</a> uses Canvas to render fonts in most browsers and VML in IE.</p>
<div style="font-size: 10px;">(Picture credit: W3C website)</div>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/empower-users-by-implenting-html5-today/2010/05/04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodbye, IE6&#8230; May the Social Web Rise from Your Ashes</title>
		<link>http://www.socialmediaplayground.com/technology/goodbye-ie6-may-the-social-web-rise-from-your-ashes/2010/02/25/</link>
		<comments>http://www.socialmediaplayground.com/technology/goodbye-ie6-may-the-social-web-rise-from-your-ashes/2010/02/25/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:33:59 +0000</pubDate>
		<dc:creator>Rob Marscher</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=813</guid>
		<description><![CDATA[To say the developers here at Affinitive (and around the world) are happy to see Microsoft's decade old web browser finally go away is a big understatement. Over the last several years there have been many people advocating for "death to Internet Explorer 6." But in the last couple of months, several things have come around to finally give IE6 the push out the door.]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0 10px 15px 0; float: left;" title="IE6 Cartoon" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/02/ie6-cartoon.png" alt="IE6 Cartoon Image" width="111" height="125" />To say the developers here at Affinitive (and around the world) are <strong>happy to see Microsoft's decade old web browser finally go away</strong> is a big understatement.  Over the last several years there have been many people advocating for "<a href="http://www.google.com/search?q=death+of+ie6" target="_blank">death to Internet Explorer 6</a>."  But in the last couple of months, several things have come around to finally give IE6 the push out the door.</p>
<p>Security has long been an issue for IE6 that Microsoft has continually patched up over the years.  The "<a href="http://siblog.mcafee.com/cto/operation-“aurora”-hit-google-others/" target="_blank">Operation Aurora</a>" attack on Google and other companies back in January used <a href="http://content.usatoday.com/communities/technologylive/post/2010/01/microsoft-to-issue-emergency-patch-for-flaw-used-in-google-attack/1" target="_blank">yet another unknown security hole in IE6</a>, and seemed to lead much of the internet community to say "enough is enough" and expedite efforts to stop supporting the use of the old browser.</p>
<p>It has been long known that <a href="http://news.bbc.co.uk/2/hi/technology/8196242.stm" target="_blank">Microsoft will stop supporting IE6 in 2014</a>.  Not surprisingly, <a href="http://www.computerworld.com/s/article/9150138/Google_joins_the_kill_IE6_campaign" target="_blank">Google</a> and <a href="http://37signals.com/svn/posts/1072-apples-mobileme-drops-support-for-ie-6" target="_blank">Apple</a> are among the leaders in making people upgrade as soon as possible.  Apple's MobileMe has not supported it for a few years.  Google Docs will no longer work in IE6 next week on March 1.  <a href="http://mashable.com/2010/02/23/youtube-ie6/" target="_blank">YouTube</a> will follow on March 13 and Gmail later in the year.</p>
<p>Security issues aside, the main problem is that IE6 is the product of the 90's and Web 1.0 methodologies.  This was before there were many established standards for the web and when having features that only worked on your browser was a good idea.  Check out the great "<a href="http://www.smashingmagazine.com/2010/02/11/the-life-times-and-death-of-internet-explorer-6-comic-strip/">Life, Times (and Death?) of Internet Explorer 6</a>" comic strip by Brad Colbow to brush up on your history.</p>
<p>So when new standards were introduced and Web2.0 came around, "<a href="http://en.wikipedia.org/wiki/Hack_(technology)" target="_blank">hacks</a>" had to be used to get these new great parts of the Web <a href="http://www.webdesignerwall.com/general/trash-all-ie-hacks/" target="_blank">to work on IE6</a>.  Creating these hacks is <a href="http://sevensages.com/Company-News/Designing-for-IE6-costs-extra.html" target="_blank">quite costly in terms of developer time</a> and often make the site slower.  Web2.0 makes heavy use of javascript to make everything speedy and interactive, but even IE7 (the successor to IE6) is <a href="http://ejohn.org/blog/javascript-performance-rundown/" target="_blank">much slower at running javascript than other web browsers</a>.  So even though you spent tons of money to create the greatest web site, it's not going to seem so great to all the people that are still using IE6.</p>
<div style="margin: 0.5em auto; width: 450px; text-align: center;"><a href="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/02/ie6_fb_warning1.png"><img class="size-full wp-image-816 " title="IE6 Facebook Warning" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/02/ie6_fb_warning1.png" alt="Image showing the upgrade your browser message on Facebook" width="450" height="177" /></a><br />
<span style="font-size: 12px;">[via Facebook with language set to Pirate]</span></div>
<p>So rather than continue to create these hacks and make people think they don't need to upgrade, the best tactic is to serve up a simple alternate version of your site with a message informing users how to upgrade to <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">something</a> <a href="http://www.google.com/chrome" target="_blank">better</a> for <a href="http://www.getfirefox.net/" target="_blank">free</a>.  <a href="http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/" target="_blank">Spend your money implementing better new features</a> than wasting your time making everything work in IE6.</p>
<p>Last week, we had our first official ok from a client to not support IE6.  It made our day.  IE6 is finally going away, you can feel it in the air, and I'm happy to join with thousands of web programmers and designers around the world in a collective "Huzzah!"</p>
<p><span style="font-size: 12px;">[IE6 Cartoon image taken from <a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l" target="_blank">RobotJohnny.com</a>]</span></p>
<p>[<strong>EDIT 2/28/2008</strong>: we found a site with code you can simply plop just inside the body tag of your html to encourage users to upgrade: <a href="http://www.ie6nomore.com/" target="_blank">ie6nomore.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/goodbye-ie6-may-the-social-web-rise-from-your-ashes/2010/02/25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook: An Angel for Marketers, the Devil for Developers</title>
		<link>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/</link>
		<comments>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:42:00 +0000</pubDate>
		<dc:creator>Pavel Shub</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=720</guid>
		<description><![CDATA[Anyone who has developed Facebook apps, or any kind of Facebook integration, knows that Facebook development can be a less than pleasant experience. How often does an API need a live status? Even though we all know the way Facebook has opened up their platform has been revolutionary, an already amazing source of revenue and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/01/error_count.png"><img style="float: left; margin-right: 15px; margin-bottom: 15px;" title="Error Count" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/01/error_count-300x274.png" alt="Facebook Platform Error Count" width="300" height="274" /></a>Anyone who has developed Facebook apps, or any kind of Facebook integration, knows that Facebook development can be a <em>less than pleasant</em> experience.  How often does an <a href="http://en.wikipedia.org/wiki/Api" target="_blank">API</a> need a <a href="http://developers.facebook.com/live_status.php" target="_blank">live status</a>?  Even though we all know the way Facebook has opened up their platform has been revolutionary, an already amazing source of revenue and outlet for marketing for brands, developers, and Facebook itself, it is still immature. As a platform it is still evolving rapidly and there's promise of a better future, but if you intend to dive into the world of Facebook development, be prepared for some things you might not expect.</p>
<p>One of the more commonly used functions is <em>getInfo()</em>, which returns almost any piece of information from a user's profile page; gender being one of them.  The value returned for gender is either “Male” or “Female,” which is fine - but they are <a href="http://en.wikipedia.org/wiki/Language_localization" target="_blank">localized</a> in the user’s language.  So does this mean you have to check for “Female” if the user is using Facebook in English and “<a href="http://translate.google.com/#auto|en|Weiblich" target="_blank">Weiblich</a>” if the user chose German?  Yes.  It also means you have to check for imaginary languages.  “Lass” is what you get if the user has his language preferences set to <a href="http://www.talklikeapirate.com/" target="_blank">Pirate</a> (English).  You can see the headache this causes a developer if they are asked to report on the demographic of users of your app.</p>
<p>Another problem plaguing developers is the lack of organization for the documentation. The bulk of documentation exists on their <a href="http://wiki.developers.facebook.com/index.php/Main_Page" target="_blank">developer wiki</a>.  This works well enough if you know exactly what you’re looking for, but if you don’t know the name of a function you’re better off using Google. A wiki format is more conducive to separate pages.  So for a new developer stumbling on to the wiki, aside from a few copy-paste tutorials, there is no clear path of where to go.  Only recently, with the release of their Javascript SDK, have they created a <a href="http://developers.facebook.com/docs/?u=facebook.jslib">concise page containing documentation</a>. Facebook officially supports 5 client libraries.  For some of the libraries, documentation exists on the wiki and is shared amongst one another.  All of the functions are typically the same for every language, so only one wiki page exists.  PHP as well as Connect for the iPhone use the wiki pages, while the ActionScript library documentation is housed on <a href="http://code.google.com/p/facebook-actionscript-api/" target="_blank">Google code</a>.  This is because a lot of these libraries were contributed by the community and not officially created by Facebook, but this can be a large annoyance if you automatically assume that the function you’re using in a particular language is described by the wiki.  Forcing people to scour multiple sites and forums for documentation is never a good idea if you are trying to build a good developer community around your platform.</p>
<p>The Facebook Platform status usually states “Facebook Platform is Healthy”.  Occasionally it displays messages about performance issues, but that doesn’t help you much.  Chances are, if you’re looking at Facebook platform status, you noticed the performance issues on your application.  Looking at the “Average API Response Time” and “Error Count” doesn’t reveal much because there are no units on the y-axis.  However looking at Developer Updates and Top Life Platform Bugs mights shed a light on the current status of Facebook.  So what is the state of Facebook?  Developer Update states they are changing profile picture sizes.  So everyone who ever uses a profile picture in their application should go and double check that the new sizes will work.  Existing Facebook applications constantly need to be updated to simply work.  The bug list is as expected; there are a few major bugs, e.g. suggest to friends does not work (opened 29 December).  And less critical but still annoying ones, e.g. request-form action opens a new window (opened 07 April 2009).  The platform is in a state of constant flux with backwards incompatible updates being released and bugs for old features being introduced.  If you create a Facebook app, you can't just “set it and forget it.”  You must monitor for changes to the platform and update your app as needed.  You must also expect that there will be periods where your app won't operate due to internal problems with Facebook's system.</p>
<p>So where does this developer hell leave us?  It actually promises a <em>brighter future</em>.  The reason the API is broken is due to Facebook constantly working on it and bringing more enhancements to users and developers.  They are rolling out new features such as allowing applications to gather a user’s email if given permission and giving more control to users over their privacy settings.  Yes the platform is immature, but it’s certainly not stagnant.  So what can a developer do to make things smoother?  There are certainly enough complaints out there, so that path won’t lead anywhere. Trying to write more on the wiki and help the community won’t be very fruitful, because the API changes quickly enough that your notes may be soon outdated.  In fact, the abundance of notes like this on the wiki makes it confusing as to who is right.  Here are some suggestions for developers to cope with the situation:</p>
<ol>
<li>Manage your client's expectations.  Make them aware that Facebook encounters issues periodically and this is out of your control.  Give them the link to the <a href="http://developers.facebook.com/live_status.php">Platform Live Status</a> page so they can check that before coming screaming at you.</li>
<li>Subscribe to the <a href="http://developers.facebook.com/live_status.php">Platform Live Status Feed</a>, <a href="http://developers.facebook.com/news.php?tab=blog">Developers News Feed</a>, and <a href="http://www.facebook.com/FacebookPages">Facebook Pages Notes</a>.  This way you should always be aware of a problem or an upcoming change before your client.  The feeds are available via RSS or email except for the Pages Notes which seems to only be RSS.</li>
<li>Stay up to date with the <a href="http://wiki.developers.facebook.com/index.php/Developer_Roadmap">Developer Roadmap</a> in the wiki.  You can create an account in the wiki and “watch” this page to get notified of changes.</li>
<li>If the client library you're using has a svn repository, you can check the log to read about changes.  For example, this command works for the PHP library - svn log -v http://svn.facebook.com/svnroot/platform/clients/php/trunk/.  The ActionScript library on Google code page has a web interface for browsing changes - http://code.google.com/p/facebook-actionscript-api/source/list.  There are some tools for automatically getting notified of an update to the code: <a href="http://www.svnmonitor.com/default.shtml">SVN-Monitor</a>, <a href="http://tools.tortoisesvn.net/CommitMonitor">CommitMonitor</a>, and <a href="http://svnnotifier.tigris.org/">SVN Notifier</a>.  Unfortunately, these are all Windows programs.  Leave a comment if you know of one for Mac or Linux (yes, we know you can easily write a cron script to do it <img src='http://www.socialmediaplayground.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>In summary, at this stage if someone says “We want to do this and that with Facebook,” the best thing to do is say “I can try but I make no guarantees” instead of “Sure, it’s totally possible” because with Facebook you never know if what is available today will be still available by the time your application is ready to launch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Do You Protect Your Tweets?</title>
		<link>http://www.socialmediaplayground.com/social-media/protecting-your-tweets/2010/01/14/</link>
		<comments>http://www.socialmediaplayground.com/social-media/protecting-your-tweets/2010/01/14/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:34:28 +0000</pubDate>
		<dc:creator>Erica Hall</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=658</guid>
		<description><![CDATA[With hundreds of tweets hitting popular users (retailers, celebrities, etc) daily how does the savvy marketer keep up or track on tweets and the elusive Twitter mentions? In our experience, many of the Twitter trackers currently on the market do not have the capacity to accurately monitor the exact number, nature and content of Twitter [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin: 0 10px 15px 0;" title="failwhale" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/01/failwhale-300x240.jpg" alt="" width="300" height="240" />With hundreds of tweets hitting popular users (retailers, celebrities, etc) daily how does the savvy marketer keep up or track on tweets and the elusive Twitter mentions?</p>
<p>In our experience, many of the Twitter trackers currently on the market do not have the capacity to accurately monitor the exact number, nature and content of Twitter user name mentions on a daily, weekly or monthly basis.  Luckily, we marketers now have a few options for Twitter back-up to help us track and archive our tweets.</p>
<p>Some of our favorites are listed below:</p>
<ol>
<li><a href="http://bradkellett.com/experiments/tweetdumpr/" target="_blank"><strong>TweetDumpr</strong></a> as the name suggest dumps your Twitter time line into a CSV file.  For those users with large public timelines (it cannot dump from private/protected accounts) the site will send you an email once your file is ready for download.  We also like <a href="http://twitterscribe.com/ " target="_blank"><strong>Twitterscribe</strong></a> for this type of functionality as well. The main drawback of these services is that they don’t have a way to archive for anything other than your tweets—sometimes you want to find old direct messages and those elusive mentions.</li>
<li><strong><a href="http://tweetbackup.com/" target="_blank">TweetBackUp</a></strong> has a great and easy to use API.  Its basic (free) service doesn’t offer much more than a daily dump of the last 3,200 or so tweets; however, unlike some other services mentioned here, TweetBackUp automates this process.  TweetBackUp also allows you to review your data in a variety of forms including RSS and HTML formats.  Where TweetBackUp really shines is in its premium service offerings which allow for a CSV file dump in addition to the other formats offered with the basic service and it allows you to access more than one Twitter account, search hashtags and archives twitpic photos.  The premium service is a good value at only $12/year.</li>
<li><a href="http://tweetsaver.com" target="_blank"><strong>TweetSaver</strong></a> pulls in all your latest tweets (up to the last 3,200) and allows you organize, tag and search the information easily.  TweetSaver also is one of the few services that also pulls your mentions in addition to direct messages and favorites.  The main drawback of this service is that it costs money to join.  However, you can join for as low as $10 a year with their <a href="http://tweetsaver.com/pricing">graduated pricing plans</a>.</li>
<li><a href="http://tweetake.com/" target="_blank"><strong>TweetTake</strong></a> is a <em>FREE</em> service that allows you to archive any of the Twitter features you’d have access to on your account such as tweets, followers, friends, direct messages and the like.  You can either aggregate these things in one search or search within a particular category.   You can download the information in an Excel compatible format.</li>
<li><strong><a href="http://www.backupify.com/" target="_blank">Lifestream Backup</a></strong> is a Twitter archiving service but is much more than that.  Lifestream Backup connects to your Twitter account as well as other social accounts like Flickr, and WordPress (and in Beta Facebook, Gmail And YouTube).  This service doesn’t track mentions unfortunately, but it does allow you to access more than one Twitter account and compare it to your activity on other social networks.  The priciest of the offerings mentioned here its $30/year for up to 20GB of storage, and hosted on Amazon’s S3.</li>
</ol>
<p>What have you found? What’s your favorite service for this functionality?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/protecting-your-tweets/2010/01/14/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Young Folks Don&#8217;t Care About Twitter&#8230; Maybe</title>
		<link>http://www.socialmediaplayground.com/social-media/young-folks-dont-care-about-twitter-maybe/2009/08/05/</link>
		<comments>http://www.socialmediaplayground.com/social-media/young-folks-dont-care-about-twitter-maybe/2009/08/05/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:17:01 +0000</pubDate>
		<dc:creator>Patrick Courtney</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[business insider]]></category>
		<category><![CDATA[consumers]]></category>
		<category><![CDATA[mashable]]></category>
		<category><![CDATA[Nielsen]]></category>
		<category><![CDATA[social tools]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[teens]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=529</guid>
		<description><![CDATA[There's a lot of buzz over the "Teens Don't Tweet" report published by the Nielsen Company today, including articles from Mashable and Business Insider. While I have no evidence to argue against this other than the myriad personal anecdotes from teens in the comments of the media coverage (I tweet therefore we tweet!) and the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">There's a lot of buzz over the "<a href="http://blog.nielsen.com/nielsenwire/online_mobile/teens-dont-tweet-twitters-growth-not-fueled-by-youth/" target="_blank">Teens Don't Tweet</a>" report published by the Nielsen Company today, including articles from  <a href="http://mashable.com/2009/08/05/teens-dont-tweet/">Mashable</a> and <a href="http://www.businessinsider.com/chart-of-the-day-kids-snub-twitter-2009-8">Business Insider.</a></p>
<p>While I have no evidence to argue against this other than the myriad personal anecdotes from teens in the comments of the media coverage (I tweet therefore we tweet!) and the content in the stream of the popular trending  "<a href="http://twitter.com/#search?q=%22Teens%20Don%u2019t%20Tweet%22">Teens Don't Tweet</a>" topic on Twitter, I do have a question about the stats Nielsen provided.</p>
<p>As Nielsen puts it, "...only 16 percent of Twitter.com website <a href="http://blog.nielsen.com/nielsenwire/wp-content/uploads/2009/07/twitter_by_age.png"><img style="float:right;margin:0 10px 15px 0" title="twitter_by_age" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2009/08/twitter_by_age.png" alt="twitter_by_age" width="337" height="232" /></a>users were under the age of 25. Bear in mind persons under 25 make up nearly one quarter of the active US Internet universe, which means that Twitter.com effectively <em>under-indexes</em> on the youth market by 36 percent."</p>
<p>Fine, but check out the age breakdown in the graph.  You've got 55+ (avg US life expectancy is about 75, so we'll go with that), 25-54, and 2-25.  That gives us ranges of 21 years, 29 years, and 23 years, respectively.</p>
<p>However, you have to be 13 to join Twitter, so that cuts the youngest demographic in half, making those ranges 21 years, 29 years, and 13 years.</p>
<p>This seems heavily skewed in favor of the older demographics and of course a demo segment would under index when half the audience are literally not legally allowed to use the service, right?  But I welcome more savvy statistics people to show me the light.</p>
<p>Regardless, it wasn't the teens under indexing bit that caught me off guard the most.  No, what gets me is that 20% of the Twitter audience is 55+.  Tweetup at <a href="http://www.thevillages.com/">The Villages</a>, tonight!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/young-folks-dont-care-about-twitter-maybe/2009/08/05/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Want to add Social Media to your marketing mix? Leave it to the experts.</title>
		<link>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/</link>
		<comments>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:44:28 +0000</pubDate>
		<dc:creator>Affinitive</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Self-Promotion]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fameball]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[marketing sherpa]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[word of mouth]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=414</guid>
		<description><![CDATA[This week Marketing Sherpa asks the question "How Knowledgeable are Marketers [about Social Media] who have no Social Media experience?" Quite an interesting question indeed. With Social Media being a super hyped little pair of buzz words, every agency, self-promoting fameball, or major brand who follows trendy little buzz words has jumped on the tweeting, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;margin: 0 10px 15px 0;" title="marketing-sherpa-chart1" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2009/04/marketing-sherpa-chart1-300x229.jpg" alt="marketing-sherpa-chart1" width="300" height="229" />This week<a href="http://www.marketingsherpa.com/article.php?ident=31174" target="_blank"> Marketing Sherpa asks the question</a> "How Knowledgeable are Marketers [about Social Media] who have no Social Media experience?"</p>
<p>Quite an interesting question indeed. With Social Media being a super hyped little pair of buzz words, every agency, <a href="http://gawker.com/search/fameball/" target="_blank">self-promoting fameball</a>, or major brand who follows trendy little buzz words has jumped on the tweeting, wall-posting, super-poking bandwagon.</p>
<p>While they are most definitely right to be on the wagon, the deployment of a Social Media initiative is not something one embarks upon without any planning or experience. It is one thing to be a celebrity building your own online brand, but even then you have to be wary. The room for interpretation on the context of your tweets, blog posts, or status updates is a pretty big room and the elephant in it is that whether you are a brand or Demi Moore, the online world of snark just wants to see you stumble.  Just like that photograph of you on <a href="http://www.nypost.com/pagesix" target="_blank">Page Six</a> in your unflattering sweats or that consumer complaint about an experience with your brand or one of your employees that now has 50,000 views on <a href="http://consumerist.com/5210648/#c12066956" target="_blank">Consumerist</a>, dipping your toes into Social Media has to be done clearly and with purpose.</p>
<p>Even without the fear or risk of negative backlash, in order to make a lasting impression that positively supports your brand and that has a trajectory for growth and "viral" legs, one must have a firm foundation based on knowledge and experience, on what works and what doesn't.</p>
<p>Which is why, as with every other marketing tactic or medium, having a strategy is important.  Your Social Media initiatives should be integrated with your overall brand strategy, whether you are trying to peddle a product, fameball, celebrity, or brand.  There should be goals, objectives, benchmarks, and a thought out approach that makes sense for what it is that you want to communicate and how you wish to communicate it.</p>
<p>In this <a href="http://www.marketingsherpa.com/article.php?ident=31174" target="_blank">Marketing Sherpa study, </a>they concluded that <em>" Two-thirds of marketers who work for organizations that have not used any form of social media marketing or PR consider themselves “very knowledgeable” or “somewhat knowledgeable” about this emerging strategy. Their overconfidence in unproven ability can doom social media initiatives to failure."</em></p>
<p>It is a mistake to believe that if you build it, they will come.</p>
<p>To believe that you can set up a <a href="http://www.youtube.com/user/WholeFoodsMarket" target="_blank">YouTube channel, upload a few videos</a>, and boom, there you have viral video is about as logical as believing that people with a video camera can create a Super Bowl commercial. Although in some cases, the former does happen, more often than not  it doesn't and won't.</p>
<p>In the same manner, it is foolish to believe that just because you create a <a href="http://www.facebook.com" target="_blank">Facebook</a> or <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a> application and put it out in the universe, people will use it. The application directory on Facebook is flooded with applications, most of which (the most recent stat I heard was 99%) <a href="http://www.allfacebook.com/facebook-application-statistics/" target="_blank">are basically inactive</a>. Even the top Facebook applications that were previously deemed "successful" have seen <a href="http://www.allfacebook.com/2009/04/top-application-decline/" target="_blank">a decrease in usage that averages between 15-24% with the new Facebook redesign.</a></p>
<p>While I do believe that it is possible for some brands to embark upon a Social Media plan "in house", it is increasingly important to do so with someone taking the reigns who has Social Media experience and expertise. If you want to cut through the clutter, ward off any potential viral embarrassment, and most importantly, have a successful initiative having someone on board who knows the space - not as a user<strong>, but as a marketer,</strong> is key.</p>
<p>As an employee of an agency that dipped its own toes into Social Media before it was so totally trendy and part of a majority of Fortune 1000 marketing budgets, I can say that the overzealous nature of marketers to believe they fully understand Social Media is partially exciting. It is nice to have these mediums &amp; tactics that we believe (and have for quite some time) to be viable be recognized and appreciated by the more traditional marketers.</p>
<p>I just urge you to remember that just like other traditional and existing non-traditional tactics, strategy is key. While a rogue effort by someone with no experience could prove to be successful, lightning rarely strikes in the same place twice.</p>
<p>It is best to consult with, hire, or bring to the team, someone(s) with a true passion for and expertise and experience in Social Media.</p>
<p>These two buzz words are best buzzed about by someone who knows how to properly buzz them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft’s New “Retail” Gamble</title>
		<link>http://www.socialmediaplayground.com/technology/microsofts-new-retail-gamble/2009/01/15/</link>
		<comments>http://www.socialmediaplayground.com/technology/microsofts-new-retail-gamble/2009/01/15/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 03:44:04 +0000</pubDate>
		<dc:creator>Affinitive</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple store]]></category>
		<category><![CDATA[consumers]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[loyalty]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[retail]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=155</guid>
		<description><![CDATA[Following hot on the heels of Apple's retail store success, Microsoft announced today that they are opening their first "Retail Experience Center", a brick and mortar home for consumers to  "build connected shopping experiences and consumer loyalty, improve business insights and decision making, create operational efficiencies," and ultimately, "address rising consumer expectation and competitive pressures [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin: 2px 10px 5px 0;" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2009/01/retail_experience_center_2_web.jpg" alt="" width="338" height="252" />Following hot on the heels of Apple's retail store success, <a href="http://www.microsoft.com/presspass/press/2009/jan09/01-12RetailExperienceCenterOpeningPR.mspx" target="_blank">Microsoft announced today that they are opening their first "Retail Experience Center"</a>, a brick and mortar home for consumers to <em> "build connected shopping experiences and consumer loyalty, improve business insights and decision making, create operational efficiencies," </em>and ultimately, <em>"address rising consumer expectation and competitive pressures during today's challenging economic times."</em></p>
<p>Hmmm...What does this mean? I'm interpreting it as they are trying to help coach small business owners to utilize their technology in the best way to provide an optimum consumer experience for their customers yielding maximum profitability and hopefully, if they're lucky, an increase in consumer retention.</p>
<p>While I appreciate Microsoft's entrepreneurial economic resurgence desire, I am not convinced that this 20,000 square foot facility located conveniently (ahem) in Redmond, Washington at Microsoft's HQ was the way to really reach out to the American people.</p>
<p>You would think that during these <em>"challenging economic times"</em> people would be shutting down stores not opening them, and I can't help but be pessimistic about the self-promotional nature of this endeavor.  While many services that are provided to help people are certainly self gratuitous in some shape or form, it seems like Microsoft could have taken the show on the road, setting up a moving exhibit showcasing their services in multiple markets that would have reached a much larger (and much more representative) demographic.</p>
<p>If the show wasn't made for the road and if the objective really is to help their average consumer, creating a "store experience" that would best help people<em> "cut costs, create efficiencies, streamline operations, and drive customer loyalty through connected experiences" </em>shouldn't they have setup shop somewhere on 5th Avenue here in the NYC, in the Mall of America, Union Square in San Francisco, Phipps Plaza in Atlanta, Tyson's Corner in Virgina, or perhaps in the Grove in Los Angeles, all prominent (and highly trafficked) consumer retail markets?</p>
<p>Instead of taking their "showcase of new and emerging technologies" to the average consumer, they are keeping it homeward, which seems to clearly decrease the reach and magnitude of this endeavor.</p>
<p>How much of an impact that this "Retail Experience Center" has on Microsoft's image, sales, and how helpful it is for the average consumer within this target demographic remains to be seen.</p>
<p>One thing that resonates with me from <a href="http://www.microsoft.com/presspass/press/2009/jan09/01-12RetailExperienceCenterOpeningPR.mspx">Microsoft's press release</a> is how important consumer loyalty is.</p>
<p>I'm not certain what Microsoft's tactics are for addressing that need, but I hope to make it over to the National Retail Federation 98th Annual Convention and Expo here in NYC where Microsoft says it will be showcasing this center at booth no. 637, so I can find out.</p>
<p>What are the best ways to utilize technology to hang on to your consumers while concurrently generating new ones?</p>
<p>Now this is the million (multi-million?) dollar question, one that I constantly work to address as I build relevant CRM tactics, programs, and initiatives for many of my clients that integrate with their overall CRM strategy.  Obviously there is no clear-cut answer, but there is a resounding theme that echos through: <strong>you absolutely have to talk to your consumers.</strong></p>
<p><em>(Photo courtesy of Microsoft)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/microsofts-new-retail-gamble/2009/01/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Forrester Groundswell Awards &#8211; Please Vote (for us)!</title>
		<link>http://www.socialmediaplayground.com/social-media/2008-forrester-groundswell-awards-please-vote-for-us/2008/09/10/</link>
		<comments>http://www.socialmediaplayground.com/social-media/2008-forrester-groundswell-awards-please-vote-for-us/2008/09/10/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 16:30:09 +0000</pubDate>
		<dc:creator>Bob Troia</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Self-Promotion]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Affinitive]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[Forrester]]></category>
		<category><![CDATA[gallo]]></category>
		<category><![CDATA[groundswell]]></category>
		<category><![CDATA[redwood creek]]></category>
		<category><![CDATA[Social Applications]]></category>
		<category><![CDATA[spirits]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[word of mouth]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=117</guid>
		<description><![CDATA[Inspired by the best-selling book Groundswell (which should be on the bookshelf of anyone interested in word of mouth or social media marketing), Forrester has created the Groundswell Awards, which recognizes excellence in accomplishing business goals with social applications (categories include "Listening", "Talking", "Energizing", "Supporting", "Embracing", "Managing", and "Social Impact"). Affinitive is happy to announce [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.forrester.com/Groundswell/talking/redwood_creek.html" target="_blank"><img style="float:left;margin-right:20px;margin-bottom:5px;" title="E.&amp;J. Gallo Redwood Creek Blaze the Trail" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/09/redwoodcreek-800x600-site-thumb2.png" border="0" alt="" /></a>Inspired by the best-selling book <a href="http://www.forrester.com/Groundswell/index.html" target="_blank">Groundswell</a> (which should be on the bookshelf of anyone interested in word of mouth or social media marketing), <a title="Forrester" href="http://www.forrester.com" target="_blank">Forrester</a> has created the <a title="Forrester Groundswell Awards" href="http://www.forrester.com/Groundswell/awards.html" target="_blank">Groundswell Awards</a>, which recognizes excellence in accomplishing business goals with social applications (categories include "Listening", "Talking", "Energizing", "Supporting", "Embracing", "Managing", and "Social Impact").</p>
<p>Affinitive is happy to announce that we have <a href="http://www.forrester.com/Groundswell/talking/redwood_creek.html" target="_blank">submitted an entry</a> for our work with <strong><a href="http://www.gallo.com" target="_blank">E.&amp;J. Gallo Winery</a></strong> and their <strong>Redwood Creek</strong> brand in the "<a href="http://www.forrester.com/Groundswell/talking/redwood_creek.html" target="_blank">Talking</a>" category.</p>
<p>We're not exactly sure how the judging criteria works, but they are allowing the general public to rate and review each entry. <a href="http://www.forrester.com/Groundswell/talking/redwood_creek.html" target="_blank">Please check out our submission</a>, and post a review/rating! And if you would like to learn more about how Affinitive is helping E.&amp;J. Gallo "blaze the trail", <a href="http://www.beaffinitive.com/contact" target="_blank">drop us a line</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/2008-forrester-groundswell-awards-please-vote-for-us/2008/09/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Videophone Trap (or&#8230; History Often Repeats with New Technology)</title>
		<link>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/</link>
		<comments>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:11:49 +0000</pubDate>
		<dc:creator>Tom Kincaid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[interactive television]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[location-based services]]></category>
		<category><![CDATA[Starbucks]]></category>
		<category><![CDATA[Videophone]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=106</guid>
		<description><![CDATA[I recently attended a conference on location based services and although this is an area of amazing potential, I was reminded how easy it is with new technologies to get caught in what I'll call "The Videophone Trap". In this, people within an industry become obsessed with, and base entire business models on, demonstrating certain [...]]]></description>
			<content:encoded><![CDATA[<p>I recently attended a <a href="http://www4.gsb.columbia.edu/citi/events/lbs08" target="_blank">conference on location based services</a> and although this is an area of amazing potential, I was reminded how easy it is with new technologies to get caught in what I'll call <strong>"The Videophone Trap"</strong>. In this, people within an industry become obsessed with, and base entire business models on, demonstrating certain capabilities of technology rather than using it to solve human problems or provide any actual value to users.</p>
<p><img style="float:left;margin-right:10px;margin-bottom:5px;" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/eyephone1.jpg" alt="" />The videophone was a revolutionary product that was featured prominently in the 1964 World's Fair. Huge amounts of time and money were spent creating it and just because it was technically possible, it was predicted that there would be an enormous demand for it. But it turned out that no one actually wanted a videophone. In fact, that the parties cannot see what each other looks like is viewed by most people as a major benefit to voice-only communication not a limitation.</p>
<p>When I worked in Interactive Television, every year there would be two or three companies that invested a large amount of effort in developing systems to allow users to click on a person on the screen. The envisioned killer app for this was inevitably buying what the person was wearing, the example being whatever happed to be the hit show of the moment such as Sex and the City. Even ignoring the difficulties of coordinating the business cycles of television and fashion to have products on shelves when a show airs, it was always a cumbersome user experience. TV shows are edited (such as cutting between two people having a conversation) so timing a click to be on the intended person is difficult. It would be much easier to simply select that actor from a menu. The hubris of these technologists is such that one company even blatant stated that TV shows would no longer need to be edited as if it were a flaw that would finally be corrected with their product.</p>
<p><img style="float:right;margin-left:10px;margin-bottom:5px;" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/iphone1.jpg" alt="" />Now with location based services, the holy grail is evidently walking down the street and getting beamed a coupon when passing by a certain vendor, usually Starbucks. Apparently the technologists' vision of the future is being bombarded with offers as we stroll down a city street, even though everyone at the conference admittedly had no desire for this much less the average person. But these efforts perpetuate because it makes a good trade show demo and an even better pitch to a client or venture capitalist. Unfortunately, as we've seen in a <a href="http://www.socialmediaplayground.com/social-media/why-do-corporate-facebook-apps-often-fail/2008/06/28/" target="_blank">previous post</a>, selling the client on the presentation rather than the result usually leads to something that no one actually uses.</p>
<p>Modern humans evolved about 200,000 years ago and we all have the essentially the same brains as our ancient ancestors. It's amazing that something like a film can deeply emotionally engage us, but it somehow taps into the way our minds work. Social interaction whether around a campfire or on Facebook hasn't changed much; people still want essentially the same things whether it's to flirt or boast or establish social hierarchies. Technology and media that address human needs or solve human problems can be very successful. Some companies like Apple are amazingly adept at this. Products that simply demonstrate their technical capabilities are doomed to fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Placement versus Consumer Engagement</title>
		<link>http://www.socialmediaplayground.com/social-media/product-placement-versus-consumer-engagement/2008/07/07/</link>
		<comments>http://www.socialmediaplayground.com/social-media/product-placement-versus-consumer-engagement/2008/07/07/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 18:35:49 +0000</pubDate>
		<dc:creator>Affinitive</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[consumer engagement]]></category>
		<category><![CDATA[consumers]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[online video]]></category>
		<category><![CDATA[product placement]]></category>
		<category><![CDATA[shilling]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[sprint instinct]]></category>
		<category><![CDATA[sprint pcs]]></category>
		<category><![CDATA[WOM]]></category>
		<category><![CDATA[word of mouth]]></category>

		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=96</guid>
		<description><![CDATA[The idea of “product placement” is one that many entertainment industry veterans are so familiar with, it is likely a part of their daily vocab. There are many memorable examples of product placement throughout the years, including the origin of the “Soap Opera” which comes from the show’s original sponsors, a list that included Proctor [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/sprint-instinct1.jpg"><img class="alignleft alignnone size-medium wp-image-98" style="float: left; margin: 5px;" title="sprint-instinct1" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/sprint-instinct1-300x188.jpg" alt="" width="300" height="188" /></a>The idea of  “product  placement” is one that many entertainment industry veterans are so familiar with,  it is likely a part of their daily vocab. There are many memorable examples of product placement throughout the years, including the origin of the “Soap  Opera” which <a title="blocked::http://en.wikipedia.org/wiki/Soap_operas" href="http://en.wikipedia.org/wiki/Soap_operas">comes from the show’s original  sponsors</a>, a list that included Proctor &amp; Gamble and Colgate-Palmolive,  when it was a radio broadcast and the soap manufacturers were the sole sponsors.   Recent examples include, <a href="http://www.productplacement.biz/200805262313/News/Television/American-Idol-Product-Placement-Nielsen-Counts.html">Coca-Cola and Ford taking center stage on <em><span style="font-style: italic;">American Idol</span></em></a> and other blatant placements that have garnered the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/06/26/AR2008062603632.html">investigation of the FCC on how exactly to regulate them</a>. The most notable  example as of late comes from the placement of a wide assortment of brands and  products ranging from Glaceau’s Smart Water to Mercedes-Benz to the ever-present  Apple in <a title="blocked::http://www.vanityfair.com/online/daily/2008/05/sex-and-the-cit.html" href="http://www.vanityfair.com/online/daily/2008/05/sex-and-the-cit.html">a  product-heavy <em>Sex and the City</em> film</a>, a movie that  was SO filled with placements that hardcore SATC fans hit the blogosphere with  their Manolos pounding in disdain.</p>
<p>With media moving to more  non-traditional means, it was only a matter of time before the idea of the  product placement hit the web. Last month, <a title="blocked::http://www.instinctthephone.com/?id9=SEM" href="http://www.instinctthephone.com/?id9=SEM">Sprint PCS launched a consumer  promotion</a> on <a title="blocked::http://youtube.com/watch?v=Gfp1vRNo7Zk&amp;feature=related" href="http://youtube.com/watch?v=Gfp1vRNo7Zk&amp;feature=related">YouTube where  they ask you to make a family or summer video that features their new Sprint  Instinct phone, as a product placement</a>.  Shill their product in your home  vid and you will get $20 for your efforts. Their name of the promotion “Sell  Out” would indicate that perhaps this all is just some joke, meant to combat the  edge and wittiness of Apple’s marketing, owners of the iPhone, which this phone  was made to directly compete with.</p>
<p>The idea of this type of placement  has had mixed reactions across the board.  To me, there are several key  questions that have come up from the consumer and brand perspectives that leave  gaping holes in a promotion like this that could ultimately note bode well for  Sprint’s credibility within non-traditional online channels. A few of these  questions being: Is a measly $20 a strong enough value proposition? Will any  viewer of this video see it as a genuine endorsement? Is this just some  publicity stunt by agency <a title="blocked::http://www.goodbysilverstein.com/main_site/main.html" href="http://www.goodbysilverstein.com/main_site/main.html">Goodby, Silverstein  &amp; Partners</a> to try out the social media space and perhaps garner some  blogosphere buzz? And perhaps most importantly (and most unanswered) <em><span style="font-style: italic;">will this really</span></em> <em><span style="font-style: italic;">translate to any sales of the Instinct</span></em>?</p>
<p>With reference to the latter, only  time will tell, but as someone who prides themselves on working for a company  who builds Word-of-Mouth the genuine way, I feel as though the distinction  between a genuine brand reference within a social media channel and one of  placement must be made.  There is a vast and incomparable difference between  Word-of Mouth that is cultivated by simply giving your product to a consumer and  allowing them to experience it, engage with it, and then let you know how they  feel, the natural, raw, organic way that is based on opening up a dialog  versus these paid placement promotions that don’t come from any basis other than  people willing to shill if the price is right without any passion or affinity  towards the brand.</p>
<p>At Affinitive, we pride  ourselves on building programs that result in user generated content as a by  product of an engagement strategy, where consumers participate because they are  interested in learning about the product or because they already have a passion  for or relationship with the brand.  We could not have the quality or quantity  within our library of content for each program that we have by shelling out a  few twenties for some videos.</p>
<p>We love to reward consumers for their willingness  to engage and create content, but doing so in a way that is about the consumer  and not about the creation of a tool for the brand makes a world of  difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/product-placement-versus-consumer-engagement/2008/07/07/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
