<title>Bootstrap Popover in Right Direction</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous"></script>
<h2>Bootstrap Popover in Right Direction</h2>
<script type="text/javascript">
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
<a href="#." data-placement="right" data-toggle="popover" title="Popover title" data-content="right direction popover">Right Popover</a>