• This is the auto detect code on my header.php file, from a Kubrick type template.

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />

    The feedster FAQ mentions changing ththe links to my FB URL, but the examples they show to change are direct links to rss, atom, etc. The above calls seem “generic”, and I don’t know if FB will automatically redirect them.

    If I want all my feeds directed through FB, should I change the above code?

    And, if I change these links to FB, will the pingomatic from wp ping using FB feed? I do not want to have to do it manually.

    Please advise.
    thanks,
    David

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator James Huff

    (@macmanx)

    Replace <?php bloginfo('rss_url'); ?> and <?php bloginfo('atom_url'); ?> with your feedburner feed’s URL. Also, make sure that you have applied the recommended changes to your .htaccess file.

    Thread Starter dtclarinet

    (@dtclarinet)

    I opened the .htaccess file and it has 50 lines starting with RewriteRule. Do I have to change each line and add the FB link?

    Also, if I change these links to FB, will wp ping using FB when I write a post. I do not want to have to do it manually.

    Moderator James Huff

    (@macmanx)

    Thread Starter dtclarinet

    (@dtclarinet)

    Yes, I’ve read that, and the post in FB help. I guess I’m not up to messing that much with files, creating new private feeds, etc. Will post there. Thanks.
    https://forums.feedburner.com/viewtopic.php?t=17 (Yes, I know. it is listed in the wp codex) does have some info for wp users, further down the thread. I didn’t see it the first time

    Thread Starter dtclarinet

    (@dtclarinet)

    I’ve switched all the auto detect links to FB and now there’s a plugin to do all the .htaccess editing. It’s pretty easy. Here’s the plugin
    https://www.orderedlist.com/articles/wordpress_feedburner_plugin

    I have another question about the feed links I changed. One is
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    What is this for exactly? Should this be changed to FB also?

    Moderator James Huff

    (@macmanx)

    No, that is for your pingbacks (like trackbacks). Don’t change that.

    Thanks for the plugin link. I’ve added a link to the Codex article.

    Thread Starter dtclarinet

    (@dtclarinet)

    You might want to add the hint to manually edit the autodetect calls in the template header.php. It’s not menioned in the plugin instructions.

    Moderator James Huff

    (@macmanx)

    Well, technically it’s not necessary one you do the .htaccess redirect. They’ll still be the old links, but .htaccess will redirect them to the feedburner feed. But, I’ll look into finding time to work that in there.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘FeedBurner and WP auto detect’ is closed to new replies.