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 … Read more

XAuth basics and an example.

What is XAuth? XAuth is an open platform for extending authenticated user services across the web. Participating services generate a browser token for each of their users. Publishers can then recognize when site visitors are logged in to those online services and present them with meaningful, relevant options. Users can choose to authenticate directly from … Read more