A scriptlet to show Flickr photo with notes
In Flickr, we can add notes on a photo to explan details of it. I wrote a scriptlet that can display not only your flickr photo, but also the notes you made on it. You can embed the scriptlet in your web page or blog.
Usage:
If the flickr photo id is 23187093, then scriptlet is as follows.
<script src="http://webdev.yuan.cc/flickr/flickrnotes.php?photoid=23187093"> </script>
To help getting the photo id and the code, there's also a bookmarklet to generate the scriptlet code. Please visit here to see the full documentation, bookmarklet, and a live demo.

