Bootstrap snippet and html example. summary social networks

Bootstrap 3.2.0 snippet "summary social networks" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: site,report,list,user,bootstrap,snippet,social,networks

HTML code

Clean, semantic HTML that powers this Bootstrap 3.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link href="http://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
      <div class="header">
        <h3 class="text-muted prj-name">
            <img class="img-thumbnail"  src="https://bootdey.com/img/Content/user_1.jpg">
            Jhon Snader
        </h3>
      </div>
     <div class="jumbotron list-content">
         <div class="row social-resume">
            <div class="col-lg-6 col-sm-6">
                <section class="panel">
                    <div class="icon-content facebook">
                        <i class="fa fa-facebook"></i>
                    </div>
                    <div class="value">
                        <h1 class="count">3.000</h1>
                        <p>Friends</p>
                    </div>
                </section>
            </div>
            <div class="col-lg-6 col-sm-6">
                <section class="panel">
                    <div class="icon-content google-plus">
                        <i class="fa fa-google-plus"></i>
                    </div>
                    <div class="value">
                        <h1 class="count2">947</h1>
                        <p>Pleople</p>
                    </div>
                </section>
            </div>
            <div class="col-lg-6 col-sm-6">
                <section class="panel">
                    <div class="icon-content twitter">
                        <i class="fa fa-twitter"></i>
                    </div>
                    <div class="value">
                        <h1 class="count3">2.000</h1>
                        <p>Followers</p>
                    </div>
                </section>
            </div>
            <div class="col-lg-6 col-sm-6">
                <section class="panel">
                    <div class="icon-content youtube">
                        <i class="fa fa-youtube"></i>
                    </div>
                    <div class="value">
                        <h1 class="count4">25</h1>
                        <p>Videos</p>
                    </div>
                </section>
            </div>
        </div>
    </div>                                                
</div>  

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.2.0 to keep the design, spacing, and responsiveness consistent.

.jumbotron h1, .jumbotron .h1 {
    font-size: 25px;
}
.social-resume .facebook {
    background: #3b5998;
}

.social-resume .google-plus {
    background:#DD4B39;
}

.social-resume .twitter {
    background: #00acee;
}

.social-resume .youtube {
    background: #c4302b;
}
.social-resume .icon-content, .social-resume .value {
    display: inline-block;
    text-align: center;
}

.social-resume .value  {
    float: right;

}

.social-resume .value h1, .social-resume .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.social-resume .value h1 {
    font-weight: 300;
}

.social-resume .icon-content i {
    color: #fff;
    font-size: 50px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
    -webkit-border: 2px solid #fff;
       -moz-border: 2px solid #fff;
        -ms-border: 2px solid #fff;
         -o-border: 2px solid #fff;
            border: 2px solid #fff;
    width: 85px;
    height: 85px;
    padding-top: 17px;
    box-shadow:3px 3px 3px #000000;
}

.social-resume .icon-content {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
       -moz-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
         -o-border-radius: 4px 0px 0px 4px;
            border-radius: 4px 0px 0px 4px;
}

.social-resume .value {
    width: 58%;
    padding-top: 31px;
}

.social-resume section.panel{
    border: none;
}

Similar snippets

Bootstrap example and template. Customer testimonial

Customer testimonial

Bootstrap example and template. Profile history

Profile history

Bootstrap example and template. User list

User list

Bootstrap example and template. fbs4 user resume list

fbs4 user resume list

Bootstrap example and template. Small Log in box in panel

Small Log in box in panel

Bootstrap example and template. Site login page

Site login page

Bootstrap example and template. gray profile

gray profile

Bootstrap example and template. Complete User Profile Page for Bootstrap

Complete User Profile Page for Bootstrap

FAQ

How do I use this snippet?

Include Bootstrap 3.2.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.2.0.

Bootstrap example and template. summary social networks

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 9.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.2.0

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working