Open Fancybox on page load
This is a quick look at how to open and/or launch jQuery Fancybox on page load. If you want Fancybox to open each time the page loads all you need to add is: $(“.fancybox”).fancybox().trigger(‘click’); That being said, you probably don’t want it loading every time you go to that page. That could get pretty annoying! … Continued