• I see a lot of sites with My Yahoo, My MSN, Newsgator, and other subscription buttons on their site. Is there a plugin or list where I can get all of these in one package or do I have to click through half of each site to find the buttons and source?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Semiologic has one called ‘Subscribe Me’ that has a few of them: http://www.semiologic.com/projects/subscribe-me/

    I use it but have modified to include other services plus my Live Journal feed/link. 🙂

    PS … my bad, forgot the link. You can see my modified version here: http://www.nitallica.org/?page_id=192

    If you’d like, I’d be happy to share the updated code with you.

    Thread Starter subnet_rx

    (@subnet_rx)

    sure, let me have the updated. I don’t have livejournal, but I can take that out.

    Certainly! Replace the unordered list following the <p><b><?php echo $cap_subscribe; ?></b></p> in your /sem-subscribe-me/sem-subscribe-me.php file:


    <ul><li><a href="<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "xml.gif"; ?>" align="middle" alt="" style="margin-right: 4px; border: none;" /><?php echo $cap_rss_feed; ?></a></li>
    <li><a href="http://www.bloglines.com/sub/<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "addbloglines.gif"; ?>" align="middle" alt="Bloglines" style="border: none;" /></a></li>
    <li><a href="http://www.bloxor.com/add.php?url=<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "addbloxor.png"; ?>" align="middle" alt="Blox0r" style="border: none;" /></a></li>
    <li><a href="http://www.feedfeeds.com/add?feed=<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "addff.gif"; ?>" align="middle" alt="FeedFeeds" style="border: none;" /></a></li>
    <li><a href="http://www.livejournal.com/friends/add.bml?user=nitallica_feeds"><img src="<?php echo $img_dir . "ljsyndicated.gif"; ?>" align="middle" alt="LiveJournal" style="border: none;" /> LiveJournal</a></li>
    <li><a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=<?php echo $feed_url; ?>&ru=<?php echo $blog_url; ?>"><img src="<?php echo $img_dir . "addmymsn.gif"; ?>" align="middle" alt="MyMSN" style="border: none;" /></a></li>
    <li><a href="http://add.my.yahoo.com/rss?url=<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "addmyyahoo.gif"; ?>" align="middle" alt="MyYahoo!" style="border: none;" /></a></li>
    <li><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "addnewsgator.gif"; ?>" align="middle" alt="Newsgator" style="border: none;" /></a></li>
    <li><a href="http://www.newsisfree.com/user/sub/?url=<?php echo $feed_url; ?>"><img src="<?php echo $img_dir . "sub_nif4.gif"; ?>" align="middle" alt="News Is Free" style="border: none;" /></a></li>
    </ul>

    How lucky can you get! Here’s a brand new plugin. See the discussion here:

    http://wordpress.org/support/topic/44857

    A neat idea, I hadn’t thought of adding those. Thanks for posting that, Crowspeaker. 🙂

    Thread Starter subnet_rx

    (@subnet_rx)

    thanks, that worked perfectly.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adding subscription services?’ is closed to new replies.