Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Social Media Toggle Button"
Bootstrap 4.0.0 Snippet by
ashokpulyala
4.0.0
jQuery
social
toggle
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
16.6K
 
8 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <h1 class="m-3">Social Media Toggle Button</h1> <p class="m-3 font-weight-bold">Click on Share Button <i class="fa fa-share-alt fa-2x"></i> to Expand the Social Icons</p> <div class="social-icons" id="s-icons"> <ul class="navbar-nav"> <li><a href="#" class="btn btn-primary btn-social "><i class="fa fa-facebook-official fa-2x"></i></a></li> <li><a href="#" class="btn btn-primary btn-social "><i class="fa fa-twitter-square fa-2x"></i></a></li> <li><a href="#" class="btn btn-primary btn-social "><i class="fa fa-youtube-play fa-2x"></i></a></li> </ul> <button class="btn btn-primary btn-social" id="btn-share" data-toggle="tooltip" data-placement="left" title="Tooltip on left"> <i class="fa fa-share-alt fa-2x"></i> </button> </div>
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css'); .social-icons { position: fixed; right: 20px; bottom: 20px; } .btn-social { cursor: pointer; width: 50px; height: 50px; border-radius: 50px; } .social-icons .navbar-nav li { position: absolute; bottom: 0; z-index: -1; transition: .2s all; } .social-icons .navbar-nav.show li:nth-child(1){bottom: 60px} .social-icons .navbar-nav.show li:nth-child(2){bottom: 120px} .social-icons .navbar-nav.show li:nth-child(3){bottom: 180px;}
$(document).ready(function(){ $('#s-icons').click(function() { $('.navbar-nav').toggleClass("show"); }); });
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76