Bootstrap snippet and html example. friends panel list

Bootstrap 3.3.6 snippet "friends panel list" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: panel,list,friends

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.6 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
<div class="col-md-6">
<div class="panel panel-default">
  <div class="panel-heading">
    <div class="media">
      <div class="pull-left">
        <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="people" class="media-object img-circle">
      </div>
      <div class="media-body">
        <h4 class="media-heading margin-v-5"><a href="#">Adrian D.</a></h4>
        <div class="profile-icons">
          <span><i class="fa fa-users"></i> 372</span>
          <span><i class="fa fa-photo"></i> 43</span>
          <span><i class="fa fa-video-camera"></i> 3</span>
        </div>
      </div>
    </div>
  </div>
  <div class="panel-body">
    <p class="common-friends">Common Friends</p>
    <div class="user-friend-list">
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="people" class="img-circle">
      </a>
    </div>
  </div>
  <div class="panel-footer">
    <a href="#" class="btn btn-default btn-sm">Follow <i class="fa fa-share"></i></a>
  </div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
  <div class="panel-heading">
    <div class="media">
      <div class="pull-left">
        <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="people" class="media-object img-circle">
      </div>
      <div class="media-body">
        <h4 class="media-heading margin-v-5"><a href="#">Adrian D.</a></h4>
        <div class="profile-icons">
          <span><i class="fa fa-users"></i> 372</span>
          <span><i class="fa fa-photo"></i> 43</span>
          <span><i class="fa fa-video-camera"></i> 3</span>
        </div>
      </div>
    </div>
  </div>
  <div class="panel-body">
    <p class="common-friends">Common Friends</p>
    <div class="user-friend-list">
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="people" class="img-circle">
      </a>
    </div>
  </div>
  <div class="panel-footer">
    <a href="#" class="btn btn-default btn-sm">Follow <i class="fa fa-share"></i></a>
  </div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
  <div class="panel-heading">
    <div class="media">
      <div class="pull-left">
        <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="people" class="media-object img-circle">
      </div>
      <div class="media-body">
        <h4 class="media-heading margin-v-5"><a href="#">Adrian D.</a></h4>
        <div class="profile-icons">
          <span><i class="fa fa-users"></i> 372</span>
          <span><i class="fa fa-photo"></i> 43</span>
          <span><i class="fa fa-video-camera"></i> 3</span>
        </div>
      </div>
    </div>
  </div>
  <div class="panel-body">
    <p class="common-friends">Common Friends</p>
    <div class="user-friend-list">
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="people" class="img-circle">
      </a>
    </div>
  </div>
  <div class="panel-footer">
    <a href="#" class="btn btn-default btn-sm">Follow <i class="fa fa-share"></i></a>
  </div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
  <div class="panel-heading">
    <div class="media">
      <div class="pull-left">
        <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="people" class="media-object img-circle">
      </div>
      <div class="media-body">
        <h4 class="media-heading margin-v-5"><a href="#">Adrian D.</a></h4>
        <div class="profile-icons">
          <span><i class="fa fa-users"></i> 372</span>
          <span><i class="fa fa-photo"></i> 43</span>
          <span><i class="fa fa-video-camera"></i> 3</span>
        </div>
      </div>
    </div>
  </div>
  <div class="panel-body">
    <p class="common-friends">Common Friends</p>
    <div class="user-friend-list">
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="people" class="img-circle">
      </a>
      <a href="#">
        <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="people" class="img-circle">
      </a>
    </div>
  </div>
  <div class="panel-footer">
    <a href="#" class="btn btn-default btn-sm">Follow <i class="fa fa-share"></i></a>
  </div>
</div>
</div>
</div>

CSS code

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

body{margin-top:20px;
background:#eee;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #ffffff;
    border-color: #e2e9e6;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #e2e9e6;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.user-friend-list img, .media img {
height:50px;
width:50px;
}

Similar snippets

Bootstrap example and template. Social network feed list

Social network feed list

Bootstrap example and template. Simple Comment panel

Simple Comment panel

Bootstrap example and template. bs4 beta user list with badges

bs4 beta user list with badges

Bootstrap example and template. bs4 beta media user list

bs4 beta media user list

Bootstrap example and template. about me Login Style

about me Login Style

Bootstrap example and template. select from dual list

select from dual list

Bootstrap example and template. Profile with overview and edit

Profile with overview and edit

Bootstrap example and template. Simple invoice page

Simple invoice page

FAQ

How do I use this snippet?

Include Bootstrap 3.3.6, 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.3.6.

Bootstrap example and template. friends panel list

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

Bootstrap 3.3.6

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

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

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