Explore Technorati: Technology / Business / Entertainment / Lifestyle / Politics / Sports / Boating / Motorcycles / Celebrity / IT / Film / Music / Advertising

Developer Center

Ping Configurations

Configure your publishing tool

Many publishing tools ping Technorati directly or allow for custom pings. Please select your publishing tool below for details about configuring Technorati pings.

  1. b2
  2. Blogger
  3. Ecto
  4. MarsEdit
  5. Movable Type
  6. Nucleus
  7. Radio UserLand
  8. TypePad
  9. Wordpress

Build your own

Technorati accepts XML-RPC pings to rpc.technorati.com/rpc/ping. Your XML-RPC message should look like this:

HTTP Request Header

  • POST /rpc/ping HTTP/1.0
  • User-Agent: YOUR AGENT HERE
  • Host: rpc.technorati.com
  • Content-Type: text/xml
  • Content-length: 250

XML message


<?xml version="1.0"?>
<methodCall>
  <methodName>weblogUpdates.ping</methodName>
  <params>
    <param>
      <value>YOUR WEBLOG NAME HERE</value>
    </param>
    <param>
      <value>http://www.YOURWEBLOGURL.com/</value>
    </param>
  </params>
</methodCall>