Bootstrap snippet and html example. Social Media Button Design

Bootstrap 3.1.1 snippet "Social Media Button Design" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: button,social,user

HTML code

Clean, semantic HTML that powers this Bootstrap 3.1.1 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.0.3/css/font-awesome.min.css">
<div class="container">
<h4><a target="__blank" href="http://www.jquery2dotnet.com/2014/06/awesome-flat-big-social-media-button.html/">jquery2dotnet</a></h4>  
<div class="col-md-12">
    <div class="row">
          <div class="social google-pluse">
            <i class="fa fa-google-plus fa-5x"></i>
        </div>
        <div class="social facebook">
            <i class="fa fa-facebook fa-5x"></i>       
        </div>
        <div class="social twitter">
            <i class="fa fa-twitter fa-5x"></i>   
        </div>
        <div class="social pinterest">
            <i class="fa fa-pinterest fa-5x"></i>  
        </div> 
    </div>
    <div class="row">
        <div class="social linkedin">
            <i class="fa fa-linkedin fa-5x"></i>   
        </div>
        <div class="social skype">
            <i class="fa fa-skype fa-5x"></i>       
        </div>
        <div class="social youtube">
            <i class="fa fa-youtube fa-5x"></i>     
        </div>
        <div class="social tumblr">
            <i class="fa fa-tumblr fa-5x"></i>     
        </div>
    </div>
</div>
</div>

CSS code

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

.social{
    text-align:center;
    width:120px;
    height:120px;
    float:left;
    background:rgb(255,255,255);
    border:1px solid rgb(204,204,204);
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:5px;
    margin:0 10px 10px 0;
    padding:17px;
}
.google-pluse:hover{background:#DD4B39;color:#FFF;}
.facebook:hover{background:#3b5998;color:#FFF;}
.twitter:hover{background:#00acee;color:#FFF;}
.pinterest:hover{background:#c8232c;color:#FFF;}
.linkedin:hover{background:#0e76a8;color:#FFF;}
.skype:hover{background:#00aff0;color:#FFF;}
.youtube:hover{background:#c4302b;color:#FFF;}
.tumblr:hover{background:#34526f;color:#FFF;}

Similar snippets

Bootstrap example and template. fbs4 user resume list

fbs4 user resume list

Bootstrap example and template. Social profile head

Social profile head

Bootstrap example and template. Simple user description

Simple user description

Bootstrap example and template. Suscribe page with description

Suscribe page with description

Bootstrap example and template. bs4 chat messenger

bs4 chat messenger

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. User Support Tickets Profile

User Support Tickets Profile

Bootstrap example and template. Blog post list

Blog post list

FAQ

How do I use this snippet?

Include Bootstrap 3.1.1, 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.1.1.

Bootstrap example and template. Social Media Button Design

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

Bootstrap 3.1.1

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

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

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