Saturday, 14 January 2012

// // Leave a Comment

Remove Feedburner logo From Buzzboost widget


remove feedburner logo from buzzboost

Feedburner buzzboost giving you the widget lets you display headlines of your blogger recent posts and recent comments. The Feedburner is logo is added to the footer section of her all widgets. But now a days this logo is not for professional blogs. The logo naming as "Headlines By Feedburner". It is more difficult if simply one can finding but i have discussing some JavaScript to remove the logo. Friends now start learn how to remove the logo from the feedburner buzzboost widget. Friends the feedburner widget many are not adding due the feedburner footer logo, i thinks so after this trick all can use this trick.

 


Before

buzzboost with logo

After

buzzboost

Remove Feedburner Logo




Feed burner recent post look like this


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


Replace your feed burner code with below code


<style>

/* Removes Buzzboost Logo (MBC) */

div  #creditfooter{
display: none;
}

</style>

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


Replace my red color feed burner code with your feed burner code.

Save your template.

Visit your blog and enjoy with new look!!



0 comments:

Post a Comment