Viewing 1 replies (of 1 total)
  • This is a pretty nasty hack, but here is what I did:

    I modified the code for this plug-in and located the following line:

    $url = get_bloginfo('rss2_url');;

    I commented this line out and hardcoded my Feedburner URL:

    //$url = get_bloginfo('rss2_url');;
    $url = 'https://feeds.feedburner.com/GabeSumner';

    I warned you, not pretty. ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ultimate Follow Me] I use feedburner, how can I add it t othe plugin’ is closed to new replies.