WordPress Wednesdays: Feed Me Baby!
GOOD WEDNESDAY MORNING! Okay fine, so its the afternoon already. GAH! Do you KNOW how long these posts take to write? *grumble*grumble*
Today we are talking about feeds, as in RSS Feeds. We will learn what feeds are, why they are relevant to blogging, how to burn your own feed, and then how to use a feed plugin to direct any feed burned off your blog to FeedBurner.
If you’ve stumbled upon WordPress Wednesdays for the first time, you can easily catch-up to where we are today by going through the WordPress Wednesdays Archives. There have only been three tutorials to date, so you aren’t far behind!
Are you settled in and ready? Have your drink of choice? Good let’s do it.
What is a Feed?
According to Wikipedia…
A Web Feed is a data format used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe to it.
In other words, as the internet has become more dynamic and website owners have realized that stale, static content is about as interesting as watching a fence post, website owners are updating their content more frequently.
By burning a feed for your site, and making it available to your site visitors (also called “syndicating”), you give your site visitors a way to easily receive updates every single time you post fresh content; all they have to do is subscribe to your feed. Think of your feed as your own TV Channel in Browser-ville. There are many different channels available, but your channel plays you and you alone.
Today I will show you how to burn an RSS Feed. RSS stands for “Really Simple Syndication” or “Rich Site Summary”; cute, no? RSS Feeds are typically used to publish blog content, news headlines, and/or podcasts. The RSS Feed will either contain the full text or a summary of the published content.
Why are RSS Feeds Relevant to Blogging?
RSS Feeds make it possible for your site visitors to keep up with yours and others’ blogs automatically. No longer do they have to “favorite” or “bookmark” your URL in their browser and manually click to it to check for updates. Nope, it is so much easier. Avid blog readers use services called feed readers, or aggregators, to handle subscriptions to multiple blogs at one time. They log into their feed reader and can instantly see who has updated and who has not. If you have an RSS Feed you will have more returning readers; it is that simple.
I prefer Google Reader as my feed reader. I’m able to categorize my feeds with tags. So, if I want to read the updates from the tech blogs I like, I will scroll down in my feed reader to see if any of them updated their content. I have over 100 blogs in my feed reader at any given time. Some of my tags are “friends”, “blogher”, “craft”, “DIY”, “flickr”, “photoshop”, “wordpress”, and many others. I even have a tag called “sampling” for blogs I’m not sure I’ll stick with, but want to try out, for a few of their updates to see if they’ll keep my interest.
Burning a feed is appropriate netiquette (Internet Etiquette). It is a nicety. It is a service for your readers. You give them an easy way to keep up with your fresh content and they just might return the favor by returning time and time again.
Doesn’t WordPress Have a Built-In Feed?
Yes. WordPress, by default, comes with various feeds. If you already have an active WordPress blog, and you have not burned your own feed yet, then you may have site visitors subscribed to any one of the built-in WordPress Feeds.
How did they grab your feed? Most likely your WordPress theme came outfitted with either a text-link that says RSS Feed or it has the Standard RSS Feed icon (the orange icon you see highlighted in the image below).

Whichever one you have, if you have users subscribed to the default WordPress feed on your blog, it is because they clicked on a feed icon, a feed link, or just grabbed the feed using a feed reader.
If you use your mouse and rollover the default RSS Feed icon or text-link at WordPress Wednesdays, you can see my default WordPress Feed.

As you can see above, the default feed for www.wordpresswednesdays.com is
http://wordpresswednesdays.com/feed
If my site visitors click on it, they’ll see different formats of my feed, depending on the browser thy are using.
If they are using Firefox, it will resemble this:

If they are using Safari, it will resemble this:

If they are using IE 7.0, it will resemble this:

These are just a few of the browsers they may be using. But the point is, THIS is the way any feed will display when clicked on your WordPress blog.
Using the built-in WordPress default feed isn’t a bad thing, but if you want to optimize, analyze or eventually monetize your feeds, you will need to use a third-party software to burn a feed, and then install it within the code of your WordPress template. This is called customizing your feed.
Burning or Customizing Your Feed
Let’s get on over to www.FeedBurner.com and burn our customized feed.
On the home page at FeedBurner you’ll see it says, “Start FeedBurning Now. Type your feed or blog URL below.” Key your blog’s URL into the text box given, as I’ve done below and click the “Next” button.

After you click the “Next” button, you will be brought to the page where you can either accept the feed automatically assigned by FeedBurner (they get this from the title of your blog), or you can customize it.
You can see that FeedBurner auto-assigned me the Feed Address:
http://feeds.FeedBurner.com/WordPressWednesdays

That is not the Feed Address I desire, so I made a modification to the text in the box so it would read

Create your account by giving a username, password and email address and click the “Activate Feed” button to continue.
Whoohooo! You now have a customized RSS Feed for your blog. Click the “Next” button to, as they say, “Dress it up a little”.

FeedBurner doesn’t assume you’ll want all your stats, but … um … get them. It is FREE! FREE! FREE!

Below, I’ve highlighted the options I’ve selected for www.wordpresswednesdays.com. I don’t offer podcasts, so I didn’t check that option.

Click on the “Next” button once you’ve selected your options.
Now that your Customized RSS Feed is burned, you need to integrate it into your Self-Hosted WordPress blog. This is made easy for you through a plugin. Easy Squeezy!

Click the blue looooooooong text link that says, “Use this plugin to help direct your feed traffic through FeedBurner”
A Pop-up window will open and tell you all about the FeedBurner FeedSmith. The FeedBurner Feedsmith basically takes any built-in WordPress RSS Feed and directs it to FeedBurner. One thing you will learn about WordPress – there are a gazillion people that are working EVERY SINGLE DAY to make it better and you? YOU BENEFIT from their work. Can I hear an AMEN for open source software?
Click the blue text link that says Download the plugin

Select that you want to “Save to Disk” and another window will pop-up allowing you to browse on your hard drive for what directory you want to save the plugin in. I ALWAYS save the plugin inside my /plugins/ directory so I can have a back-up of the plugin if ever I need it.
Within my /wordpresswednesdays/ directory on my hard drive, I click through /wp-content/ and see the directory for /plugins/ and I will save the FeedBurner Feedsmith zip file in there.
Remember, you need to go to the directory on your hard drive, right-click and select to “Extract All” from the zipped file you downloaded.

Follow through the steps to extract it in the same directory. If you don’t remember how to extract a zipped file, there are directions within last week’s post when we extracted the zip file of a theme and uploaded it to our /themes/ directory on the server.
The pop-up window at FeedBurner gives Installation directions for the plugin that are easy to follow. We’ll walk through them together.
1. “Copy the plugin file, FeedBurner_FeedSmith_Plugin.php into your default WordPress plugin directory, wp-content/plugins/”
What they mean by “Copy the plugin file” is that you must upload the file to your server’s /plugins/ directory. Remember how we did this last week? We uploaded a new theme to our /themes/ file using Filezilla. The SAME EXACT STEPS are used to upload a plugin to your /plugins/ directory on your server.
Your /plugins/ directory is located right above your /themes/ directory within the /wp-content/ directory on your server. So, again … review last week’s tutorial on how to upload a file to the server and then, upload the FeedBurner_FeedSmith_Plugin.php file ONLY into the /plugins/ directory on the server.
PLEASE NOTE: You are NOT placing the entire /FeedBurner_feedsmith_plugin_2.2/ directory on the server! ONLY the file within it called FeedBurner_FeedSmith_Plugin.php will be uploaded.
2. “Activate the plugin by logging into your WordPress administration area, clicking Plugins, then clicking Activate at the end of the ‘FeedBurner FeedSmith’ row”.
This is pretty self-explanatory, but let me give you some images to make it easier. Once you log into your WordPress Dashboard (Found at: http://www.yourblog.com/wp-admin ), scroll across the horizontal menu text links at top and click on “Plugins”.

You are now in the “Plugins Management” area of your WordPress blog. Scroll down the list of Plugins to find “FeedBurner Feedsmith” and then look to the far right for the text link, “Activate”. Click it.

Once you click the text link, “Activate” you will see a yellow horizontal bar up top and the words “Plugin Activated” will appear.

As the yellow horizontal bar fades away, you can look down at your plugin and see the table’s color has changed and now the text link you clicked says, “Deactivate”. That means your FeedBurner Feedsmith plugin is active.
Continuing on with FeedBurner’s instructions…
3. “In the WordPress administration area, begin the configuration by clicking Options and then the FeedBurner FeedSmith sub-option.”
So, here we go…from the Plugins Management window, click on the text link up top for “Options”.

Still looking at the text links above, within the “Options” window, click on the text link that says “FeedBurner”.

4. “Follow the links to create your FeedBurner feeds, or if they already exist, simply fill in their URLs in the boxes provided.”
We have already created our FeedBurner feeds, so now we just need to fill in their URLs in the boxes provided on our WordPress blog. This tells our WordPress blog what our feed is so it can redirect any other built-in feeds to our new, customized feed.
Now that you are in the “FeedBurner Plugin” window, you need to enter the URL for the feed you burned earlier as I did below.

5. “Verify your URLs in the text entry fields, and click Save.”
Easy enough. Done. You will see the yellow bar up top light up yellow and fade out, leaving the text, “Your settings have been saved.”
6. “Now, all of your WordPress feed traffic should be redirected to FeedBurner.”
Weeeeeeee!
Now that your blog’s feed is slicker than a goose poop, I’ve got ONE MORE THING to show you.
Summary or Full Text
If you are already familiar with using a Feed Reader to read your subscribed blog feeds, you may have noticed that some feeds show the full posts and some only show a summary.
I am not going to tell you whether to select “Full Text” or “Summary”, but I will tell you my personal opinion on the matter.
I think it is rude to burn only a “Summary” to your feed. It is a “tease” and well, I don’t like it. By only showing a Summary you are trying to control your subscribers’ reading experience. The Summary forces the reader to click through to your blog to continue reading “the rest of the post”. In other words, instead of allowing your reader to decide whether or not they want to visit your blog, you’re forcing them to do it. Eeek!
Whenever I subscribe to someone who only burns the Summary, I unsubscribe. Why? Because I read MOST blogs within my Google Reader. I do not click thru to blogs unless I want to comment. There is no way I can go to every blog I’d like to read on a daily basis. The Google Reader allows me to see more, but even then, I’m limited. So, when someone only offers me a Summary, thereby trying to force me to click through to their blog to read, it irritates me and I don’t subscribe.
There are other views on the matter. Here’s some reading fodder for you.
- Full vs Summar Feeds: Mosty a Matter of Taste
- Full Text vs Summary Feeds
- Full or Partial RSS Feeds: The Great Feed Debate
Now that I’ve exposed you to other opinions, I’m going to show you WHERE in your WordPress blog you need to go to either set your feed to Full Text or Summary.
Log into your WordPress blog’s Dashboard and select “Options” from the horizontal nav bar.

From the “Options” window, click on the text link “Reading” to open the “Reading Options” window.

In the “Reading Options” window scroll down to the sub-header “Syndication Feeds” and check the radio button for either “Full Text” or “Summary” and then scroll to the bottom of the page to click the button, “Update Options”.
As you can see in the image above, I had not yet changed mine to “Full Text”. WordPress defaults to “Summary”.

A yellow horizontal bar will appear and then fade up top to let you know your Options have been updated.
This has been a long one, and I lied up there when I said I only have one more thing to show you. I actually have yet another thing to show you. I’ll post it later this week as a sort of “update”. I want to show you how to update your header.php file and any FEED text links on your blog to show your actual FeedBurner feed and not any default built-in feed. So, look for that in a couple of days.
Glad you stuck it out to the end.
Comments are for your questions!

33 have spoken up.
WordPress Wednesdays » Blog Archive » Customizing your blog’s feed.
[...] Come and learn how to customize your blog’s feed! [...]
chocolatechic
I was getting excited….till I got to the download, extract blah..blah…blah and my brain decided to stop…..
I sooo wish I had the techie gene…
OMSH
chocolatechic – YOU CAN do this. I promise you CAN. Step by step. I swear I’ll walk you through.
chocolatechic
Ok…I’ll try.
First I need to go to Stuffmart.
chocolatechic
Alrighty. I am sitting at the master’s feet with pen and note paper in hand.
ByJane
Yet again I must tell you that I love you (consider it our Wednesday date, although I missed last week).
But–I’m still not clear on what I need to do. I use the Google Reader to read blogs, so I’m cool on working with that. My blog is on blogspot–do I need to burn a feed for my readers or is it automatic (that sounds like I know wtf I’m talking about but I’m just babbling jargon).
OMSH
Steph
You know, I thought I already knew all this. Turns out, I didn’t. There were a couple of things I needed to goof with in my Dashboard. I love WordPress Wednesdays. :)
Also? I’m with you on the whole “summary” v. “full text” thing in feeds.
OMSH
Steph – I’m so glad to hear that. I don’t get many Comments, so I do hope they are as helpful as I want them to be. :)
Kelly
Woohoo! I thought I had this done… little did I know :P Thanks Heather :D
Just Beachy
I think it will catch on more and more, I love WPWednedays! I do have a question? what is the difference between Feed/ RssFeed/ and atomFeed? I had those three choices to choose from when I set up my feedreader? I chose the middle one and then continued with your tutorial, and assigned it to my desire :)
Just Beachy
Oh, Sorry.. I meant when I set up my feed at Feedburner, not feedreader… This is a lot to absorb.
OMSH
I understand this is a lot to digest. When you have a moment and want to wrap your head around the differences, Problogger has a great article.
Angella
These tutorials are the best! As are you ;)
Carole
Ok..I love that you are doing this, but it is really really making me feel …um….DUMB!
Steph
Hey, Carole? I’m more than willing to help you out, if you need it. I know this is OMSH’s deal, but I’m sure willing to help, not that I’m as expert as she is, but sometimes, it just takes someone saying it THIS way instead of THAT way for the light to go on. :)
OMSH
Carole you are so NOT dumb. If you have any questions put them here – or ask Steph … either way, we’d both be glad to help.
I bet if you put them here you’d find many more with the same question and I might find I need a tutorial on THAT particular thing too.
Steph
Just to clarify — I wasn’t trying to horn in on your gig here. :grin: I just like geeking out and helping other people find their inner geeks. :)
Carole
Thank you so much steph and the mighty OMSH!!
I have been playing with this, but it seems the kiddos are always on top of me, I am going to try tonight, when Jack is home from work and can entertain them for ..a couple minutes…or hours..LOL
I am sure to have questions
KYouell
In agreement on the lovin’ this and lovin’ you for doing it. Would like to add that the big red circles on the screenshots are MUCH appreciated.
We have our WP blog set up so I think I now need to go back and start from week one with it. Of course, I also need some freaking content. I’ve gotta stop reading blogs. And doing Sudoku. :-D
OMSH
Carole – How’d it go?
KYouell – Ahhh … Sudoku. I refuse to buy one of those books as I fear I will never get another thing accomplished – ever.
Ang in TX
Oh, I just had to pop in and vent. I DESPISE internet explorer!!!!! I have this wonderful new design on a theme and IE strips the styling and my header. ARGH! It’s the bane of my existence.
So what did I do? I came over here and created my feed which was so easy to do all because of you! Could you please take over IE?
OMSH
IE is the bane of every designer’s existence.
I’m so so sorry.
*sigh*
WordPress Wednesdays: The Rest of the RSS Story
[...] week’s WordPress Wednesdays’ tutorial was about RSS Feeds; what feeds are, why they are relevant to blogging, how to burn your [...]
bethany actually
Man, I am rapidly losing my momentum. :-) I think I just need a nap.
mommyknows
I’ve just discovered feedburner is merging with google! ARGH! What is your take. I am wondering if I should transfer my account or if there is another feed service like feedburner available. Hmmm …
OMSH
mommyknows – I should update this to reflect this change, but this has already been done; it was seamless and it is over. The only difference is you can’t view your stats anymore through Feedburner – they expect you use Google Analytics.
Do you dislike Google.
mommyknows
Yeah, it was easy to switch over, BUT I guess I do dislike google a wee bit. I really dislike the way they are tracking backlinks in wordpress right now. I can have 200 links at 3 p.m., 108 @ 5 p.m., then it’s back up the next day. I liked it when wordpress used technorati!
I suppose I was happy with feedburner the way that it was.
Maybe I just don’t like change!
OMSH
mommyknows – I can understand all that – especially the part about not liking change. :)
Allison
Hello again,
I promise Im not stalking you : ) On this tutorial when I go to feedburner.com, put in my url and click next, it says it only gets a 404 page. Im having the same trouble with the “about” Page, comments, etc. Any thoughts. Thanks alot.
OMSH
Allison – If Feedburner doesn’t recognize your feed it could be for a variety of reasons – and they will typically list them out on their error page. However, when I go to your site I get a 404 page when I click on your feed link or try to subscribe to your feed, so there is an error directly at the site that has to be remedied before Feedburner can pick up the feed.
If you are receiving 404 pages for the others it is likely because the .htaccess problem has not been remedied since you switched the permalinks and so the blog doesn’t know where its going.
I’ll go take a look at the .htaccess; just a sec.
OMSH
Okay Allison – There wasn’t an .htaccess file, so I created one, corrected the file permissions so the permalink structure would update per the other tutorial, then saved the changes.
Now Feedburner will recognize your site and if you click the Subscribe button for your RSS FEED on your site it works now too.
Allison
Thank you, thank you, thank you again!!!! Got the feedreader set up. Yeah.
Comment if ya wanna.