Hi,
I am using the ThechnoratiTags Plugin, which seems to work as expected. The tags I am adding to posts show up as links to technorati (http://www.daemon.de/blog/). However, my blog is not listed on technorati.
The problem is, that the Technoratibot doesn't fetch the feed but the blog url itself. I traced the communication between wordpress and ping.technorati.com using tcpdump and wp sends the correct feed URL:
POST /rpc/ping HTTP/1.0
Host: rpc.technorati.com
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library -- WordPress/1.5.1
Content-length: 326
<?xml version="1.0"?>
<methodCall>
<methodName>weblogUpdates.extendedPing</methodName>
<params>
<param><value><string>ScipLog</string></value></param>
<param><value><string>http://www.daemon.de/blog/</string></value></param>
<param><value><string>http://www.daemon.de/blog/feed/</string></value></param>
</params></methodCall>HTTP/1.1 200 OK
However, the Bot request then looks like this:
209.237.230.104 - - [26/Jun/2005:23:00:56 +0200] "GET /blog HTTP/1.0" 200 6908 "-" "Technoratibot/0.7"
Does anyone have an idea, what's wrong ?
regards, scip