<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<a href="http://bootsnipp.com/iframe/22Z0" class="btn btn-lg btn-success pull-right" target="_blank"><span class="glyphicon glyphicon-fullscreen"></span> Full screen</a>
<h2>Linkedin profile with custom modal</h2>
<p>
Example of custom modal (color, size and animation with LinkedIn embed code.
</p>
<hr>
<p>Click button to see Linkedin profile in Modal.</p>
<a href="" data-toggle="modal" data-target="#myModal" title="View my LinkedIn profile">
<img src="http://m.c.lnkd.licdn.com/mpr/mpr/shrink_80_80/p/1/000/005/28a/1771ae7.jpg" alt="">
</a>
<br><br>
<button class="btn btn-primary" data-toggle="modal" data-target="#myModal" title="View my LinkedIn profile">
<img src="https://dlc1-s.licdn.com/sites/default/files/Logo-21px-TM.png" alt="">
</button>
<hr>
<h3>Same profile embedded on page</h3>
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="http://www.linkedin.com/in/marissamayer"
data-format="inline"></script>
<hr>