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>
div #creditfooter{
display: none;
}
</style>
<script src="http://feeds.feedburner.com/latesthack?format=sigpro" type="text/javascript" ></script>
- Now save your widget
No Comments
Click to Add a New Comment