HackToHell. Powered by Blogger.

A better recent posts for blogger using Feedburner

If you are a user of blogger and use the Recent posts of blogger, you will find that it does not match the actual colour of text in your site.So i found a work around!

It uses Feedburner's BuzzBoost.

First go to feedburner and switch to the old view.Then in the publicize tab , click BuzzBoost and generate your HTML code(you have to activate it first).

Now get that HTML code , it must look like this.

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

Now if you preview it and see , you will see that the title and the text are in the same size , now we want the title to look bigger,so we add some custom CSS.

<script src="http://feeds.feedburner.com/hacktohell?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/hacktohell"></a><br/>Powered by FeedBurner</p> </noscript>
<style type="text/css">
.headline {
font-weight:bold;
}
</style> 

This makes it bold !


For ,more CSS see.

Ta da! you have a FAST loading recent posts
Share on Google Plus

About hacktohell

Love technology.
    Blogger Comment
    Facebook Comment

1 comments:


  1. Wie sicher sind SCADA-Systeme in der Industrie? Oft wird angenommen, dass diese Systeme aufgrund ihrer Isolation vor Cyberangriffen geschützt sind. Das ist jedoch ein Trugschluss. Tatsächlich sind sie oft veraltet und anfällig für Angriffe. Im Jahr 2024 wird die Einhaltung des BSI IT-Grundschutzes zur Pflicht für Unternehmen in kritischen Infrastrukturen. Eine Schulung zur Cybersecurity Weiterbildung kann hier entscheidend sein, um Mitarbeiter zu sensibilisieren und spezifische Sicherheitsstrategien zu entwickeln. Besuchen Sie https://csvisor.de/ für weitere Informationen über relevante Schulungen und Maßnahmen.

    ReplyDelete