How to Remove (Delete) Headlines by Feedburner logo image

Advertisements:

How to Remove (Delete) Headlines by Feedburner logo image at the bottom of BuzzBoost feeds HTML code to display latest posts of a blog.

remove headlines by feedburner

Many of the bloggers use Feedburner to republish their feed as latest posts at the sidebar, but a logo image named Headlines by Feedburner will be present at the bottom of the latest posts or feeds which will look some what disturbing to the visitors . Here isĀ  a trick to remove that image, just copy the buzzboost code and paste as usual, but along with that code paste the following code after feedburner code -

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

For example see the below code in which i have added the the above code along with the feedburner buzzboost code -

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

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

That’s all, now save the code as widget in your sidebar and you will not see that logo at the bottom of latest posts.


feedburner, feeds, images

2 Responses to How to Remove (Delete) Headlines by Feedburner logo image

  1. JAvier June 3, 2011 at 6:49 am #

    you saved my life today, thank you

  2. Aitor September 25, 2011 at 1:22 am #

    Eskerrik asko. Thank you.

Leave a Reply