The example above passes properties of the current page into the API
|
http://spaces.live.com/BlogIt.aspx?Title=" + escape(document.title) + "&SourceURL=" + escape(window.location.href) + "&description=" + escape(sel.text) |
BlogIt accepts arguments using either querystring or form post.