I poked around the Windows Live Write plugins and found a few more interesting ones. This one does an ISBN search in Amazon.com and inserts the book information, cover, and link (including your associates ID). Here’s the plugin interface:
Here’s the result:
Amazon.com: The First Quarter : A 25-year History of Video Games: Books: Steven L. Kent ISBN: 0970475500 |
The code is a tad messy as it includes some specialized MS code, and is a non-CSS table but it sure does make for easy insertion of this content. (From a validation standpoint, it is close. The only errors are no alt attribute on the cover image, an ‘unselectable’ atribute which MS seems to have made up, and the code itself is HTML, not XHTML (i.e. mostly missing the trailing slash on empty elements). This last one is only a problem since my blog is XHTML. I’ll probably write to the author of the plugin asking for fixes in the next update.)