This morning I integrated a cool little piece of functionality into the blog section of Hungry Browser. In a nutshell the functionality allows me to listen to my music on my MacBook Pro through iTunes and seemlessly publish what I am currently listening to on this website. Users can click on the image for each album and will be taken to Amazon where they can purchase the album/track.
The reason for integrating this was to effortlessly share the music I am listening to with others, without having to log in to a web-based service such as last.fm.
There are two parts to this functionality, both originially developed by Brand Fuller. The first part is the iTunes integration where you install a plugin to export the music you are listening to into an external XML file that can be uploaded to your website. The second part (which I have adapted) is a PHP script that looks into the XML file and then takes the data and outputs it as HTML.
In conclusion a nice little bit of functionality.