Menu
show-notice
hide-notice

Attractive Blogger Popular Post Widget With Different Style

on 17 December 2012

Popular Post is a widget which display your popular blog post with title, thumbnail and description based on your analytic stats. So Blogger's Official popular post widget nice but here I given an CSS which will customize your popular post widget with attractive and a different style.

 There is no need of implementing any heavy JavaScript. Just add the CSS code to your blog template, it's very easy to add.

 The CSS code will hide your description of popular post widget and whenever mouseover on it will display description by sliding with simple transition effect I've used here.

How To Create Attractive Blogger Popular Post Widget

Note: First of all you should add Popular Post widget on your blog with thumbnail and snippet. I think most of the bloggers already know how to add popular post widget, so there is no need of explaining for adding widget on your blog.

1. Go to Blogger Dashboard > Template > Edit HTML.
2. Find ]]></b:skin> (Press Ctrl+F to find) and Paste the following CSS code before it. 
.PopularPosts .widget-content ul li{padding:0;position:relative}
.item-snippet {
font-size: 90%;
line-height: 1.2em;
position: absolute;
width: 230px;
background-color: whiteSmoke;
padding: 7px;
border-top: 2px solid #FF0202;
z-index: 2;
left: 300px;
top: 60%;
height: 4.5em!important;
visibility: hidden;
opacity: 0;
transition: all 0.6s cubic-bezier(1,2,0,0) 0s;
-moz-transition: all 0.6s cubic-bezier(1,2,0,0) 0s;
-webkit-transition: all 0.6s cubic-bezier(1,2,0,0) 0s;
-o-transition: all 0.6s cubic-bezier(1,2,0,0) 0s;}
.PopularPosts .widget-content ul li:hover .item-snippet{left:60px;opacity:1;visibility:visible}
.PopularPosts img{width:50px;height:50px}
.PopularPosts .item-title{font-family:'Open Sans Condensed',"Arial Narrow",Arial,sans-serif;font-size:125%}
Now visit you blog to see the new changes of your popular post widget and if you any question regarding this tutorial feel free to ask by posting comment below...

SHARE

20 comments:

  1. Really Awesome widget...

    ReplyDelete
  2. one of the best unique widget i have seen ...
    Visit My Blog

    ReplyDelete
  3. Superb popular Widget with a new style, keep it up such a cool tricks

    ReplyDelete
  4. This type of widget is awesome.
    thanks for sharing....

    ReplyDelete
  5. Free Blogger Template:
    http://www.onevel.com/2012/11/johny-blogger-template-jazzytube.html

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Wonderful post....

    ReplyDelete
  8. Oh this is is awesome. I didn't saw such widget like this in before.. I added in my blog.Thanks For Sharing. ..

    ReplyDelete
  9. Very nice.. I have added.. Check mine.. http://www.spicytec.com/

    ReplyDelete
  10. tips blogger yang bermanfaat tq beri share ya

    ReplyDelete
    Replies
    1. terima kasih banyak
      terus baca blog kami selalu

      Delete
  11. Thank you for sharing this. Indeed a great helpful information
    Gireesh, CoreBlogging

    ReplyDelete
  12. thank you very much, this posting very helpful

    please, visit me at http://vickzkater.blogspot.com/

    ReplyDelete

  13. awesome popular post widget leaves an impressive impression on the readers describing what are the most visited pages and posts on your website so it must be designed charismatic and your widget has that potential.popular post widget for blogger

    ReplyDelete
  14. Well thankyou for providing this widget, well here is some new popular post widget for blogger check them out thanks,

    ReplyDelete
  15. not working on http://www.allblogthings.com/

    ReplyDelete

Important -Comments with Links will be deleted immediately upon our review and If you are asking a question click the 'Subscribe By Mail' link below the comment form to be notified of replies.