I have the following BootStrap popover:
Run it after window is loaded like so:
$(window).load(function(){ $("#example").popover('show'); });