(What I'd really like to do is to set up the posts so that they automatically send a ping, but I'm not quite sure whether the following code is correct or where I should place it (I'm guessing the HTML, but I don't know whether it matters where in the HTML I place it), so I could use some help on this if there's someone willing to do so. Also, I'm interested in knowing what the "Content-Length" does.
POST / HTTP/1.0 Host: ping.blo.gs Content-Type: text/xml Content-Length: 394 <?xml version="1.0" encoding="iso-8859-1"?> <methodCall> <methodName>weblogUpdates.extendedPing</methodName> <params> <param> <value>Welcome to Los Jon-geles
</value> </param> <param> <value>http://losjongeles.blogspot.com</value>; </param> <param> <value></value> </param> <param> <value>http://feeds.feedburner.com/JongelesJournal</value>; </param> </params> </methodCall>
No comments:
Post a Comment