[Plugin: Shadowbox JS] automatically pop up shadowbox windows
-
So I’m trying to get this JavaScript to work on my site. I want a popup window to open automatically. There are instructions on how to do it here:
http://www.nabble.com/Automatically-open-on-page-load-td15702704.html#a1570652
and here:
http://www.nabble.com/Automatically-open-on-page-load-to16656723.html#a16658624But I can’t get it working. Do you know what I’m doing wrong?
This is the entire HTML I have on my WordPress page:
<HTML> <HEAD> <script type="text/javascript"> $(document).ready(function(){ Shadowbox.init({ skipSetup: true // skip the automatic setup }); Shadowbox.open( ... ); }); </script> </HEAD> <BODY> <a rel="Shadowbox" href="http://picasaweb.google.com/sunjaydixit/Montreal/photo#s5188389018955497314"> photo gallery</a> </BODY> </HTML>The page is here:
http://jaydixit.com/photos/montreal/
The topic ‘[Plugin: Shadowbox JS] automatically pop up shadowbox windows’ is closed to new replies.