Feedburner is one of the best service where users can burn their site feeds. You can easily publish your feed using the html code provided by feedburner, in which it is not having a good look because of the boring bullet list, so i think i have to share a trick on how you can give it a nice touch using CSS.
This trick applies to both feedburner recent comments and recent post widget, and i assumed that you have read how to add feedburner recent posts widget and How to add feedburner recent comments widget because we will need to add some CSS code to the default code.
See the preview below, the green mark icon appear on mouse hover.
How To Customize Feedburner Buzzboost Widget
- I assume that you have your feedburner widget code readily copied somewhere.
- Now go to your blogger dashboard
- Click on Design > Page elements > Add a Gadget (Old blogger interface)
- Click on Layout > Add a Gadget (New blogger interface)
- Choose HTML/JavaScript from the options that appear in the pop-up window
- Now paste the feedburner widget code in the content box and paste the following code above your feedburner widget code.
<style>
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
div.feedburnerFeedBlock ul li {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW5x97qDzwEQbemhHRN4Hxcc_vgctZJRoiCrdjXndWiyGlC1U04yRjCGfD0gn-gyTPz2dU55IO0H6aa8YjpTYx7zhibu_bU9ZMsUB0PeBnWC9UJqwdU2s5QrSzdO9J2mr_nH1xSzPkPJVo/s1600/rb+cancel+icon.png) no-repeat 2px;
list-style-type: none;
margin: 0 0 5px 0px;
padding: 5px 5px 5px 30px !important;
border: 1px solid #dddddd;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
div.feedburnerFeedBlock ul li:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTH-4rn2G25M6p6A5zK83t6n6gb33OhpbZqlo_dH0Qn_KHUaI-129X41o2QBGHmjVfv1oez34p0SwWmlgkECiEtSOt-Mlbw5SSf4VBYLPPGo0GInIYMOXRi1XC135XszERuo2GxayKOqOc/s1600/rb+mark+icon.gif) no-repeat 2px;
border: 1px dashed #848484;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div.feedburnerFeedBlock ul li a:hover {
text-decoration: none;
}
div #creditfooter {
display: none;
}
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
</style>
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
div.feedburnerFeedBlock ul li {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW5x97qDzwEQbemhHRN4Hxcc_vgctZJRoiCrdjXndWiyGlC1U04yRjCGfD0gn-gyTPz2dU55IO0H6aa8YjpTYx7zhibu_bU9ZMsUB0PeBnWC9UJqwdU2s5QrSzdO9J2mr_nH1xSzPkPJVo/s1600/rb+cancel+icon.png) no-repeat 2px;
list-style-type: none;
margin: 0 0 5px 0px;
padding: 5px 5px 5px 30px !important;
border: 1px solid #dddddd;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
div.feedburnerFeedBlock ul li:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTH-4rn2G25M6p6A5zK83t6n6gb33OhpbZqlo_dH0Qn_KHUaI-129X41o2QBGHmjVfv1oez34p0SwWmlgkECiEtSOt-Mlbw5SSf4VBYLPPGo0GInIYMOXRi1XC135XszERuo2GxayKOqOc/s1600/rb+mark+icon.gif) no-repeat 2px;
border: 1px dashed #848484;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div.feedburnerFeedBlock ul li a:hover {
text-decoration: none;
}
div #creditfooter {
display: none;
}
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
</style>
After pasting your code your final result should look like the example below.
<style>
/* ============ Customize Fedburner Buzzboost WidgetBy www.realcombiz.com ============= */
div.feedburnerFeedBlock ul li {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW5x97qDzwEQbemhHRN4Hxcc_vgctZJRoiCrdjXndWiyGlC1U04yRjCGfD0gn-gyTPz2dU55IO0H6aa8YjpTYx7zhibu_bU9ZMsUB0PeBnWC9UJqwdU2s5QrSzdO9J2mr_nH1xSzPkPJVo/s1600/rb+cancel+icon.png) no-repeat 2px;
list-style-type: none;
margin: 0 0 5px 0px;
padding: 5px 5px 5px 30px !important;
border: 1px solid #dddddd;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
div.feedburnerFeedBlock ul li:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTH-4rn2G25M6p6A5zK83t6n6gb33OhpbZqlo_dH0Qn_KHUaI-129X41o2QBGHmjVfv1oez34p0SwWmlgkECiEtSOt-Mlbw5SSf4VBYLPPGo0GInIYMOXRi1XC135XszERuo2GxayKOqOc/s1600/rb+mark+icon.gif) no-repeat 2px;
border: 1px dashed #848484;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div.feedburnerFeedBlock ul li a:hover {
text-decoration: none;
}
div #creditfooter {
display: none;
}
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
</style>
/* ============ Customize Fedburner Buzzboost WidgetBy www.realcombiz.com ============= */
div.feedburnerFeedBlock ul li {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW5x97qDzwEQbemhHRN4Hxcc_vgctZJRoiCrdjXndWiyGlC1U04yRjCGfD0gn-gyTPz2dU55IO0H6aa8YjpTYx7zhibu_bU9ZMsUB0PeBnWC9UJqwdU2s5QrSzdO9J2mr_nH1xSzPkPJVo/s1600/rb+cancel+icon.png) no-repeat 2px;
list-style-type: none;
margin: 0 0 5px 0px;
padding: 5px 5px 5px 30px !important;
border: 1px solid #dddddd;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
div.feedburnerFeedBlock ul li:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTH-4rn2G25M6p6A5zK83t6n6gb33OhpbZqlo_dH0Qn_KHUaI-129X41o2QBGHmjVfv1oez34p0SwWmlgkECiEtSOt-Mlbw5SSf4VBYLPPGo0GInIYMOXRi1XC135XszERuo2GxayKOqOc/s1600/rb+mark+icon.gif) no-repeat 2px;
border: 1px dashed #848484;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div.feedburnerFeedBlock ul li a:hover {
text-decoration: none;
}
div #creditfooter {
display: none;
}
/* ============ Customize Feedburner Buzzboost Widget By www.realcombiz.com ============= */
</style>
<script src="http://feeds.feedburner.com/Realcombiz?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/Realcombiz"></a><br/>Powered by FeedBurner</p> </noscript>
- Now click Save and you are done.
Subscribe For Free Updates!
*Please confirm the email sent to your inbox after clicking "Sign Up!".
This is really cool. I want to enhance my custom web page design skills but I rely heavily on templates. This helps in training myself make web designs hard coded and thus making me not to just rely on templates. I do have designs that I can think of but I don't have enough skill to translate them in codes.
ReplyDeleteIs that a blogger hosted site? If there is any difficulty you are facing, feel free to let me know, and i will find time to answer your queries asap. Drop your queries at contact@realcombiz.com
Deletehow to change background image of visited links ???
ReplyDeletevintage halloween images
ReplyDeletevintage halloween images
halloween artwork
pumpkin sayings
nsic.co.in
ReplyDeletethe walking dead season 7 episode 2 live
ReplyDeletewalking dead season 7 episode 3
walking dead season 7 episode 1
thanksgiving ecards 2016
ReplyDeletethanksgiving messages for cards 2016
turkey puns 2016
november poems 2016
thanksgiving ecards 2016
happy thanksgiving gif 2016
thanksgiving quotes and sayings 2016
happy thanksgiving memes 2016
bsf result 2016
ReplyDeletenabard jobs 2017 exam date
sail recruitment result
happy new year message in hindi
ReplyDeletenew year greetings cards
happy new year messages for friends
new year greetings messages
2017 new year wallpapers hd
republic day quotes
ReplyDeleterepublic day quotes
republic day quotes
26 january australia
26 january republic day images free download
republic day images in hindi
republic day 3d images
republic day quotes with images
republic day images in marathi
republic day images with quotes in english
happy republic day new images
republic day images and quotes
happy new year images hd happy new year greetings advance happy new year sms in hindi New Year inspirational Wishes New Year's Messages Wishes
ReplyDeletenew year images free download happy new year animated images advance happy new year sms in english New Year Quotes Wishes New Year Wishes Sayings
new year greeting message advance happy new year sms Wishes for New Year Messages Wishes for a New Year
short funny christmas sayings and quotes
ReplyDeletemerry christmas greeting cards for boyfriend best christmas sayings
Merry Christmas Quotes 2017 for him christmas sayings and quotes
christmas love songs christmas funny sayings
CAT 2017 Exam Dates
ReplyDeleteGATE 2017 Application Form
AIPMT 2017 Answer Key
NDA 2017 Exam Date
9CBSE NEET 2017
ReplyDeleteHey Thanks a lot for sharing these great ideas. I want to wish you and all other readers of this blog a very happy new year in advance,
and you can check out Some Great Happy New Year 2017 And 25 Ways to Say I Love You Love Quotes For Him will help you express your special feelings to him in short, but meaningful,
And collection of Cute Love Quotes Hope you have a great beginning to the new year.
Krkr Games is one of the largest flash gaming sites famous in the Arab world, it offers an exclusive group like Girls games and Play 250
Games a new car games can be played without a load .
Happy New Year 2017 Images
In this post i am going to give you some And collection of Merry Christmas 2017 Hope you have a great beginning to the new year.
HD Images which you can use for free to wish your dear, friends, lovers etc.
Gantantra Diwas Flag Images
ReplyDeleteGantantra Diwas Flag Pics
Gantantra Diwas Images
Gantantra Diwas HD Images For Whatsapp
Gantantra Diwas 3D Wallpapers
Gantantra Diwas Photos
Gantantra Diwas FB Cover Pics
that is unique article..thanks
ReplyDeletebest headphones review hifiman he400s review
thats great
ReplyDeletehttps://alltechninja.wordpress.com/2017/01/20/review-best-headphone-hifiman-he400s/
this is awesome great idea sir..
ReplyDeletebest headphone
valentines day 2017 coloring pages
ReplyDeletevalentines day 2017 poems for her
when was valentine's day 2017 first celebrated
images of happy valentines day 2017
happy valentines day 2017 facebook
i love it this post because i learn graphics from the this post..
ReplyDeletedownload google play paid Android apps for free
ReplyDelete2017 good friday
good friday wishes
good friday 2017
good friday 2017 wishes
good friday 2017 images
Lucky Grahak Yojana, Government Schemes 2017, Election Results, Yojana,Housing scheme,Launches, mhada lottery 2017. har ghar captain.
ReplyDeleteHappy Holi 2017
ReplyDeleteHappy Holi 2017 images
Holi 2017 images
Latest Government Schemes
ReplyDeleteThat is very useful info. But is feed burners works on this day? Bigg Boss 11 Auditions
ReplyDelete