Music 2.0: MashupTown via RSS
I discovered MashupTown via Adam Curry's Daily Source Code, which is a great podcast about podcasts. Curry loves Mashuptown and plays selections from the site nearly every episode. I decided today that I wanted to subscribe to the RSS feed from Mashuptown, to automatically receive new posts and audio files in my aggregator. The site didn't have the general feed link available, so I emailed them and asked for it. I also asked whether they'd like a code snippet for one-click subscribe buttons to the major aggregator services (like I have on my sidebar.) I got an affirmative reply, so hey Art - here's the code you can copy and paste into your site. Thanks so much for the great fun. I'm listening to Mashuptown Radio right now and am finding a few things I'm digging there too.
You'll have to forgive the run on html, off the side of the page. I think that's just how it goes, and it doesn't seem like a real big deal to me. I'll fix it when I find the time to learn how to, but I don't want to break the lines of code up.
I included a link to my explanation of RSS feeds, feel free to remove that if you'd like. Other readers can use this same template to make one-click subscribe buttons on their sites, just replace the Feedburner RSS URL here with your RSS feed URL. Let me know if anyone needs help with that.
<h2> Syndicated Feeds </h2><a href="http://marshallk.blogspot.com/2005/05/introduction-to-rss-syndication.html">(definition)</a>
<p><a href="http://addyourfeedURLhere" title="Subscribe to my feed"><img src="http://www.feedburner.com/fb/images/pub/flchklt.gif" alt="" style="border: 0pt none ;"></a>
<a href="http://add.my.yahoo.com/rss?url=http://addyourfeedURLhere"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="" style="border: 0pt none ;"></a>
<a href="http://www.bloglines.com/sub/http://addyourfeedURLhere">
<img src="http://www.bloglines.com/images/sub_modern3.gif" alt="Subscribe with Bloglines" border="0">
</a>
<a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://addyourfeedURLhere"><img src="http://www.newsgator.com/images/ngsub1.gif" alt="Subscribe in NewsGator Online" style="border: 0pt none ;"></a>
<a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=http://addyourfeedURLhere&tt=CENTRALDIRECTORY&ru=http://rss.msn.com%27"><img src="http://sc.msn.com/c/rss/rss_mymsn.gif" alt="" style="border: 0pt none ;"></a>
Technorati Tags: mashups, mashuptown, audio, mp3, rss, oneclicksubscribe, subscriptions,

