Remove FeedBurner Image From BuzzBoost

Buzzboost

BuzzBoost is an awesome service from FeedBurner. If you use BuzzBoost, then you must have seen the small Headlines By FeedBurner image below the widget.

Buzzboost

However everyone doesn't want to display the image in the widget. So to remove it, you have to add a small piece of code in the widget just below the BuzzBoost code as seen below. Just paste the code in bold below your buzz boost code.

<script src="http://feeds.feedburner.com/CoolTricksNTips?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/CoolTricksNTips"></a><br/>Powered by FeedBurner</p> </noscript>


<style>
#creditfooter
{
display: none;
}
</style>

Thats it, now click on Save and check the widget again, the Feedburner image wont be there. If you want to see an example of a BuzzBoost widget without the image, then check the sidebar of this blog. The Cool News widget is using BuzzBoost.

0 comments: