How To Remove Feedburner Logo From Buzzboost Widget

How to remove feedburner logo from buzzboost widget easily...

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 lovely blog. By default, the widget contains a credit logo to the footer section that says "Headlines By Feedburner". You know what, it is too much difficult if you want to remove the logo simply. Don’t worry, we are showing you an easy way to remove the "Headlines By Feedburner" logo from the feedburner buzzboost widget. We are sure that after applying this hack you will say, it’s so easy that I thought.

So, lets know how to remove Feedburner buzzboost logo

Look at your Recent posts feedburner code similar like this...

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

and your Recent comments feedburner code look like this...

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

Now simply add the below code to above your Feedburner code of Recent posts or Recent comments.

    <style>
    /* Remove Feedburner logo by shinemat.com */

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

The final result should look like this...

    <style>
    /* Remove Feedburner logo by shinemat.com */

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

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

Now save your widget and reload your blog. Look the boring feedburner logo is vanished.

Have a nice good day!

Please DON'T spam here. Spam comments will be deleted just after our review.

Post a Comment

Please DON'T spam here. Spam comments will be deleted just after our review.

Post a Comment (0)

Previous Post Next Post