I have customized the MyYahoo mod that adds your RSS feed to the My Yahoo page. You can now add your rss feed to MyMSN, NewsGator, and BlogLines. If you're interested in the code, just add the code below to the mod_mamboyahoo.php file and upload the appropriate images. You can check it out at
www.racinnation.com.
Code:
echo "<a href=\"http://my.msn.com/addtomymsn.armx?m=1&id=rss&ut=".$GLOBALS['mosConfig_live_site']."/index2.php?option=com_rss&feed=RSS".$feedv."&no_ht ml=1\">";
echo "<img src=\"".$GLOBALS['mosConfig_live_site']."/modules/mymsn.bmp\" align=\"absmiddle\" hspace=\"3\" vspace=\"3\" align=\"Add to MyMSN\" border=\"0\"><br><br>";
echo "<a href=\"http://www.bloglines.com/sub/".$GLOBALS['mosConfig_live_site']."/index2.php?option=com_rss&feed=RSS".$feedv."&no_ht ml=1\">";
echo "<img src=\"".$GLOBALS['mosConfig_live_site']."/modules/bloglines.bmp\" align=\"absmiddle\" hspace=\"3\" vspace=\"3\" align=\"Add to BlogLines\" border=\"0\"><br><br>";
echo "<a href=\"http://www.newsgator.com/ngs/subscriber/subtext.aspx?url=".$GLOBALS['mosConfig_live_site']."/index2.php?option=com_rss&feed=RSS".$feedv."&no_ht ml=1\">";
echo "<img src=\"".$GLOBALS['mosConfig_live_site']."/modules/newsgator.bmp\" align=\"absmiddle\" hspace=\"3\" vspace=\"3\" align=\"Add to NewsGator\" border=\"0\"><br><br>";