I have the following BootStrap popover:
$(document).ready(function(){ window.setTimeout("$('#example').popover('show')",1000); }
It works for me. Try it out.