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.

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.






you saved my life today, thank you
Eskerrik asko. Thank you.