How To Remove Feedburner Logo From Buzzboost Widget

Feedburner buzzboost is a smart widget provided by Google Feedburner service. This widget lets you to display your recent posts and recent comments of your blog. By default, the widget contains a credit logo at the footer section that says "Headlines By Feedburner". Now this tutorial will show you How To Remove Feedburner Logo From Buzzboost Widget.'

How To Remove Feedburner Logo From Buzzboost Widget


  • Feedburner code for recent posts looks similar like this

<script src="http://feeds.feedburner.com/latesthack?format=sigpro" type="text/javascript" ></script>

  • You just need to add the following code above the code of either Recent posts or Recent comments

<style>
div  #creditfooter{
display: none;
}
</style>
<script src="http://feeds.feedburner.com/latesthack?format=sigpro" type="text/javascript" ></script>

  • Now save your widget

Like it? Share it.

No Comments

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.