The 3 videos are shown below.
Sorry for a 3 part video (YouTube only allows up to 10 minute videos), however I wanted to make sure this was a COMPLETE tutorial on how to set up a FeedBurner account and hook it up to your WordPress blog. It will show you how to:
- Set up your FeedBurner account
- How to add a RSS image to your blog’s theme if there’s not already one there – and how to link it to your FeedBurner’s feed
- How to set up a “Subscribe by Email” box which users can subscribe to your blog by email
- How to redirect all the default WordPress feeds on your blog to your FeedBurner’s feed through a .htaccess file
- All this is done without the use of a FeedBurner plugin (which I don’t like using)
1. Your Feed Address
Your default WordPress feed address you’ll need to type or paste into FeedBurner will look like this:
http://your-site.com/feed
If your blog is contained within a subdirectory, say /blog, your feed’s address will look something like this:
http://your-site.com/blog/feed
2. How To Redirect Your Feeds To FeedBurner Through .htaccess
UPDATE: Thanks to feedback from viewers, we’ve discovered that this code doesn’t always work with your theme. If it doesn’t work, you may have to go into your header.php or sidebar.php file and manually replace the default WordPress feed’s address with your FeedBurner’s address.
If your WordPress theme already includes a RSS icon, it will link to your default WordPress feed and not your FeedBurner’s feed. To link it to your FeedBurner’s feed, log into your web hosting control panel, navigate to your WordPress installation’s directory and either create or open the .htaccess file.
Paste in the following code to your .htaccess file. Don’t forget to edit the feed address in the code below (shown in blue) to your own feed. Save the .htaccess file and your RSS icon should now link to your FeedBurner’s feed.
# Redirect your WordPress feeds to your FeedBurner's feed automatically
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds2.feedburner.com/wpbloghost [R=302,NC,L]
</IfModule>














December 13th, 2009 at 7:26 am
Hi John
Great videos… a complete course and a super example of where video beats screenshots.
I’ll watch them a few times and then implement… a bit at a time.
Particularly liked the aliteration of the “Chicklet Chooser” LOL
Put you a link to WP Blog Host on my blog and post pages.
Take a look and check the link If you want the alt text or anything changed… let me know.
December 13th, 2009 at 9:50 am
Still love the colors of your theme.
Thanks for the link. That is really cool of you. What do you think of that banner? We wanted something a little different and I thought the image was hilarious.
Also, glad you liked the, “Chicklet Chooser” heheh.
December 13th, 2009 at 12:23 pm
It’s a good banner John… the words “Blogging isn’t a battle – we make it easy” give us all hope, and believe me… we need it.
I’m off to sit down in a darkened room, the Feedburner videos have taxed my brain to its limits.
Wordpress is a fantastic piece of kit, but it seems like there is always another thing to learn.
Please don’t take early retirement John… we need you LOL
January 27th, 2010 at 8:23 pm
Your videos make it so much clearer and easier! I set up a new blog a few days ago so I went back and forth between your videos, Feedburner and my hosting account to make sure that I set up everything correctly. The feed seems to be working. What a relief!
January 30th, 2010 at 4:17 pm
Very cool, Lillea. Making the videos is fun and I’m glad they are being well received and helpful.
February 5th, 2010 at 12:21 pm
I followed the tutorial it was wonderful. When I got to the end it took me way to much time. I edited the htaccess file, but when I click on the rss button I see the same old stuff I saw before. Isnt it suppose to be different?
I read about address few times just looking at it, seems like your saying put the old feed to replace code mine is. http://www.myname.com/?feed=rss2
I look at yours and you have it starting with http://feeds.feedburner.
Do I put http://www.myname.com/?feed=rss2 or
this one http://feeds.feedburner.com/myname
Thank you for the tutorials.
Thank you Jill
February 6th, 2010 at 4:43 pm
Hi Jill. Since I created that video it seems many themes don’t like the .htaccess redirect.
You can look in your WordPress header.php file for where your RSS image is displayed. Just before it there should be code referencing your default WordPress feed.
Replace that code with your feedburner code. Just make sure you back up your header.php file BEFORE you do anything.
If you’d like help, head over to my contact page and send me a note along with your web address.
February 10th, 2010 at 1:30 pm
Thanks for the replay, I’m just getting back to it.
This really helps!!
April 18th, 2010 at 2:23 am
Hi John
I’m back looking at RSS and Feedburner, forgot how good these videos are.
Someone said that they wanted to subscribe to my RSS feed so I rushed back to these videos and activated it.
Didn’t even know the URL of my default feed until you mentioned it in the video… URL/feed.
Not set up Feedburner yet but that’s the next step.
April 19th, 2010 at 8:59 am
Hey Keith. That’s good that you got the feed up and running at least, but when you can, try setting up Feedburner. Feedburner gives you statistical data (like how many people are subscribed to your feed) and options like email opt-in.
April 19th, 2010 at 9:52 am
Will do John
Lots of info in those videos.
I have to sit and take notes – how on earth do you remember it all?
April 19th, 2010 at 9:58 am
What’s the saying?
There’s no better way to learn something then to teach it.
April 30th, 2010 at 10:29 am
thank you! Video #1 was all I needed to answer the question about the feed address. I have been hunting to no end and stumbled on your video. My future blog – and my blood pressure – thank you.
May 1st, 2010 at 10:36 am
My pleasure. Glad I could help, Sheridan. Thanks for the comment.
June 9th, 2010 at 11:12 am
Hi
I’m back again, I changed my theme and I realized I need to put my feedburner address back in.
This is the code in my header file, I tried to put the feed address in but I can’t get it right. this is what my code looks like
<a class="rsslink" href="” title=”RSS Feed”>
Where do I put the http://feeds.feedburner.com/myname
Thanks you
JIll
June 9th, 2010 at 11:15 am
I notice in the post above it did not put the full code in. I guess you can see it in your edit mode.
<!…<a class="rsslink" href="” title=”RSS Feed”> …!.>
June 11th, 2010 at 6:49 am
Jill, sorry for the late reply. Did you get this working? It seems you did.
June 11th, 2010 at 9:27 pm
I played with it a little more and it works!!
I love it when I finally find the real information I need. I mean your tutorials.
Thanks
June 27th, 2010 at 9:34 pm
Thank you so much. I am a newbie when it comes to web site design and needed to help a client add on a RSS feed for their blog that I added to their web site. This was a very clear and complete tutorial. I just wish it didn’t take me so long to find it when I searched you tube. Keep up the great work!
June 28th, 2010 at 8:42 am
Hi Esther, my pleasure. Thanks for the nice comment and stop by anytime!
June 30th, 2010 at 9:19 am
I’m confused. It looks like FeedBurner works just find with the installed version of WP, but I’m using the “free” version with wordpress.com.
When I go to my blog/feed. I indeed, get a posting, but it’s not the page that I want to deliver as my feed. Is it possible to control which specific page of my blog is listed with FeedBurner as the direct url? Each time I try it, the preview it gives me is blank, and says comments. So, it looks like it’s pulling the non-existent comments into the feed rather than the page content.
The blog page I want to use as my feed url is http://idealabmi.wordpress.com/about/light-up-creativity-at-the-idea-lab/
Can you please take a minute and let me know what I’m doing wrong?
Thank you for your help.
Diana Kathryn
July 9th, 2010 at 12:04 am
Diana, you might try using the FeedBurner plugin. Unfortunately, I don’t have a lot of experience with free blogs.