Custom Feed Icon
->
How to make your own custom feed icon
Your old feed code may look like this
<a href=”http://feeds.feedburner.com/http/wwwQuick2Fixcom” rel=”alternate” type=”application/rss+xml”><img src=”http://www.feedburner.com/fb/images/pub/feed-icon16×16.png” alt=”" style=”vertical-align:middle;border:0″/></a> <a href=”http://feeds.feedburner.com/http/wwwQuick2Fixcom” rel=”alternate” type=”application/rss+xml”>Subscribe in a reader</a></p>
Remove everything I have bolded up to where you see the <img and replace the image code with this code
<img src=”http://quick2fix.com/wp-content/uploads/2007/11/feed-burner.jpg”
You can change the image code to use the image of your choice, you must have the image location. You can get your image code by inserting an image on your site and then view it, click on properties and copy the Address: URL that you will need for your custom image, then proceed to make your changes.
New code should look like this
<div align=”center”>
<a href=”http://feeds.feedburner.com/http/wwwQuick2Fixcom” rel=”alternate” type=”application/rss+xml”>
<img
src=”http://quick2fix.com/wp-content/uploads/2007/11/feed-burner.jpg”
NOTE - You must access your own feed burner code to edit it.

November 9th, 2007 at 12:52 am
Hey thanks for the lesson on how to change the feed icon, I tried this and had it done in a few minutes, look and works great. As you said it was Quick 2 Fix.
August 12th, 2009 at 9:35 am
Thank you for instructions, they worked great.