Introducing widgets for your blog or web site
Want to include top memeorandum headlines in your blog sidebar?
Just use the following Javascript snippet:
<script language="JavaScript" src="http://memeorandum.net/pwidget-gray.js"
type="text/javascript"></script>
For tech.memeorandum headlines
instead of (Political) memeorandum headlines,
change pwidget to twidget.
Here's the resulting widget:
Of course the widget will shrink to fit your sidebar just fine. See for yourself at TechCrunch, which has just added a widget and mentions this new feature here.
Different colors are available too. Don't like gray? Change the word gray in the Javascript snippet to blue, green, tan, or white.
Finally, if you're a style hacker and want to code the css yourself, use unstyled in place of gray. From the code in http://memeorandum.net/pwidget-unstyled.js, you'll note the relevant class definitions are memewid_box, memewid_title, memewid_link, and memewid_byline.