FeedBurner BuzzBoost Tips
I have said this before, FeedBurner is the best way to publish a feed for your website, blog, podcast, whatever. It’s not because it’s so easy to use. It’s not because it’s so cool. (It is all that). It’s because of all the features that you have available to you for your feed. Features such as the ability to automatically add a copyright message to your feed, or insert advertisements, or add a “digg this” button to it.
But the topic of the post today is a feature called the BuzzBoost. What BuzzBoost does is that it reformats your feed into a portable HTML format. It provides you a block of JavaScript which you can embed wherever you want to insert your feed as Html. For example, take a look at my blog’s feed:
Now, I can think of a lot of uses for this. But most uses will demand some changes to the look and feel of this content. The good news is that you can customize this to your heart’s content. The answer is CSS; the content produced by BuzzBoost has class names for all their items and you can create CSS styles for each one. FeedBurner provides a quick-start for making these customizations here. However, I wanted to do a couple of things which I couldn’t find on their help site.
Remove that FeedBurner Image – I didn’t want to have the FeedBurner image that shows at the bottom of fthe generated HTML. To do this, you have to use the following code:
#creditfooter
{
display: none;
}
Change the color of the Post Headers – this one was a little trickier as there was no class for that particular item. In the following example, I am changing the color of the headers to red. But you can add whatever style you want to the header;
div.feedburnerFeedBlock ul li span a
{
color: Red;
}
Well, that is the little tip for BuzzBoost. Have fun playing.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





April 25th, 2008 at 4:42 pm
Your blog is showing types of feed:
1. Feedburner: If you click on “Click Me” robot then it shows feedburner’s feed. (http://feeds.feedburner.com/HabituallyGood)
2. Default(WordPress): If you click on RSS feed icon from your browser then it shows the feed generated by your wordpress application. (http://blog.gadodia.net/feed/). May be because in page you specified the address of 2nd type:
April 25th, 2008 at 11:27 pm
Thanks Ramesh. I fixed it
April 26th, 2008 at 7:15 am
You have been tagged!
January 8th, 2009 at 7:16 am
I’ve used it on blogger and it works. But when I apply it on my wordpress blog, it doesn’t work, maybe there is another way? thanks
January 8th, 2009 at 9:43 am
@Evtya It does work on WordPress. As you can see in the post above, I have it embedded in there.
Drop me a mail if you want to figure out and we can work together to find a solution to your problem.
Cheers.
January 9th, 2009 at 9:37 am
Still doesn’t work in my theme
Because of it, I use php code only special for feedburner. Something like wordpress hack. But the links are showing feedburner link direct to my site. If we use feedburner code, it shows our link site. you can see it in my site here http://blog.evytaar.com
on top content
January 9th, 2009 at 10:20 am
@Evtya – I do see it. What are you using? I have used Buzz Boost many times successfully. Could you be doing something wrong?
January 9th, 2009 at 2:17 pm
I use php code special for feedburner buzzboost. I don’t know, I have added the code
#creditfooter
{
display: none;
}
into my css style, but whe I open my homepage, there is still no change. First I think because of browser cache, so I clear my cache. But it still doesn’t change. I don’t know. Maybe I’ll try it later. I hope it’s because of my ISP.
January 9th, 2009 at 2:29 pm
@Evtya – I sent you a mail, have a look at it.
December 2nd, 2009 at 12:04 am
I’m using Feedburner to handle RSS and email subscriber messages, but I’d like to modify the look of the email messages. My WP theme has a black bkg, nearly white text, and orange headers, and I’d like to format the email messages the same way, as well as add a header graphic to each one. If I use Buzzboost and modify that template will that be used in the email messages that are sent out?
December 2nd, 2009 at 12:18 am
Nopes, BuzzBoost doesn’t have anything to do with the email messages that are sent out.
FeedBurner does allow you to change the look and feel of your email though. In the control panel where you configure your email subscriptions settings, there is a link for Email branding which lets you change stuff like font, colors, etc.
December 2nd, 2009 at 1:19 am
OK, thanks for that information. Feedburner doesn’t let you set the background color, and I’d like to change that to match my WordPress theme, where it’s black background with off-white text, and green headers. Do you have any idea how I can accomplish that? So far I can’t find any access to the email css.
Thanks,
Mike
December 2nd, 2009 at 10:24 am
Yes, you are right. No option to change background, although I am not sure why they would do that
Sorry, can’t help you. A quick Google search didn’t turn up anything at all.
Perhaps time to look for another tool
February 2nd, 2010 at 1:21 pm
Hi there, I was also really happy to note how easy it was to integrate feedburner into my site (www.shotgun-politics.com/blog.php). However I am a stunted at the long time it takes between me posting a new blog to BuzzBoost to recognize it! Are there any tricks that you have seen – so far it has been days since posting, and still the new headline has not shown up. Strange…
February 2nd, 2010 at 2:09 pm
Hi Fred, try this. Configure your blogging platform to ping the FeedBurner servers every time you make a new post. That should inform FeedBurner that there is new content immediately after you post it.
February 2nd, 2010 at 2:29 pm
Ah! That clearly makes sense! Thank you for the help, I’ll talk to the one.com guys about it. Cheers!
// Fred
June 2nd, 2010 at 7:34 pm
Great – thanks.
for removing the list type bullet add:
div.feedburnerFeedBlock li{list-style-type:none;}
June 14th, 2010 at 11:09 pm
thanks for this tutorial. for some reason, despite having “display item content” checked, the content of the blog post does not show. any ideas for me?
June 15th, 2010 at 2:15 am
Not sure… I did this a long time ago, so nothing jumps up as the probably cause at this stage.
July 15th, 2010 at 1:59 am
Quite informative.
I am going to use the code to remove the credit footer
Thanks for sharing.
August 5th, 2010 at 11:33 pm
Thanks a bunch! That little footer was driving me crazy ….
September 12th, 2010 at 9:45 pm
Hi,I am completely baffled, where is the HTML to edit the feed?
I know that the feed is embeded with javascript generated by BuzzBoost, but I can’t for the life of me figure out where the HTML would be for example, to edit the footer as you have done in the tutoril.
Thank you,
DaveLEWIS
September 13th, 2010 at 6:23 am
hi Dave,
No, you will not be editing the HTML generated by the FeedBurner JavaScript. Instead, you will be editing the HTML/CSS of your page on which you are inserting this JavaScript.
So, wherever you are using the JavaScript, just put the above-mentioned CSS in a STYLE tag on the page, or you can put them in the CSS file for that page.
Cheers.
October 13th, 2010 at 6:18 am
Thanks for the tip on losing that feedburner logo
#creditfooter
{
display: none;
}
However I need the class for the title. I need to style it.
I tried
div.feedBurnerFeedBlock p.feedTitle { color: red; }
but that didn’t work.
October 13th, 2010 at 10:04 am
hi Keith,
Not sure why it won’t work. It looks like you are doing it right.
You are referring to the title of the feed right?
March 1st, 2011 at 7:25 pm
Hi Keith,
Great tips thank you.
I too am looking to alter the display title, (not the posts title) tried adding font weight and px size to
div.feedBurnerFeedBlock p.feedTitle {
font-size:18px;
font-weight:bold;
}
It did not work, is it possible ?
March 8th, 2011 at 5:37 am
Hello, i had a similliar problem, but i found out that the mistake was mine, because the post titles, from the feed, where actually pulling the css from my inner-content (the main page css) first and not the css linked to feed’s title. So i did this to fix it:
#inner-content div.feedburnerFeedBlock ul li span.headline a {
color: #d2232a;
text-decoration:none;
}
Don’t know if this will help you with your problem, but i hope so.
Oh, and Vaibhav, thanks a lot for this useful explanation. I was getting nuts with the oficial buzzboost explanation
March 8th, 2011 at 9:36 am
Joana,
you are welcome, and thanks for sharing your solution.
Cheers.
February 26th, 2011 at 12:13 am
hi! umm im new to adobe dreamweaver and i just completed an image template which i sliced and imported into DW. then i used the AP Div and made a box on top of an area of my picture and inserted the buzzboost code. then i right clicked and chose CSS styles, then new, chose the font and color from a list, and saved and applied. the problem is, i can NOT find the place where i ADD CSS codes!!!ive been searching for so long and all websites said i have to use CSS to style stuff: HOW do i get to the place to use CSS? do i just insert CSS into the HTML code source?
February 26th, 2011 at 2:27 am
Yup, that is exactly what you do. BuzzBoost emits the html with the style classes embedded in it. So any CSS on your page containing the buzz boost code which defines these styles will be applied on the buzz boost html elements.
March 22nd, 2011 at 11:58 am
Hi Vaibhav,
Great article. The little fixes are very useful.
I have one question, though, that might be another nice little add. Do you know how to add the number of comments for each post to the syndication?
Thanks,
Stephen
March 24th, 2011 at 9:19 am
Nopes. But, i don’t think its possible by default using BuzzBoost (though I am not sure about that either).
March 24th, 2011 at 10:50 am
Okay, just wondering because I’ll be switching templates soon and hope I can add that type of thing. Regardless, great information because I certainly don’t want that label on mine!
October 2nd, 2011 at 6:43 am
I am looking for a way to add a space after each title. I can add space between the end of the content and the next title but I need a space after the title if possible. thanks