• Nice looking plugin however I can not change the feeds you can use. I read about some config page for this script but I can not find one. How do you change those apearing feeds? Working on the script by hand is like walking through a landmine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If memory serves me, it is in your Options.

    EDIT: The author has more information available on his site: https://www.semiologic.com/software/subscribe-me/

    I went into the script and modified this section (I expected things to blow up, but it seems to be working):

    'bloglines' => 'https://www.bloglines.com/sub/%feed_url%',
    'yahoo' => 'https://add.my.yahoo.com/rss?url=%feed_url%',
    'google' => 'https://fusion.google.com/add?feedurl=%feed_url%',
    'msn' => 'https://my.msn.com/addtomymsn.armx?id=rss&ut=%feed_url%&ru=%site_url%',
    'aol' => 'https://feeds.my.aol.com/add.jsp?url=%feed_url%',
    'rojo' => 'https://www.rojo.com/add-subscription?resource=%feed_url%',
    'feedlounge' => 'https://my.feedlounge.com/external/subscribe?url=%feed_url%',
    'newsgator' => 'https://www.newsgator.com/ngs/subscriber/subext.aspx?url=%feed_url%',
    'netvibes' => 'https://www.netvibes.com/subscribe.php?url=%feed_url%'
    );

    Everywhere you see this: %feed_url% change that to your feed. For example, if you use a Feedburner feed, change it to that full Feedburner url.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscribe Me Changes’ is closed to new replies.