Monday, May 25, 2015

Hiding Headlines by FeedBurner

Feedburner's BuzzBoost widget can help you to display the latest posts and recent comments in your RSS Feed. The widget publish your feeds in HTML (HyperText Markup Language). The widget automatically raises the attribution to the Footer section that reads "Headlines By Feedburner".

For example, Feedburner's script code to display the latest posts generally have the following format:
<script src="http://feeds.feedburner.com/vocemsfeed?format=sigpro" type="text/javascript" ></script>


To be able to hide the attribution to the Footer section that reads "Headlines By Feedburner" then can apply the following script code:

By applying kodeskrip over the attribution to the Footer section that reads "Headlines By Feedburner" will not reappear.
<style type="text/css">
div #creditfooter {display: none;}
</style>

Good luck and hopefully useful!
No comments: