<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Clearspring</title>
	<atom:link href="http://gigaom.com/tag/clearspring/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 07:00:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Clearspring</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Adventures in big data: How AddThis&#8217; Hydra works</title>
		<link>http://gigaom.com/2012/05/10/adventures-in-big-data-how-addthis-hydra-works/</link>
		<comments>http://gigaom.com/2012/05/10/adventures-in-big-data-how-addthis-hydra-works/#comments</comments>
		<pubDate>Thu, 10 May 2012 23:04:10 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[addthis]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hydra]]></category>
		<category><![CDATA[social-data]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=520332</guid>
		<description><![CDATA[With 10 terabytes of data generated everyday, AddThis (formerly called Clearspring) has access to a social graph that rivals Facebook. But unlike the social networking giant, AddThis wants to share its data. So I asked them how they can handle real-time processing on that many terabytes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=520332&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/05/3496862338_6a3ed0f4e4_z-e1336690894952.jpg"><img src="http://gigaom2.files.wordpress.com/2012/05/3496862338_6a3ed0f4e4_z-e1336690894952.jpg?w=300&#038;h=199" alt="" title="3496862338_6a3ed0f4e4_z" width="300" height="199"  class="alignleft size-medium wp-image-520439" /></a>Clearspring, a social publishing platform, on Thursday changed its name to <a href="http://www.addthis.com/">AddThis</a> as part of an emphasis on the analytics side of its business. The company, which was formed in 2006 and provides those social sharing buttons that are ubiquitous across the web, also offered analytics services under the AddThis brand. But it realized that the data analytics had become the essential element for its customers and changed its name accordingly. </p>
<p>The company serves 14 million web sites and reaches 1.3 billion unique users a month. On any given day sites using the service see 3 billion views. Together, those visits create 10 terabytes of data each day, leading the folks at AddThis to realize their data was the asset. As Hooman Radfar, founder and executive chairman of AddThis, put it, &#8220;Every week, we see the same amount of information that&#8217;s stored in the Library of Congress.&#8221;</p>
<p>For now, the company is selling its customers the ability to tap into the social graph those terabytes of data can generate, so site owners can see relationships between their content and how people react to their content. The end result will be new products that AddThis will be able to offer, as well as a data set that tracks sharing and connections over a large portion of the Internet. Such <a href="http://gigaom.com/cloud/with-tynt-buy-33across-wants-to-be-a-user-data-powerhouse/">social data</a> is attracting a lot of interest at the moment.</p>
<p>The sheer size of the data set and the real-time nature of tracking shares in real-time puts a lot of demands on the database, so the engineers at AddThis have managed to build something pretty cool: A data store that can handle both batch processing and real-time analytics. They call it Hydra, and it&#8217;s possible that in the near future they will open it up as a service, said Radfar.</p>
<p>Much like Google&#8217;s BigQuery or 1010data does, offering Hydra as a service would allow other companies to put their own information on Hydra and query it for analysis. As more and more of these <a href="http://gigaom.com/cloud/google-opens-up-its-biq-query-data-analytics-service-to-all/">on-demand and cloud-based analytics services</a> become available, the question will soon be what kinds of data and queries will fit best with each. Generally moving terabytes of data from one cloud to another will cost a lot and take hours if not days. </p>
<p>Clearly, social graph data is what Hydra does best at the moment, but I talked to Matt Abrams, who is an engineer at AddThis, to understand how Hydra works and how it scales to understand what else might mesh.</p>
<p>Hydra is a custom-build distributed file system and distributed database. It&#8217;s stored on four clusters of about 80 servers each in co-location facilities. When asked about the decision to go in-house, Abrams said that at a certain point it just became too expensive to keep everything on Amazon Web Services. The service needed fast IO and ensuring that became difficult and costly to do when AddThis didn&#8217;t control the infrastructure.</p>
<p>The data is sharded in multiple ways to ensure that a query for different elements can be performed quickly. So a single piece of data is replicated across different servers to make it faster to find in specific queries and is also replicated for backup in case the storage fails &#8211;something Abrams says happens to about 30 percent of his storage hardware right out of the box.</p>
<p>The Hydra platform obtains speed by having the right data ready in a variety of places for the query, much like you or I might keep a flashlight in every room of the house so we can get to it if the power goes out. To keep all these pieces of data stored in various hash sets requires 1.8 petabytes of storage.</p>
<p>For the deep dive, check out this <a href="http://www.addthis.com/blog/2011/05/05/clearsprings-big-data-architecture-part-1/#.T6w_R59YuH8">three-part series</a> Abrams wrote a year ago when AddThis had half the data it has now, or check out the <a href="http://highscalability.com/blog/2012/4/5/big-data-counting-how-to-count-a-billion-distinct-objects-us.html">more recent post</a> on High Scalability.</p>
<p>But the result is a platform that AddThis uses to build out a social graph that rivals Facebook&#8217;s in breadth &#8212; and one it makes available to its customers so they can one day do cool things such as offer personalized web sites for users with little effort on their part.</p>
<p><em>Image <a href="http://creativecommons.org/licenses/by/2.0/">courtesy</a> of <a href="http://www.flickr.com/photos/tpholland/3496862338/sizes/z/in/photostream/">Flickr user tpholland</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=520332&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=556992"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=556992" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=520332+adventures-in-big-data-how-addthis-hydra-works&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=520332+adventures-in-big-data-how-addthis-hydra-works&utm_content=shigginbotham">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2012/03/10-ways-big-data-changes-everything-2/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=520332+adventures-in-big-data-how-addthis-hydra-works&utm_content=shigginbotham">10 ways big data changes everything</a></li><li><a href="http://pro.gigaom.com/2011/07/newnet-q2-google-closes-the-quarter-with-a-bang/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=520332+adventures-in-big-data-how-addthis-hydra-works&utm_content=shigginbotham">NewNet Q2: Google closes the quarter with a bang</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/05/10/adventures-in-big-data-how-addthis-hydra-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/05/3496862338_6a3ed0f4e4_z-e1336690894952.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/05/3496862338_6a3ed0f4e4_z-e1336690894952.jpg?w=150" medium="image">
			<media:title type="html">3496862338_6a3ed0f4e4_z</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/05/3496862338_6a3ed0f4e4_z-e1336690894952.jpg?w=300" medium="image">
			<media:title type="html">3496862338_6a3ed0f4e4_z</media:title>
		</media:content>
	</item>
		<item>
		<title>The Real &quot;Open Like&quot;: New Link-sharing Protocol Gets Big Names on Board</title>
		<link>http://gigaom.com/2010/06/02/the-real-open-like-new-link-sharing-protocol-gets-big-names-on-board/</link>
		<comments>http://gigaom.com/2010/06/02/the-real-open-like-new-link-sharing-protocol-gets-big-names-on-board/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 16:43:57 +0000</pubDate>
		<dc:creator>Liz Gannes</dc:creator>
				<category><![CDATA[CNN Startups]]></category>
		<category><![CDATA[Liz&#039;s Posts]]></category>
		<category><![CDATA[NYT Company News]]></category>
		<category><![CDATA[NYT Internet]]></category>
		<category><![CDATA[NYT Startups]]></category>
		<category><![CDATA[SYN Straight News]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[OExchange]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=123840</guid>
		<description><![CDATA[Facebook has set out a clear path to make the web social, and it's extremely well-positioned to make that happen. But it's not all bad news for competitors, even small startups -- because the prospect of competing with Facebook is driving alliances to create open alternatives.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=123840&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Facebook has set out a <a href="http://gigaom.com/2010/04/21/facebook-gives-outside-sites-persistent-connections-to-its-users-2/">clear path to make the web social</a>, and is extremely well-positioned to make that happen. But it’s not all bad news for competitors, even small startups — because the prospect of competing with Facebook is driving alliances to create open alternatives.</p>
<p><a href="http://gigaom.com/2010/06/02/the-real-open-like-new-link-sharing-protocol-gets-big-names-on-board/" rel="attachment wp-att-123854"><img src="http://gigaom.files.wordpress.com/2010/06/oexchange.png?w=300&#038;h=200" alt="" title="OExchange" width="300" height="200" class=" alignleft"></a>Content-sharing toolmaker <a href="http://www.clearspring.com/">Clearspring</a> today introduced <a href="http://oexchange.org">OExchange</a>, a way for services to inspire link-sharing without establishing formal relationships to get their logos next to Facebook’s widespread “like” buttons. OExchange is an open protocol that helps content sites dynamically discover relevant sharing services, send them content in a format they can accept and interpret user sharing preferences as explicitly stated.</p>
<p>On board for OExchange are Clearspring, Digg, Echo, Google, Instapaper, LinkedIn, Microsoft, Posterous, PrintFriendly, Springpad, StumbleUpon, Webs.com and yfrog. Google Buzz and Posterous already have parts of the protocol live on their sites. As for the remaining big players, Clearspring CEO Hooman Radfar said his company is in talks to bring on Twitter and Yahoo, and has also approached Facebook, though the latter seems much less likely to join in.</p>
<p>OExchange does not dynamically personalize user sharing preferences based on where they’re logged in like XAuth, the similar initiative from Meebo (see disclosure below) that <a href="http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/">also gathered a us-vs.-them non-Facebook posse</a>. Nor does it carry a user message along with the link (in the vein of <a href="http://gigaom.com/2010/05/04/were-all-likers-now-how-facebooks-like-is-just-awkward/">Facebook’s “like” and “recommend”</a>), but that is in the works.</p>
<p>OExchange seems like a further-along version of <a href="http://openlike.org/">OpenLike</a>, the grassroots effort that was <a href="http://gigaom.com/2010/04/23/why-we-need-an-open-like-standard/">set up in direct opposition</a> to Facebook’s launch of its web-wide “like” buttons at f8. However, OpenLike is a bit simpler with much less adoption so far; rather than a full protocol, it’s an open-source alternative to Facebook’s tool. Radfar insisted that unlike OpenLike, OExchange had been in the works far before f8 and isn’t a reactionary play.</p>
<p>“The timing lined up that Facebook was making this move to colonize the web, but we couldn’t have pulled this coalition together if it was reactionary,” said Radfar. “The beauty is there’s no central arbiter like Facebook; this is a completely distributed system.”</p>
<p>“Facebook is setting user experience expectations today, but it will be interesting to see how third-party standards break apart the monolith,” added Clearspring community manager Justin Thorp, comparing Facebook to AOL’s centralized system before the web overtook it. Thorp argued that Facebook’s long-term dominance is far from inevitable. “IE still has 60 percent market share, right? Imagine if Microsoft put identity in the browser,” he said.</p>
<p><strong>Related content from GigaOM Pro (sub req’d):</strong></p>
<p><a href="http://pro.gigaom.com/2010/04/theres-no-stopping-facebook/?utm_source=tech&amp;utm_medium=editorial&amp;utm_content=lizg&amp;utm_campaign=intext&amp;utm_term=123840+the-real-open-like-new-link-sharing-protocol-gets-big-names-on-board">There’s No Stopping Facebook</a></p>
<p><em>Disclosure: Meebo is backed by True Ventures, a venture capital firm that is an investor in the parent company of this blog, Giga Omni Media. Om Malik, founder of Giga Omni Media, is also a venture partner at True. Please also see the disclosure in <a href="http://gigaom.com/author/lizg/">Liz’s bio</a> with regard to Facebook.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=123840&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=790757"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=790757" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2010/06/02/the-real-open-like-new-link-sharing-protocol-gets-big-names-on-board/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	

		<media:content url="http://1.gravatar.com/avatar/7c4be098f16048f01c8f35042902627a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Liz Gannes</media:title>
		</media:content>

		<media:content url="http://gigaom.files.wordpress.com/2010/06/oexchange.png?w=300" medium="image">
			<media:title type="html">OExchange</media:title>
		</media:content>
	</item>
		<item>
		<title>Meebo Rallies Open Posse to Battle Facebook</title>
		<link>http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/</link>
		<comments>http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:22:36 +0000</pubDate>
		<dc:creator>Liz Gannes</dc:creator>
				<category><![CDATA[Liz&#039;s Posts]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Gigya]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[XAuth]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=113998</guid>
		<description><![CDATA[A new open platform called XAuth is being released Monday by Meebo, with the support of Google, Microsoft, MySpace, Yahoo, JanRain, Disqus, and Gigya. XAuth detects whether or not a user is logged into web services elsewhere so a publisher can prominently display those preferred sites.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=142448&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Web publishers want to do anything they can to encourage users to share their content, so they often end up throwing up way too many tiny icons to connect to other social sites — Twitter, Facebook, Digg, Delicious, Google Buzz. See the pictured screenshot from ClearSpring’s <a href="http://www.addthis.com/">AddThis</a>, which can also include options for the long tail of sharing sites including Arto, Aero and Blurpalicious. Some people call this logo overload the NASCAR problem of the social web.</p>
<p><a href="http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/" rel="attachment wp-att-113997"><img src="http://gigaom.files.wordpress.com/2010/04/addthis.png?w=233&#038;h=300" alt="" title="AddThis" width="233" height="300" class=" alignleft"></a>But do we really need the option of sharing on so many random services? What if those sharing widgets had a bit of intelligence about what a certain user already prefers, and just showed her the options she’s likely to use? That’s the aim of a new open platform called <a href="://http//xauth.org/info">XAuth</a> that’s being released on Monday by <a href="http://www.meebo.com/">Meebo</a>, with the support of Google, Microsoft, MySpace, Yahoo, JanRain, Disqus and Gigya.</p>
<p>XAuth detects whether or not a user is logged into a service, or has recently done so, <strike>by looking at his browser history</strike> by checking for a local XAuth token left using the XAuth JavaScript API. Then a publisher can prominently display those preferred social networks and communication sites, in the hope that seeing their favorite logos will make users more likely to connect and share.</p>
<p>The tool will clearly be useful for Meebo, which offers a service to encourage sharing called the Meebo Bar that runs alongside the bottom of hundreds of sites, reaching an estimated 120 million users per month. But XAuth could be all the more useful if many web services choose to use the same code, which Meebo plans to open-source and place under the care of the Open Identity Exchange or the OpenID Foundation. It’s promising that so many large web services have already signed on, if only for the inaugural press release.</p>
<p><a href="http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/" rel="attachment wp-att-113995"><img src="http://gigaom.files.wordpress.com/2010/04/xauth-illustration.png?w=300&#038;h=215" alt="" title="xauth-illustration" width="300" height="215" class=" alignleft"></a>However, Clearspring is absent from that list of partners, as is Facebook, which would prefer that everyone used Facebook Connect. Facebook is <a href="http://www.nytimes.com/2010/04/19/technology/19facebook.html">expected to launch</a> its own sharing toolbar that would <a href="http://techcrunch.com/2010/03/27/facebook-meebo-bar/">compete with Meebo’s</a> as early as this week at its f8 developer conference in San Francisco.</p>
<p>I think visiting a web site that knows I’m logged in elsewhere could get a little creepy. Meebo CEO Seth Sternberg said that XAuth won’t know anything about a user’s email address or login, and that it’s a way to pass data around with privacy restrictions and white-listing intact. Further, he said, XAuth could be extended in  ways that make it more worthwhile for users. For instance, if you were reading an article on a newspaper’s site, it might be nice to see a feed of your social gaming activity pop up, alerting you to head back to another site to resume playing.</p>
<p><strong>Related content from GigaOM Pro (sub req’d): </strong></p>
<p><a href="http://pro.gigaom.com/2010/03/social-advertising-models-go-back-to-the-future/?utm_source=tech&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=142448+meebo-rallies-open-posse-to-battle-facebook&amp;utm_content=lizg">Social Advertising Models Go Back to the Future</a></p>
<p><em>Meebo is backed by True Ventures, a venture capital firm that is an investor in the parent company of this blog, Giga Omni Media. Om Malik, founder of Giga Omni Media, is also a venture partner at True.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=142448&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=486281"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=486281" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2010/04/18/meebo-rallies-open-posse-to-battle-facebook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content>
			<media:title type="html">Comcast VoIP takes on Bells</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/7c4be098f16048f01c8f35042902627a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Liz Gannes</media:title>
		</media:content>

		<media:content url="http://gigaom.files.wordpress.com/2010/04/addthis.png?w=233" medium="image">
			<media:title type="html">AddThis</media:title>
		</media:content>

		<media:content url="http://gigaom.files.wordpress.com/2010/04/xauth-illustration.png?w=300" medium="image">
			<media:title type="html">xauth-illustration</media:title>
		</media:content>
	</item>
		<item>
		<title>AddThis Gets Smart(er)</title>
		<link>http://gigaom.com/2009/09/22/addthis-gets-smarter/</link>
		<comments>http://gigaom.com/2009/09/22/addthis-gets-smarter/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 14:00:58 +0000</pubDate>
		<dc:creator>Aliza Sherman</dc:creator>
				<category><![CDATA[CNN Startups]]></category>
		<category><![CDATA[Locations & Services]]></category>
		<category><![CDATA[NYT Enterprise]]></category>
		<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://webworkerdaily.com/?p=19789</guid>
		<description><![CDATA[Which do you prefer as a tool to let your visitors share your content with others: AddThis or ShareThis? What were the criteria you used to come to your decision on which one to use? Here are a few things you should consider when deciding which [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=19789&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img title="AddThislogo" src="http://webworkerdaily.com/files/2009/09/addthis-the-1-bookmarking-sharing-service.jpg?w=300" alt="AddThis logo" width="300" height="176"  class=" alignright" />Which do you prefer as a tool to let your visitors share your content with others: <a href="http://www.addthis.com/" target="_blank">AddThis</a> or <a href="http://sharethis.com">ShareThis</a>? What were the criteria you used to come to your decision on which one to use? Here are a few things you should consider when deciding which content-sharing app to use:</p>
<ol>
<li><strong>Ease of integration</strong> &#8212; Is it easy enough for you to embed the widget code into your web site or blog so you can offer sharing functionality to your readers?</li>
<li><strong>Ease of use/performance </strong>&#8211; Is it easy and fast for your readers to share your content with others via multiple options such as email, their favorite social networks and microblogs?</li>
<li><strong>Analytics</strong> &#8212; Does it offer you robust insight into the sharing activity on your site or blog?</li>
</ol>
<p>Having been a longtime user, I can tell you that my initial response to the above questions about the ShareThis service would be &#8220;yes&#8221; on No. 1 and No. 2, and &#8220;sort of&#8221; on No. 3. But then I learned about the changes to the AddThis service, and I think that it may win me over as a customer. Here&#8217;s why.<span id="more-19789"></span></p>
<p>At the time I started using ShareThis, AddThis was an underfunded tech startup that looked more ad hoc than professional. I was swayed by ShareThis&#8217; polish when it entered the content sharing space. Today, AddThis gets the added professional muscle of <a href="http://www.clearspring.com/">Cl</a><a href="http://www.clearspring.com/">earspring</a>, a tools and platform sharing company; this acquisition bodes well for the AddThis application.</p>
<p>AddThis is a community-driven platform with the goal of letting people &#8220;share anything to anyone anywhere.&#8221; It no longer limits visitors to sharing content only to a small hand-picked list of sites. It now wants to be a &#8220;switchboard for the web,&#8221; which means that the providers and networks that show up when your visitors click on the AddThis button are dynamic and flexible.</p>
<p>The new AddThis menu is a &#8220;smart menu.&#8221; If you are visiting sites using AddThis, you&#8217;ll get tagged with cookies that the AddThis application can read at the next AddThis-powered site you visit so it gets to know you and makes a note of your network preferences. So if you tend to share content mostly on Evernote and Posterous, instead of Facebook and Twitter, AddThis will now customize the menu you see to see your most frequently used networks instead of a pre-selected hierarchy of services.</p>
<p>Another smart aspect to the newly enhanced AddThis service is the ability for any social network to get added to a vast and growing list of potential places where visitors can distribute content to, which makes AddThis more open. Users can also recommend additional services; AddThis will then contact those services to get listed in the directory.</p>
<p><img  title="image005" src="http:///2009/09/image005.jpg?w=300" alt="image005" width="300" height="213" class=" alignleft" />AddThis believes these enhancements to the application are good for the user and good for the publisher. As a content publisher, I see its point. As a user, I like the idea of a smarter menu so I don&#8217;t have to sift through additional screens to find my favorite sharing forums. And smaller service providers can also benefit by not being automatically relegated to the &#8220;last screen&#8221; of a sharing menu.</p>
<p>Another addition to the new and improved AddThis is translation of the tool into 50 languages.</p>
<p>Some other benefits of using AddThis over ShareThis include pure market share. The company says that according to Comscore, AddThis has about three times the reach of ShareThis in terms of sheer unique users.</p>
<p>On the analytics front, the company says it has the competitive horsepower to crush the competition over time. I&#8217;ve just signed up for an AddThis account to start testing it out; analytics are a big deal to my company, so we&#8217;ll see how that measures up over time.</p>
<p><em>So which one do you use? AddThis or ShareThis? And why?</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=19789&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=142777"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=142777" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=19789+addthis-gets-smarter&utm_content=alizasherman">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/millenials-in-the-enterprise-part-1-strategies-for-supporting-the-new-digital-workforce/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=19789+addthis-gets-smarter&utm_content=alizasherman">Millennials in the enterprise, part 1: strategies for supporting the new digital workforce</a></li><li><a href="http://pro.gigaom.com/2011/02/a-2011-newnet-forecast/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=19789+addthis-gets-smarter&utm_content=alizasherman">A 2011 NewNet Forecast</a></li><li><a href="http://pro.gigaom.com/2010/10/what-enterprise-software-vendors-could-learn-from-the-consumer-space/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=19789+addthis-gets-smarter&utm_content=alizasherman">What Enterprise Software Vendors Could Learn from the Consumer Space</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/09/22/addthis-gets-smarter/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/21760d5d265f4c1cbf10cf67b8627cb9?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">alizasherman</media:title>
		</media:content>

		<media:content url="http://webworkerdaily.com/files/2009/09/addthis-the-1-bookmarking-sharing-service.jpg?w=300" medium="image">
			<media:title type="html">AddThislogo</media:title>
		</media:content>

		<media:content url="http:///2009/09/image005.jpg?w=300" medium="image">
			<media:title type="html">image005</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe Partners With Gigya to Bring Flash Apps to the Social Web</title>
		<link>http://gigaom.com/2009/09/21/adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web/</link>
		<comments>http://gigaom.com/2009/09/21/adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:22:39 +0000</pubDate>
		<dc:creator>Jennifer Martinez</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gigya]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[Myspace]]></category>
		<category><![CDATA[omniture]]></category>
		<category><![CDATA[Transpond]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=70514</guid>
		<description><![CDATA[Adobe partnered with Gigya, a social widget maker, to offer a new service that lets advertisers and developers easily share their Flash-based applications across social, mobile and desktop platforms. The service, available today and called Flash Platform Services for Distribution, will enable developers to track and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=140973&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  title="adobe" src="http:///2009/06/adobe.jpg" alt="adobe" width="98" height="98" class=" alignleft" /><a href="http://www.adobe.com">Adobe</a> partnered with <a href="http://www.gigya.com/">Gigya</a>, a social widget maker, to offer a new service that lets advertisers and developers easily share their Flash-based applications across social, mobile and desktop platforms. The service, available today and called <a href="http://www.adobe.com/flashplatform/services/distribution/">Flash Platform Services for Distribution</a>, will enable developers to track and monetize their applications. As a result of the partnership, developers can add a button to their application and share it across 70 social networks and web destinations, including Facebook, MySpace and iGoogle.</p>
<p>However, Adobe is tardy in its effort to offer this capability, as companies like <a href="http://www.clearspring.com/docs/tech/widget-config/configurable-flash">Clearspring </a>already tout widgets and applications in Flash.  Plus, Facebook opened up its API to developers in 2007, so the rush of developers looking to build apps on the social network has dried up over the years.<span id="more-140973"></span> Because Flash doesn&#8217;t interact well with the various characteristics of each social network platform, a company called Transpond (formerly iWidget) <a href="http://gigaom.com/video/iwidgets-brings-content-to-the-people/">has offered a service for the last year that helps developers make applications</a> that accommodate the languages of each.</p>
<p>Flash isn&#8217;t supported on the iPhone, one of the hottest mobile platforms out there, so iPhone app developers who want to use Adobe&#8217;s new service will have to build special versions of their applications that don&#8217;t use Flash. The service is supported on Symbian and Windows Mobile phones, however.</p>
<p>Today&#8217;s launch of Adobe&#8217;s distribution service is another sign of the San Jose, Calif.-based company trying to strengthen its position in the advertising market. Last week, <a href="http://www.adobe.com/aboutadobe/invrelations/adobeandomniture.html">Adobe acquired web analytics company Omniture for $1.8 billion</a>, a move that many viewed as a way for <a href="http://adage.com/digital/article?article_id=139041">Adobe to better track advertising sales</a>.</p>
<p>Gigya and Adobe <a href="http://www.clickz.com/3633180">announced their partnership back in March</a>, saying they joined forces to work on a solution for publishers and advertisers dubbed Project Radiate that was set to release this summer. Gigya <a href="http://www.gigya.com/public/Content/About/Press.aspx?m=Press&amp;p=401">received $1 million in Series C funding</a> led by DAG Ventures in October 2008. While Adobe is late to the game with its distribution service, making things easier for developers is always a positive.</p>
<p><em>Image courtesy of <a href="http://www.adobe.com/devnet/flashplatform/services/distribution/articles/overview.html">Adobe</a></em></p>
<p><img  title="adobe distribution service" src="http:///2009/09/adobe-distribution-service.jpg" alt="adobe distribution service" width="422" height="321" class=" alignleft" /></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=140973&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=392113"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=392113" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140973+adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web&utm_content=martinezjennifer">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/the-state-of-cross-platform-measurement-across-tv-online-and-social/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140973+adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web&utm_content=martinezjennifer">The state of cross-platform media measurement</a></li><li><a href="http://pro.gigaom.com/2011/11/connected-world-the-consumer-technology-revolution/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140973+adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web&utm_content=martinezjennifer">Connected world: the consumer technology revolution</a></li><li><a href="http://pro.gigaom.com/2010/08/will-games-help-google-figure-out-how-to-be-social/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140973+adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web&utm_content=martinezjennifer">Will Games Help Google Figure Out How to Be Social?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/09/21/adobe-partners-with-gigya-to-bring-flash-apps-to-the-social-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fb856617a4190d102107b0d2d81a807?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">martinezjennifer</media:title>
		</media:content>

		<media:content url="http:///2009/06/adobe.jpg" medium="image">
			<media:title type="html">adobe</media:title>
		</media:content>

		<media:content url="http:///2009/09/adobe-distribution-service.jpg" medium="image">
			<media:title type="html">adobe distribution service</media:title>
		</media:content>
	</item>
		<item>
		<title>For Widgets, VC Money Easy, Revenues Not So Much</title>
		<link>http://gigaom.com/2008/05/20/clearspring-gets-18-million/</link>
		<comments>http://gigaom.com/2008/05/20/clearspring-gets-18-million/#comments</comments>
		<pubDate>Wed, 21 May 2008 06:23:44 +0000</pubDate>
		<dc:creator>Om Malik</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Gigya]]></category>
		<category><![CDATA[highlights]]></category>
		<category><![CDATA[Hooman Radfar]]></category>
		<category><![CDATA[MuseStorm]]></category>
		<category><![CDATA[NEA]]></category>
		<category><![CDATA[Novak Biddle]]></category>
		<category><![CDATA[Sprout]]></category>
		<category><![CDATA[Widget Advertising]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://gigaom.com/2008/05/20/for-widget-guys-vc-money-easy-revenues-not-so-much/</guid>
		<description><![CDATA[Widgets, Facebook Applications, OpenSocial Web 2.0 gee gaws &#8211; you got one of those, well you can get funded. And when I say funded, I mean really funded, even though many of these companies are still struggling to find a business model. This lack of a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=140598&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http:///2008/05/widgets.gif" alt="" title="widgets" width="272" height="187"  class=" alignleft" />Widgets, Facebook Applications, OpenSocial Web 2.0 gee gaws &#8211; you got one of those, well you can get funded. And when I say funded, I mean really funded, even though many of these companies are still struggling to find a business model. This lack of a business model at a time when social media advertising is taking a bit of a nose dive, makes me wonder what the investors are thinking.</p>
<p><span id="more-140598"></span>All this negative thinking is a result of pondering over the $18 million in Series C funding raised by Mclean, Va.-based <a href="http://clearspring.com">Clearspring</a>  from New Enterprise Associates (NEA), Novak Biddle Venture Partners and other current investors. Competitors include Musestorm and Gigya, that have come up with platforms that allow publishers to publish, distribute and monitor their widgets.</p>
<p>Their total funding to date is $35 million. Other investors include Steve Case, former CEO of AOL who is said to have put in a big dose of cash. One of the other investors is said to be Adobe Systems, mostly because Clearspring is a big proponent of Flash-based widgets, and at one time ADBE was rumored to be buying the company.</p>
<p>More than the funding, the pre-money valuation is what made me gulp hard. It is said to be in high double digit millions &#8211; somewhere north of $60 million.  Why is that? Because the company is said to have some astonishing numbers&#8230;</p>
<p>* served over 34 billion widgets to date; that’s up from 3 billion in May of 2007<br />
* serves nearly 4 billion widgets per month<br />
* has 126 million unique views per month worldwide<br />
* had 50 million unique views per month in the U.S. alone; that’s up 6.5% from February</p>
<p>&#8230;. not that they really matter. Because they really don&#8217;t tell the story about Clearspring. First time I met Hooman Rafdar, CEO &#038; Co-Founder of Clearspring was back in <a href="http://gigaom.com/2006/11/06/live-widgets/">Fall 2006 at the Widgets Live conference</a> that was co-orgnaized by me. His idea was that as widgets phenomenon spread, the widget makers would need infrastructure &#8211; platform and analytics &#8211; to publish and distribute the widgets as they grew in numbers. Then later they started old media companies and sports leagues with development of widgets and then they launched a widget ad network. <strong>So from that perspective this company is a infrastructure provider + consultant + ad network.</strong> In other words it doesn&#8217;t really own the widget impressions, per se. Not that the company has to!</p>
<p>Radfar didn&#8217;t give me any revenue numbers (typically no start-up talks about it) or divulged the percentage of widgets on his network that carry ads. He did mention $5 CPMs, which is much higher than the CPMs being reported by some of the other social media operators. Many of the widgets that carry CPM ads, have low CPMs &#8211; somewhere in the $0.15-to-$0.20 range, down from nearly 40 cents in late 2007.</p>
<p>I think there in lies the bigger problem with the widget sector as a whole: no one seems to have come up with a business model that makes sense. The widgets have become too successful, and have created too much inventory  that keeps growing but doesn&#8217;t perform as well, forcing advertisers to re-adujust their efforts. Yet you have companies like Sprout getting funded, which tells me that there is a mismatch between market reality and VC expectations and <a href="http://vcmike.wordpress.com/2008/05/13/why-polaris-is-backing-sprout/">lack of understanding of this sector</a>.</p>
<p>The big opportunity is in analytics that lead to a better widget advertising system does a great job of behavioral targeting. The other opportunity is in developing new kind of ad formats that can be scaled. Radfar&#8217;s company plans on building better analytics that will improve the widgets and widget-based advertising. Lets hope for the sake of Radfar&#8217;s investors he is right and gets there. That is before Google does.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gigaom2.wordpress.com/140598/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gigaom2.wordpress.com/140598/" /> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=140598&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=836281"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=836281" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140598+clearspring-gets-18-million&utm_content=om">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/09/the-future-of-mobile-a-segment-analysis-by-gigaom-pro/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140598+clearspring-gets-18-million&utm_content=om">The future of mobile: a segment analysis by GigaOM Pro</a></li><li><a href="http://pro.gigaom.com/2009/09/fantasy-footballs-very-real-digital-business/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140598+clearspring-gets-18-million&utm_content=om">Fantasy Football&#8217;s Very Real Digital Business</a></li><li><a href="http://pro.gigaom.com/report/survey-how-apps-can-solve-photo-management/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=140598+clearspring-gets-18-million&utm_content=om">Survey: How apps can solve photo management</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2008/05/20/clearspring-gets-18-million/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/89c6ff98059617751fcf312690965fa0?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">om</media:title>
		</media:content>

		<media:content url="http:///2008/05/widgets.gif" medium="image">
			<media:title type="html">widgets</media:title>
		</media:content>
	</item>
		<item>
		<title>Vid-Biz: ScanScout, Satellite, Scarlet</title>
		<link>http://gigaom.com/2008/04/29/vid-biz-scanscout-satellite-scarlet/</link>
		<comments>http://gigaom.com/2008/04/29/vid-biz-scanscout-satellite-scarlet/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:41:06 +0000</pubDate>
		<dc:creator>Chris Albrecht</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Cable]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[national geographic]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[ScanScout]]></category>
		<category><![CDATA[Scarlet]]></category>
		<category><![CDATA[tv guide]]></category>
		<category><![CDATA[TVGuide.com]]></category>
		<category><![CDATA[Voom]]></category>

		<guid isPermaLink="false">http://newteevee.com/?p=3877</guid>
		<description><![CDATA[ScanScout Hooks Up with ClearSpring; in-video ad company partnering with widget maker for broad social platform distribution. (MediaPost) Economic Slump Hurting Cable, Not Satellite; perception of satellite&#8217;s HD programming as superior helping growth. (Reuters) New TV Series Scarlet a Marketing Hoax; elaborate ad campaign promotes LG&#8217;s [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=210505&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>ScanScout Hooks Up with ClearSpring</strong>; in-video ad company partnering with widget maker for broad social platform distribution. (<a href="http://publications.mediapost.com/index.cfm?fuseaction=Articles.showArticleHomePage&amp;art_aid=81552">MediaPost</a>)</p>
<p><strong>Economic Slump Hurting Cable, Not Satellite</strong>; perception of satellite&#8217;s HD programming as superior helping growth. (<a href="http://www.reuters.com/article/marketsNews/idUSN2846199920080428">Reuters</a>)</p>
<p><strong>New TV Series <em>Scarlet</em> a Marketing Hoax</strong>; elaborate ad campaign promotes LG&#8217;s new TV sets. (<a href="http://online.wsj.com/article/SB120943581503551745.html">The Wall Street Journal</a>)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="486" height="412" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="flashObj" /><param name="bgcolor" value="#FFFFFF" /><param name="flashvars" value="videoId=1519670887&amp;playerId=452319854&amp;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&amp;servicesURL=http://services.brightcove.com/services&amp;cdnURL=http://admin.brightcove.com&amp;domain=embed&amp;autoStart=false&amp;" /><param name="src" value="http://services.brightcove.com/services/viewer/federated_f8/452319854" /><embed type="application/x-shockwave-flash" width="486" height="412" src="http://services.brightcove.com/services/viewer/federated_f8/452319854" flashvars="videoId=1519670887&amp;playerId=452319854&amp;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&amp;servicesURL=http://services.brightcove.com/services&amp;cdnURL=http://admin.brightcove.com&amp;domain=embed&amp;autoStart=false&amp;" bgcolor="#FFFFFF" name="flashObj"></embed></object></p>
<p><strong>Can DVD Sales Rebound?</strong> DVD sales held steady last quarter at $3.5 billion, but high gas prices are putting the squeeze on the shiny discs and could impact Blu-Ray adoption. (<a href="http://www.variety.com/article/VR1117984706.html?categoryid=3048&amp;cs=1">Variety</a>)</p>
<p><strong>National Geographic Channel Changes Up</strong>; site now allows video previews of upcoming episodes and makes 800 videos available. (<a href="http://www.mediaweek.com/mw/news/interactive/article_display.jsp?vnu_content_id=1003795427">MediaWeek</a>)</p>
<p><b>Sling Media Updates Mobile Player</b>; new versions add support for more handsets, improve streaming quality and add support for more set-top boxes. (<a href="http://www.tvsquad.com/2008/04/29/slingplayer-mobile-1-6-for-windows-mobile-and-symbian-released/">TV Squad</a>)</p>
<p><strong>TVGuide.com Sees Traffic Growth</strong>; site says it is getting 12 million unique visitors a month, up 40 percent over 2007. (<a href="http://www.tvweek.com/news/2008/04/new_features_boost_traffic_to.php">TVWeek</a>)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gigaom2.wordpress.com/210505/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gigaom2.wordpress.com/210505/" /> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=210505&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=571458"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=571458" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=210505+vid-biz-scanscout-satellite-scarlet&utm_content=calbrecht">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/05/the-living-room-reinvented-trends-technologies-and-companies-to-watch/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=210505+vid-biz-scanscout-satellite-scarlet&utm_content=calbrecht">Who and what to watch in the new era of the living room</a></li><li><a href="http://pro.gigaom.com/report/smart-tv-forecast-gigabit-wi-fi-in-the-living-room/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=210505+vid-biz-scanscout-satellite-scarlet&utm_content=calbrecht">Smart TV forecast: gigabit Wi-Fi in the living room</a></li><li><a href="http://pro.gigaom.com/2010/05/pay-tv-and-virtual-network-operators/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=210505+vid-biz-scanscout-satellite-scarlet&utm_content=calbrecht">New Business Models For Pay TV Services</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2008/04/29/vid-biz-scanscout-satellite-scarlet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60c7c37000ea6c9d210b7b1992b607ca?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Chris Albrecht</media:title>
		</media:content>
	</item>
		<item>
		<title>Widget Me This</title>
		<link>http://gigaom.com/2008/01/26/widget-me-this/</link>
		<comments>http://gigaom.com/2008/01/26/widget-me-this/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 08:00:25 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[MuseStorm]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[RockYou]]></category>
		<category><![CDATA[Satya Patel]]></category>
		<category><![CDATA[Slide]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=11294</guid>
		<description><![CDATA[The time to prove that widgets can make money is here. But much like the early days of banner advertising, when people just sold whatever unused space they had, the world of widget ads is a Wild West with no set sizes, rules about placements, or even defined success metrics.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=11294&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last year was supposed to be the <a href="http://www.newsweek.com/id/44320">Year of the Widget</a>, according to Newsweek, but only in the last few weeks has the beginning of a real monetization story emerged.</p>
<p>The story has consistently been framed as an issue of getting users rather than making money. For a while the excitement was around MySpace, then Facebook opened its APIs and the widget makers rushed into a promised land of <a href="http://gigaom.com/2007/11/27/investors-take-a-stroll-with-widgets/">adoption and media coverage</a>. But as social networks and widget platforms, such as <a href="http://gigaom.com/2007/03/05/clearspring-raises-55m-for-widget-service/">Clearspring</a>, begin to explore monetization strategies, and as widget makers such as Slide pull in <a href="http://gigaom.com/2008/01/18/for-serious-slide-valued-at-500m/">large amounts</a> of capital, the time to prove that widgets can make money is here.</p>
<p><span id="more-11294"></span>There are few ways companies are doing this, with the most obvious one centered around using a  widget as a billboard. If you already make money from your content and can offer something interesting, a widget is a good way to extend your brand and get people to watch your new television show, read your content or see your movie.</p>
<p>Examples of this type of widget includes the film widgets from the likes of MovieFone, or the widget tools The Wall Street Journal and New York Times offer via Netvibes. In fact, Netvibes is looking to take this a step further by <a href="http://gigaom.com/2008/01/22/netvibes-grows-up/">charging people for better placement</a> of their widgets on its personalized home page in a manner similar to Google&#8217;s AdSense program.</p>
<p>If you buy into the idea of widgets as a billboard, or that some type of advertising could eventually be shown on widgets, then the idea of knowing how many people are snagging or looking at your widget  &#8212; and how often &#8212; becomes interesting. Services such as ClearSpring, MuseStorm and <a href="http://gigaom.com/2008/01/17/triggit-makes-grabbing-internet-content-even-easier/">Triggit</a> provide these sorts of tracking and analytics services and already charge &#8212; or plan to charge &#8212; the widget makers a fee. Those that charge widget makers serving advertisers such as major publishers and sports leagues are in luck. Those that charge consumer widget makers without a clear revenue model might find themselves wondering what to do if their customers don&#8217;t make money.</p>
<p>But running analytics and platforms can be a challenge when there are no set standards for widget monetization. Much like the early days of banner advertising, when people just sold whatever unused space they had, the world of widget ads is a Wild West with no set sizes, rules about placements, or even defined success metrics.</p>
<p>Many company executives and their venture backers in the space believe that the Interactive Advertising Bureau, widget makers, social networks and publishers will get together in the near future to hammer out standards, from something as simple as how to determine the appropriate pixel height and width of an in-widget ad to how to figure out when a widget ad is successful.</p>
<p>Some of the metrics currently being considered include charging advertisers based on: the number of people who see the widget (cost per thousand); the number of people who actually interact with the widget (cost per click); and the cost per install, which measures how many people snag the widget for their own page. As much as analytics can tell people about what happens with a widget and where it goes, it&#8217;s still hard to say how successful it has been unless it&#8217;s tied directly to a purchase. And frankly, even those numbers can be tweaked.</p>
<p>This standardization will likely emerge once a successful model does. So far, Beacon isn&#8217;t winning rave reviews and it&#8217;s worth waiting a bit to see what some of the more consumer focused widget-creation platforms like RockYou and Slide can contribute with their revenue models, but my bet is this will happen sooner rather than later (like 2009).</p>
<p>Much like Google  monetizes their users by giving them something that enough people want (search results, free directory services via GOOG411) and then painlessly taking something Google can use (money from advertisers, a <a href="http://blogs.zdnet.com/Google/?p=852">sampling of accents</a> for its voice recognition efforts), a widget monetization strategy  needs to keep users happy while also giving something of value to someone.</p>
<p>The challenge facing most widget makers that target consumers is figuring out what it is their widget-watchers have that&#8217;s valuable &#8212;  and who might want it. Those focused on a more ad-centric model are going ahead with their plans to use the widget as a more interactive billboard, but companies like Slide and  RockYou may find that strategy more difficult.</p>
<p>Even with the uncertainly, I agree with <a href="http://www.battery.com/people/patel.html">Satya Patel</a> of Battery Ventures (and a former Google executive) who says, &#8220;While widgets have generated a lot of hype, they are certainly an important vehicle for content, commerce, communications and advertising and they are here to stay.  There will be several large businesses built in and around the widget market.&#8221; But I think we&#8217;ll also see a lot of them fail.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gigaom2.wordpress.com/11294/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gigaom2.wordpress.com/11294/" /> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=11294&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=679655"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=679655" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=11294+widget-me-this&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/01/12-tech-leaders-resolutions-for-2012/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=11294+widget-me-this&utm_content=shigginbotham">12 tech leaders’ resolutions for 2012</a></li><li><a href="http://pro.gigaom.com/report/survey-how-apps-can-solve-photo-management/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=11294+widget-me-this&utm_content=shigginbotham">Survey: How apps can solve photo management</a></li><li><a href="http://pro.gigaom.com/report/sector-roadmap-content-personalization-in-2013/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=11294+widget-me-this&utm_content=shigginbotham">Sector RoadMap: Content personalization in 2013</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2008/01/26/widget-me-this/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>Investors Take a Stroll with Widgets</title>
		<link>http://gigaom.com/2007/11/27/investors-take-a-stroll-with-widgets/</link>
		<comments>http://gigaom.com/2007/11/27/investors-take-a-stroll-with-widgets/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:08:49 +0000</pubDate>
		<dc:creator>Anne Zelenka</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Clearspring]]></category>
		<category><![CDATA[Fox Interactive]]></category>
		<category><![CDATA[RockYou]]></category>
		<category><![CDATA[Slide]]></category>
		<category><![CDATA[Widgetbox]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://gigaom.com/2007/11/27/investors-take-a-stroll-with-widgets/</guid>
		<description><![CDATA[2007 was supposed to be the Year of the Widget, according to Newsweek, and Jon Swartz of USA Today apparently agrees that the promise has been fulfilled. He says: [Widgets] are all the rage on the Web. Marketers are thinking of ways to use them to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=10794&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>2007 was supposed to be <a href="http://gigaom.com/2006/12/28/widgets-2007/">the Year of the Widget</a>, according to Newsweek, and Jon Swartz of USA Today apparently agrees that the promise has been fulfilled. <a href="http://www.usatoday.com/money/industries/technology/2007-11-26-widgets_N.htm">He says</a>:</p>
<blockquote><p>[Widgets] are all the rage on the Web. Marketers are thinking of ways to use them to sell ads, and venture capitalists are mulling investments in the hottest widget makers. The stampede reached a roar this month, when market leader MySpace and Facebook expanded their services for targeted ads, including widgets designed by marketers.</p></blockquote>
<p>But look at the numbers for investments in widget distribution platforms and widget suppliers, and it becomes clear that this not a stampede but more like a Sunday stroll through the widget park.<br />
<span id="more-10794"></span></p>
<p>A widget is just an embeddable bit of web or desktop content wrapped up in a nice user interface. You can put widgets on blogs, social networking profile pages, or on an Ajax start page, though not all widgets can be embedded on all kinds of pages.</p>
<p>Though many companies might use widgets to promote and distribute their content or features, there are two categories of startups that, to me, represent relatively pure bets on widgetization. The first is widget development, distribution, and packaging platforms like <a href="http://clearspring.com">Clearspring</a> or <a href="http://widgetbox.com">Widgetbox</a>; the second, widget suppliers like <a href="http://rockyou.com/">RockYou</a> or <a href="http://slide.com">Slide</a>.</p>
<p>I&#8217;m leaving out many other kinds of widgets and widget startups, of course.  You can have desktop dashboard widgets, widgets to be embedded on blogs like Blogburst or MyBlogLog or Lijit, Ajax start pages that support widgets, video syndication widgets, and more.</p>
<p>But taking a look at widget platforms and social networking widget purveyors, we can get an idea of whether 2007 has seen a stampede towards widgets or perhaps something more genteel. I&#8217;ve gathered funding data for widget distribution platforms and widget distributors in the table below.</p>
<p><img src="http:///2007/11/widget-investments.png" alt="widget investments" class=" alignleft" /></p>
<p>This doesn&#8217;t represent all the funding for such companies. Fox Media is building SpringWidgets, so that investment doesn&#8217;t appear here. Widgetbox has been rumored to have taken additional funding from Sequoia. And some companies have reported investments but declined to provide specific figures. Still, this gives an idea of the magnitude of interest in the space.</p>
<p>You could also argue that companies like YouTube and PhotoBucket are widget companies &#8212; and if you added in their acquisition prices the numbers do start to get really big, really quickly (partly, of course, because acquisition prices represent the entire value of those companies). But I think those two are examples of how embeddable web content can help promote a broader web service. iLike might fit better with those, too.</p>
<p>The total funding for these companies is just under $60 million, a respectable number but by no means a stampede towards widgets. This could reflect the uncertainty around how to make money with widgets and widget platforms. Or perhaps it&#8217;s <a href="http://gigaom.com/2007/11/09/web-20-manages-to-sober-up/">more evidence of investor sobriety</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gigaom2.wordpress.com/10794/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gigaom2.wordpress.com/10794/" /> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=10794&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=378210"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=378210" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=10794+investors-take-a-stroll-with-widgets&utm_content=azelenka">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/01/12-tech-leaders-resolutions-for-2012/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=10794+investors-take-a-stroll-with-widgets&utm_content=azelenka">12 tech leaders’ resolutions for 2012</a></li><li><a href="http://pro.gigaom.com/2009/09/fantasy-footballs-very-real-digital-business/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=10794+investors-take-a-stroll-with-widgets&utm_content=azelenka">Fantasy Football&#8217;s Very Real Digital Business</a></li><li><a href="http://pro.gigaom.com/report/survey-how-apps-can-solve-photo-management/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=10794+investors-take-a-stroll-with-widgets&utm_content=azelenka">Survey: How apps can solve photo management</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2007/11/27/investors-take-a-stroll-with-widgets/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76938b743aff8a823c88b9c7f1123255?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Anne</media:title>
		</media:content>

		<media:content url="http:///2007/11/widget-investments.png" medium="image">
			<media:title type="html">widget investments</media:title>
		</media:content>
	</item>
	</channel>
</rss>
