I just recently switched all the feed reader buttons to a simple javascript popup menu. Here is the code if you are interested.
<form action=""><select onchange="window.location = this.options[this.selectedIndex].value;">
<option value="">Subscribe In...</option>
<option value="http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/Nusuni"> Google Reader</option>
<option value="http://www.bloglines.com/sub/http://feeds.feedburner.com/Nusuni"> Bloglines</option>
<option value="http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/Nusuni"> My Yahoo!</option>
<option value="http://www.netvibes.com/subscribe.php?url=http://feeds.feedburner.com/Nusuni"> Netvibes</option>
<option value="http://www.rojo.com/add-subscription?resource=http://feeds.feedburner.com/Nusuni"> Rojo</option>
<option value="http://feeds.my.aol.com/add.jsp?url=http://feeds.feedburner.com/Nusuni"> AOL</option>
<option value="http://feeds.feedburner.com/Nusuni"> Everything Else</option>
</select></form>
Please subscribe, or else I will cry. Do you really want to make a programmer cry?

October 18th, 2007 at 1:09 pm
[…] Jatecblog needs some sort of RSS button on the blog. A while back I wrote a post about adding a Javascript Feed Subscription popup menu, it is what I use and it works great, although I also added a RSS logo that links to the feed as […]