July 31, 2004
books and music code
Here is the simplest form of the code I can find. And some notes follow.
<MTwair asin="0330323121" imagesize="s">
I'm reading <$MTwairName$>, by <$MTwairAuthor$><br />
Here's the cover, click it:<br />
<a href="<$MTwairURL$>">
<img src="<$MTwairImage$>">
</a>
</MTwair>
- MTwairName - The name of the book
- MTwairAuthor - The author
- MTwairImage - The cover of the book
- MTwairURL - The Amazon page for the book
- ASIN or ISBN - number to plug in
- imagesize="s" - you can use s(mall), m(edium), or l(arge)
Here is the code I used in my sidebar:
Posted by micah on July 31, 2004 01:13 AM