"Social Network Widget"
Bootstrap 4.1.1 Snippet by aribudin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.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;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: