Get started with bootstrap-social CDN

MIT licensed

Bootstrap-Social is a free collection of social buttons built with Bootstrap.

Tags:
  • bootstrap
  • social
  • buttons

Stable version

Copied!

How to start using bootstrap-social CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-social/5.1.1/bootstrap-social.min.css">
  <script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.min.js"></script>
</head>
<body>
  <!-- Your content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions