Bootstrap snippet and html example. SocialBox

Bootstrap 3.3.6 snippet "SocialBox" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

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


<!--Font Awesome -->
<script src="https://use.fontawesome.com/cb2d0db4c2.js"></script>
<div>
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-xs-12 col-md-offset-3">
                <!-- Snippet Start here -->
                <div class="row">
                    <div class="col-md-12 col-xs-12 box-header box-header-icon">
                        <div class="col-md-12 box-header-icon">
                            <button class="btn btn-xs btn-default dropdown-toggle pull-right" data-toggle="dropdown" type="button">
                                <i class="fa fa-angle-down" id="box-options">
                                </i>
                            </button>
                            <ul aria-labelledby="box-options" class="dropdown-menu pull-right">
                                <li>
                                    <a href="#">
                                        I don't want to see this
                                    </a>
                                </li>
                                <li>
                                    <a href="#">
                                        Unfollow Facundo Chuburu
                                    </a>
                                </li>
                                <li class="divider">
                                </li>
                                <li>
                                    <a href="#">
                                        Get Notification
                                    </a>
                                </li>
                            </ul>
                        </div>
                        <div class="row">
                            <div class="col-md-12">
                                <h3 class="text-center">
                                  <i class="fa fa-desktop box-tittle-icon" aria-hidden="true"></i><a href="" class="box-tittle">Social</a>
                                </h3> 
                            </div>
                        </div>
                    </div>
                    <div class="col-md-12 col-xs-12 box-content">
                        <ul class="list-unstyled text-center">
                            <li>
                                <a href="#">
                                    <i class="fa fa-twitter">
                                    </i>
                                    @facuch19
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-facebook">
                                    </i>
                                    Facundo Chuburu
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-dribbble">
                                    </i>
                                    facuch
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-linkedin">
                                    </i>
                                    Facundo Chuburu
                                </a>
                            </li>
                        </ul>
                    </div>
                    <!-- Snippet End here -->
                </div>
            </div>
        </div>
    </div>
        </div>

CSS code

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


body {
    background-color: #d1c6c6;
    margin-top: 120px;
}

.box-header button {
    color: #f5f5f5;
    border: none;
}

.box-header button i {
    color: gray;
}

.box-header button:hover i {
    color: black;
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

.box-header-icon{
  padding: 0px !important;
}
.box-header {
    border-radius: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px !important;
}

.box-tittle-icon{
   
    color:black;
    margin-right: 10px;
    

}

.box-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    line-height: 2.3;
    display: inline-block !important;
    border-radius: 5px;
}
.box-tittle{
    color:black !important;
}
.box-content ul .fa-twitter {
    color: #77C7F7;
}

.box-content ul .fa-facebook {
    color: #3B5998;
}

.box-content ul .fa-dribbble {
    color: red;
}

.box-content ul .fa-linkedin {
    color: #006BA0;
}

.box-content ul li a {
    text-decoration: none;
}

.box-content ul li {
    transition: 0.5s 0s ease-out;
}

.box-content ul li:hover {
    font-size: 18px;
    text-decoration: none;
}

.btn-options {
    color: #f5f5f5;
}

Similar snippets

Bootstrap example and template. bs4 Offers profile

bs4 Offers profile

Bootstrap example and template. light contact list

light contact list

Bootstrap example and template. Clear inbox list

Clear inbox list

Bootstrap example and template. about me

about me

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. buttons colors

buttons colors

FAQ

How do I use this snippet?

Include Bootstrap 3.3.6, 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.6.

Bootstrap example and template. SocialBox

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

Bootstrap 3.3.6

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

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

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