"Social Network Widget"
Bootstrap 4.1.1 Snippet by aribudin

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!--head--> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> <div class="container"> <div class="row mb-5"> <div class="col-12 text-center pt-3"> <h1>Social Network Widget</h1> <p>This is a basic bootstrap sorce code for make responsive social network button</p> <h4>You like this snippet ? click like button</h4> </div> </div> <!--start code--> <div class="row mb-5"> <div class="col-sm-4 offset-sm-4"> <!--widget area--> <ul class="row mx-0 list-unstyled social-three text-center mb-5"> <!--twitter--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-twitter col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-twitter fa-2x"></i> <span class="d-block">5,867</span> <small class="d-block">Follower</small> </a> </li> <!--facebook--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-facebook col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-facebook fa-2x"></i> <span class="d-block">5,867</span> <small class="d-block">Fans</small> </a> </li> <!--instagram--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-instagram col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-instagram fa-2x"></i> <span class="d-block">4,856</span> <small class="d-block">Followers</small> </a> </li> <!--youtube--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-youtube col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-youtube fa-2x"></i> <span class="d-block">2,419</span> <small class="d-block">Subscribers</small> </a> </li> <!--vimeo--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-vimeo col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-vimeo fa-2x"></i> <span class="d-block">1,215</span> <small class="d-block">Subscribers</small> </a> </li> <!--google--> <li class="col-4 col-sm-3 col-md-4 py-3 bg-gplus col-lg-4"> <a class="d-block text-white" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/" target="_blank"> <i class="fab fa-google-plus fa-2x"></i> <span class="d-block">1,786</span> <small class="d-block">Followers</small> </a> </li> <!--end google--> </ul> <!--end widget area--> </div> </div> <!--end code--> <div class="row mb-4"> <div class="col-12 text-center"> <p>Design by Ari Budin <a target="_blank" href="https://bootstrap.news/bootstrap-4-template-news-portal-magazine/">Bootstrap.News</a> | Font by Font Awesome 5</p> </div> </div> </div>
.social-three li { margin: 0 -1px -1px 0; } .bg-facebook { background-color: #3b5998 !important; color: #fff; } .bg-twitter { background-color: #00aced !important; color: #fff; } .bg-instagram { background-color: #b300ad !important; color: #fff; } .bg-youtube { background-color: #bd0000 !important; color: #fff; } .bg-gplus { background-color: #eb5e4c !important; color: #fff; } .bg-vimeo { background-color: #35c6ea !important; color: #fff; }

Related: See More


Questions / Comments: