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

0 comments:

Post a Comment