FeedBurner and WP auto detect
-
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
- The topic ‘FeedBurner and WP auto detect’ is closed to new replies.