This button has become the standard for finding and subscribing to a site’s RSS feed. When a reader is interested in subscribing to your feed, he/she is probably looking for that button. You need to have that button! (I’m sure you can feel the urgency, right? RIGHT?!?) Never fear, I’m going to walk you through getting that button and linking it to your feed.
Before We Begin
You need to have the graphic you want to put on your sidebar. In this case it’s the orange RSS feed button. Follow these instructions to download the button and save it on your computer (this way you don’t pull from someone’s bandwidth and everyone’s happy).
- Right click this image:
- Choose Save As from the menu.
- Choose where you would like to save the image on your computer and click Save.
- For Typepad and WordPress you can use the image straight from your
computer; Blogger users will need to upload the graphic to a secondary
host (e.g., Photobucket). Blogger users, determine your image’s URL and copy it to the clipboard.
Finding Your Feed URL
Now we need to figure out your feed URL.
Blogger:
Generally speaking, the Feed URL for your site is
YOUR BLOG NAME.blogspot.com/feeds/posts/default?alt=atom
Or
YOUR BLOG NAME.blogspot.com/feeds/posts/default?alt=rss
You can read an excellent tutorial on this at The Real Blogger Status.
TypePad users can read about your Feed URL in this tutorial from TypePad.
Putting It All Together
Blogger:
Blogger blogs have a footer that says, “Subscribe to: Posts”. This is a link for readers to subscribe to your blog with their feed reader. However, I think you’ll agree that having the subscription at the bottom of the page is not optimal. We want it to be easy and obvious for your readers to find your RSS feed and subscribe. It should be placed at the top of a column for easiest access.
- Log in to Blogger and click Layout.
- Click Add Page Element.
- Under HTML/Java Script, click Add to Blog.
- In the pop-up window, you can leave the Title field blank or type a title (e.g., Subscribe to My Blog’s Feed). In the Content field you will need to type in the following code:<a href=”YOUR FEED URL”><img src=”IMG URL” alt=”subscribe via rss” /></a>Make sure you change “YOUR FEED URL” to your actual feed URL. (Keep the quotes around the URL.)You must also change IMG URL to the URL you copied from step four above in Before We Begin. (Keep the quotes around the file image URL.)
- Click Save Changes.
- Click Save.
TypePad:
In addition to the instructions below, TypePad offers several widgets to help with RSS Subscription.
- Go to TypeLists and make a new Link typelist.
- In the NOTES field type in the following code:<a href=”YOUR FEED URL”><img src=”IMG URL” alt=”subscribe via rss” /></a>Make sure you change “YOUR FEED URL” to your actual feed URL. Also
change “IMG URL” to the URL you copied to your clipboard earlier (see
#4 under Before We Begin). - Click Save.
- Click the Configure tab.
- Under Display, click Show Notes as Text.
- Save Changes.
- Publish to the appropriate blog.
- Order Content as necessary.
- Republish blog for changes to take effect.
WordPress (from Jordan McCollum at Momma Blogga):
- Find an orange RSS button and save it to your computer. (Here’s a really big one, which you’ll probably want to make smaller before uploading it: http://www.road2graduation.com/wp-content/uploads/2007/11/rss-big-small.jpg
). - Upload it to your blog or a photo website like Flickr or Photobucket.
- Once you’ve uploaded the button, get the URL for the image. If you uploaded it to your blog, it will be under Manage > Uploads. Click on the picture of the button and the URL is displayed in the first box. Copy the URL of the image to your clipboard.
- Go to Presentation > Widgets.
- Drag and drop a new Text widget into your sidebar. If you don’t have a Text widget available, scroll down to Text Widgets, choose a higher number from the pull-down menu and click Save. Then drag the new Text widget into your sidebar.
- Click on the Configure box on the same line as the Text widget you just added. This should open a pop-up window with two boxes.
- The first box is for the title of the Text widget. You can make this “Subscribe via RSS” or “Read this blog in a feed reader” or anything else you want, or you can leave it blank.
- The second box is for text. You can enter HTML here. To get the image of the RSS button, enter<a href=”http://YOURBLOGNAME.wordpress.com/feed/“><img src=”INSERT URL HERE” alt=”subscribe via rss” /></a>This will display the image and make it a link to your blog’s feed. If you would like to add some accompanying text, you can insert it before the “</a>.”
- Close the configure window (with the X in the corner of the pop-up).
- Click Save Changes.
Very useful article – adding rss to blogs is becoming standard and something everyone should do who wants to increase traffic on their blog.
Thank you!! So helpful.
A print button would be handy,
I have a long busride into work and I like to print out useful posts to read on the bus.
It is a good thing that you cover all aspects from blogger’s point of view to WordPress and Typepad.
I think there’s an easier way. I’ve always just used the Feedburner link. In Blogger you need to open an HTML widget, and in WordPress you open a text widget.
Then, go to Feedburner.
Click on the feed title for which you want the button.
Click on ‘Publicize’
Find where it says: ‘Chickletize your web site. Encourage people to subscribe to your feed by posting a friendly graphic in an easy-to-find location.’ The words ‘friendly graphic’ are a link, click on it.
Then you choose a standard icon, 16 x 16 or 32 x 32 or another, specific one. Scroll down the page, and there is some code in a box.
Highlight the code by clicking ctrl a, then copy (ctrl c) and paste it into your widget.
Or, Feedburner can automatically add it to your blog.
This code is fairly easy to change if you want to add your own image. I made my own buttons for my blog, and it’s not hard.
Hope this helps!
Gosh, I’ve spent hours trying to figure this out and you had the answer all along!! thank you
Thank you SO MUCH for this post! I’d been meaning to update my subscription options, and this really helped. Thanks!!
Oh dear…I always thought I was so computer saavy, too. I guess that’s why I subscribe to YOUR feed!
I’ve loaded the button…but instead of the cute little RSS button, I get one of those “x” and a message that says “subscribe via RSS”
What did I do wrong? There seems to be a piece of code in what you gave us (alt img= “subscribe via RSS”) that has taken the spot of the image I WANTED there. Help?
I loaded the button into Picasa and then used the URL of the picture THERE in the code that you gave us.
Thanks for all of the helpful info on your blog! I have an award for you on my blog!
Comments are closed.