Bootstrap 3 Popover Placement Fun
HTML
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="container-fluid">
<button type="button" class="btn btn-lg btn-primary" data-toggle="popover" data-placement="auto" data-container="body" data-content="FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO FOO">Click Me at Different Widths!</button>
</div>
CSS
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css');
JavaScript
$('[data-toggle="popover"]').popover();