Developer Center

Configure a Technorati searchlet

« Developer Help

The Technorati searchlet -- currently in βeta -- enables site-specific and weblog search across Technorati's entire database of posts. You can customize a Technorati searchlet in just a few easy steps or add Technorati's search capability to your site's existing search options.

Sample Search

Walk-through

<form method="get" action="http://technorati.com/search.php">
Send the result of the user query to Technorati's search page.
<input type="hidden" name="sub" value="searchlet" />
Help us keep track of the different ways users execute a Technorati search.
<input type="text" name="s" maxlength="255" value="" />
Creates a search box for up to 255 characters of user input. A search query can contain a URL or a keywords.
<input type="radio" checked="checked" name="from" value="BLOG BASE URL" />
Limits your search to a base URL of your choice, most often the weblog home directory. Replace "BLOG BASE URL" with the base URL of your choice.
<input type="submit" value="Search" />
Take action.

« Developer Help