Tag: nokia.ajax

  • WRT: How to post to your WordPress using Ajax (+code)

    I just finished my “share2” WRT (Web Runtime Toolkit) widget. It allows me to post quick messages to my WordpPress blog or to any blog that uses MetaWeblog API. Here are some key parts from the script: Ajax function that sends the requests and gets the result function ajExec(url, param, callback, isXML) { var req…