Bootstrap snippet and html example. social dashboard widgets

Bootstrap 3.3.4 snippet "social dashboard widgets" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: widget,panel

HTML code

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

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <div class="row">
		<div class="col-md-3">
            <div class="panel rounded shadow">
                <div class="panel-heading text-center bg-youtube">
                    <p class="inner-all no-margin">
                        <i class="fa fa-youtube fa-5x"></i>
                    </p>
                </div><!-- /.panel-heading -->
                <div class="panel-body text-center">
                    <p class="h4 no-margin inner-all text-strong">
                        <span class="block">342</span>
                        <span class="block">Videos</span>
                    </p>
                </div><!-- /.panel-body -->
            </div>
		</div>
        <div class="col-md-3">
            <div class="panel rounded shadow">
                <div class="panel-heading text-center bg-dribbble">
                    <p class="inner-all no-margin">
                        <i class="fa fa-dribbble fa-5x"></i>
                    </p>
                </div><!-- /.panel-heading -->
                <div class="panel-body text-center">
                    <p class="h4 no-margin inner-all text-strong">
                        <span class="block">2,341</span>
                        <span class="block">Designs</span>
                    </p>
                </div><!-- /.panel-body -->
            </div>
        </div>
        <div class="col-md-3">
            <div class="panel rounded shadow">
                <div class="panel-heading text-center bg-soundcloud">
                    <p class="inner-all no-margin">
                        <i class="fa fa-soundcloud fa-5x"></i>
                    </p>
                </div><!-- /.panel-heading -->
                <div class="panel-body text-center">
                    <p class="h4 no-margin inner-all text-strong">
                        <span class="block">34,282</span>
                        <span class="block">Musics</span>
                    </p>
                </div><!-- /.panel-body -->
            </div>
        </div>
	</div>
</div>

CSS code

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

body{
    background:#eee;
    margin-top:20px;
}

.shadow {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.rounded {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.panel {
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel .panel-heading {
  padding: 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.no-margin {
  margin: 0 !important;
}

.bg-youtube p {
  color: white;
}

.bg-youtube {
  background-color: #c4302b !important;
  border: 1px solid #c4302b;
  color: white;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
  border: 1px solid #ea4c89;
  color: white;
}

.bg-soundcloud {
  background-color: #ff7700 !important;
  border: 1px solid #ff7700;
  color: white;
}

Similar snippets

Bootstrap example and template. user profile description

user profile description

Bootstrap example and template. social network dashboard count

social network dashboard count

Bootstrap example and template. blog post image widget

blog post image widget

Bootstrap example and template. Refresh Widget

Refresh Widget

Bootstrap example and template. shop product detail

shop product detail

Bootstrap example and template. Forum post list

Forum post list

Bootstrap example and template. image gellery

image gellery

Bootstrap example and template. news widget

news widget

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, 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.3.4.

Bootstrap example and template. social dashboard widgets

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 1.1K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

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

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

This code example is based on bootstrap 3.3.4 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