Forums

Adding subscription services? (8 posts)

  1. subnet_rx
    Member
    Posted 7 years ago #

    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?

  2. Nicki Faulk
    Member
    Posted 7 years ago #

    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. :)

  3. Nicki Faulk
    Member
    Posted 7 years ago #

    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.

  4. subnet_rx
    Member
    Posted 7 years ago #

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

  5. Nicki Faulk
    Member
    Posted 7 years ago #

    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>

  6. crowspeaker
    Member
    Posted 7 years ago #

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

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

  7. Nicki Faulk
    Member
    Posted 7 years ago #

    A neat idea, I hadn't thought of adding those. Thanks for posting that, Crowspeaker. :)

  8. subnet_rx
    Member
    Posted 7 years ago #

    thanks, that worked perfectly.

Topic Closed

This topic has been closed to new replies.

About this Topic