Popovers are meant to give related additional content and may include an image, text, and link to more related information.

Learn more

To learn more visit Bootstrap's Popovers documentation.

Opt-in required

Per Bootstrap's implementation, the Popover data-api is opt-in for performance reasons. You must initialize it yourself.
$(function() {
    $('[data-toggle="popover"]').tooltip();
});