<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:72.47.210.69,2007://1.3920-</id>
  <updated>2008-08-22T18:57:49Z</updated>
  <title>Comments for Random House - Widgets and Web Services Done Right</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:72.47.210.69,2007://1.3920</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=3920" title="Random House - Widgets and Web Services Done Right" />
    <published>2007-06-18T09:24:42Z</published>
    <updated>2007-12-16T23:11:40Z</updated>
    <title>Random House - Widgets and Web Services Done Right</title>
    <summary>When you think of widgets you typically think of web 2.0 companies. Flickr, Digg, del.icio.us were among the first services with widgets and many more followed. Indeed, if you&apos;re a startup then it could be seen as unusual nowadays if you don&apos;t have a widget strategy. But the older and larger companies are still trying...</summary>
    <author>
      <name>Alex Iskold</name>
      <uri>http://www.adaptiveblue.com</uri>
    </author>
    
    <category term="Analysis" />
    
    <category term="Widgets" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/randomhouse_logo.gif" vspace="5" hspace="5" align="left">When you think of widgets you typically think of web 2.0 companies. Flickr, Digg, del.icio.us were among the first services with widgets and many more followed. Indeed, if you're a startup then it could be seen as unusual nowadays if you don't have a widget strategy.</p>
  <p>But the older and larger companies are still trying to wrap their hands around widgets. Just recently, we profiled <a href="http://www.readwriteweb.com/archives/clearspring_nbc.php">NBC signing up to use Clearspring</a>. This move clearly signals that NBC is serious about their widgets strategy.</p>
  <p>In this post we look at an unlikely widget company, Random House Publishing. A quick look at their <a href="http://www.randomhouse.biz/webservices/insight/">web service</a> and the <a href="http://www.randomhouse.biz/webservices/insight/widget/">widget</a> is enough to realize that the company "gets it". But a deeper look reveals that Random House not only has gotten the widget bug, it also has a broad and solid strategy around widgets. The publishing giant is using widgets to build its presence and brand awareness everywhere online.</p>]]>
      <![CDATA[<h2>The Random House Book Widget</h2>
  <p>There is nothing random (pun intended) about the Random House book widget. It is business engineering meets technology at its best. The widget is carefully crafted to:</p>
  <ul>
    <li>Showcase Random House books everywhere online</li>
    <li>Market the Random House brand</li>
    <li>Let users preview books</li>
    <li>Let users buy books</li>
    <li>Spread the widget virally</li>
  </ul>
  <p><img src="http://www.randomhouse.biz/webservices/insight/widget/Widget_Diagram_audio.gif" vspace="5" hspace="5" width="480"></p>
  <p>The widget creators were focused on making the Random House widget useful to their customers. They built in search inside the widget and also 'browse this book' features. It is quite an impressive set of features to pack inside a widget. Take a look:</p>
  <p class="c1"><script type='text/javascript' src='http://insight.randomhouse.com/widget/viewer.js'>
</script> <script type='text/javascript'>
new InsightBookReader('preview', '9780767920667', 'The%20Universe%20in%20a%20Single%20Atom', 'His%20Holiness%20the%20Dalai%20Lama', '0');
</script></p>
  <h2>Insight - The Random House Book Service</h2>
  <p>The Random House widget is powered by a web service called <a href="http://www.randomhouse.biz/webservices/insight/">insight</a>. This service exposes a set of programming interfaces for searching and browsing the contents of Random House Books. Insight is an impressive, ongoing effort to index, digitize, distribute and set the terms for using book content online. Developers can query Insight using a REST API and get back XML responses. Here are some examples of supported requests:</p>
  <ul>
    <li>How many books and pages from the archive contain the word "Ulysses?"</li>
    <li>Which books contain the keyword, "Ulysses," and what is the context in which it first appears?</li>
    <li>What pages of the book, The Iliad, contain the keyword, "Ulysses," and what is the context in which it appears?</li>
    <li>The full-page image of pageID 256 of The Iliad.</li>
    <li>The thumbnail image of page 256 of The Iliad.</li>
    <li>Where can I find links to the five pages before and after page 256 of The Iliad?</li>
    <li>Where can I find links to all of the sample pages made available from The Iliad.</li>
  </ul>
  <p>From the above use cases it is clear that Insight is a web service that offers a specific, vertical interface for book search. This is its strength and really the way that vertical web services should be done.</p>
  <h2>Widgets and Web Services - the way into the New Web Ecosystem</h2>
  <p>It is difficult not to generalize what Random House is doing. Exposing its information as a Web Service and building a Widget to deliver microcontent to millions of web pages is the new way that serious companies should play online. A Web Service serves a few purposes, but the most important one is opening up the data in a controlled way. This is what Amazon has been doing for years and Facebook just did recently. We covered this topic extensively in our <a href="http://www.readwriteweb.com/archives/web_30_when_web_sites_become_web_services.php">When Web Sites Become Web Services</a> post.</p>
  <p><img src="http://www.readwriteweb.com/images/randomhouse_diagram.gif"></p>
  <p>Building a Widget on top of the Web Service is also important, not only because it lets the company create a viral distribution channel, but because it offers a sanity check for correctness of the Web Service. If the widget developer runs into issues with the Web Service, so will everyone else. By creating a widget and exercising the Web Service, the company gets to test it out first.</p>
  <h2>Conclusion</h2>
  <p>Its great to see an older and bigger company that gets widgets and web services. Random House is leveraging its information in a controlled way to businesses and exposes it in a viral way to end users. This is savvy and economical. Their widget implementation nails the user experience, packing the key functions of searching and browsing into the widget. The only thing that would be great to add to the widget is user and expert reviews, but this does not seem to be the information that Random House has.</p>
  <p>Let us know what you think about the Random House strategy. Also please share other great examples of web service and widget combinations that you have seen lately.</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33747</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33747" />
    <title>Comment from bernard lunn on 2007-06-18</title>
    <author>
        <name>bernard lunn</name>
        <uri>http://bernardlunn.wordpress.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bernardlunn.wordpress.com/">
        <![CDATA[<p>Alex, this is very interesting. It shows that Elephants Can Dance (great book by Lou Gerstner about making IBM agile again). Publishers have been making a big effort for years to get their archives properly tagged in an XML format, which is the essential if unglamorous foundation  for Web Services. Adding the Widget layer on top is exactly right.</p>

<p>I can see more publishers going this way. It is really just a smarter/modern form of syndication and that has always been something  publishers try to do. </p>

<p>When lots of mainstream publishers figure out how to do this it will create a lot of competition for prime space. I suspect this will crowd out the small start-up widget offerings as brand does influence click through rates and in a crowded widget market the space will go to wherever the monetization works best.</p>]]>
    </content>
    <published>2007-06-18T12:56:21Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33748</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33748" />
    <title>Comment from N. Venkatraman on 2007-06-18</title>
    <author>
        <name>N. Venkatraman</name>
        <uri>http://network-strategy.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://network-strategy.blogspot.com">
        <![CDATA[<p>Enjoyed reading this post. I am sure we will see more companies such as Random House embracing Widgets--not as a gimmick but as a core part of their presence on the web. It is a shame that most managers in mainstream companies pay scant attention to the Web, much less web 2.0. As more managers become familiar with such initiatives, I am sure we will see more creative development of interesting widgets that may create stickiness and traction with the community.</p>]]>
    </content>
    <published>2007-06-18T15:37:27Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33749</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33749" />
    <title>Comment from Grant Bacon on 2007-06-18</title>
    <author>
        <name>Grant Bacon</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is neat but my user experience left alot to be desired.<br />
Heres what happened<br />
1. Clicked feed link from iGoogle<br />
2. See non functional widget with upgrade notice (first time an app has asked me to upgrade even though I go to tens of sites daily)  Widgets should try to use older versions of flash if possible, IMHO<br />
3. Linked over to Adobe and installed the new flash version<br />
4. Was made to close browser<br />
5. Went back to iGoogle and clicked link to article again<br />
6. Viewed the widget<br />
7. Sigh...</p>]]>
    </content>
    <published>2007-06-18T15:41:54Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33750</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33750" />
    <title>Comment from Eugene Mizin on 2007-06-18</title>
    <author>
        <name>Eugene Mizin</name>
        <uri>http://www.notefish.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.notefish.com/">
        <![CDATA[<p>Alex, I always enjoy reading your articles and this was no exception.  I think content owners large and small still struggle with the "why" and "what" of providing web services.  Hopefully, some of them have come across your articles and found answers to those questions.  Great work!</p>

<p>Regards,<br />
Eugene</p>]]>
    </content>
    <published>2007-06-18T17:32:51Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33751</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33751" />
    <title>Comment from maggie on 2007-06-18</title>
    <author>
        <name>maggie</name>
        <uri>http://www.dragonflairestudios.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dragonflairestudios.com">
        <![CDATA[<p>Hi:<br />
I'm very new to this what are widget and what are they use for?<br />
Thanks<br />
Maggie</p>]]>
    </content>
    <published>2007-06-18T18:48:17Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33752</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33752" />
    <title>Comment from Billy on 2007-06-18</title>
    <author>
        <name>Billy</name>
        <uri>http://www.fatinfo.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fatinfo.com">
        <![CDATA[<p>Nice write up, and introducing a wonderful widget to those who have not had a chance to see it in action. The Random House widget seems extremely well done, and actually useful. It can definitely drive traffic and conversions when segments of the audiences are moving away from search engines to blogs for the fulfillment news content.</p>

<p>The blogs then can act as the viral marketer.</p>

<p>Does the widget pay a certain CPM?</p>]]>
    </content>
    <published>2007-06-19T02:37:50Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33753</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33753" />
    <title>Comment from hkn on 2007-06-19</title>
    <author>
        <name>hkn</name>
        <uri>http://harikrishnannair.wordpress.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://harikrishnannair.wordpress.com/">
        <![CDATA[<p>Good post.<br />
Opens up how online marketing tools (widgets etc) can benefit essentially offline companies.<br />
Smart companies will never operate in an either online or offline mode, but synergise both to produce greater results..</p>

<p>Good step ahead by Random House</p>

<p>- HKN</p>]]>
    </content>
    <published>2007-06-19T13:26:39Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33754</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33754" />
    <title>Comment from Tommy L. on 2007-06-19</title>
    <author>
        <name>Tommy L.</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I've seen the widget that HarperCollins/LibreDigital offers, and it is great. Apparently it can be customized. They have it on MySpace and supposedly some other sites too.</p>

<p>Is this a technology that all book companies will be able to use, or just the big ones?</p>]]>
    </content>
    <published>2007-06-19T14:11:39Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33755</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33755" />
    <title>Comment from michael cohen on 2007-06-19</title>
    <author>
        <name>michael cohen</name>
        <uri>http://mmi-agency.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mmi-agency.com">
        <![CDATA[<p>my first job in interactive was working at random house new media back in '96.  we sat on the same floor as alberto vitale and the executive management team.  they always got it.  the problem back then was finding a way to use interactive to forward the publishing business without upsetting the primary sales channels.</p>]]>
    </content>
    <published>2007-06-19T14:53:16Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33756</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33756" />
    <title>Comment from John Donaldson on 2007-06-19</title>
    <author>
        <name>John Donaldson</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Bloomsbury Publishing are using a widget/look inside on their website, supplied by Libre Digital, which allows a user to browse inside a book and copy the browse feature into a variety of websites, which I guess must be great for social marketing.</p>]]>
    </content>
    <published>2007-06-19T15:57:21Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3920-comment:33757</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3920" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/random_house_widgets_and_web_services.php#c33757" />
    <title>Comment from nick on 2007-07-08</title>
    <author>
        <name>nick</name>
        <uri>http://www.weefly.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weefly.com">
        <![CDATA[<p>Very very interesting.</p>]]>
    </content>
    <published>2007-07-08T07:13:45Z</published>
  </entry>

</feed>