Code tự động bật popup video sau 1 thời gian với ColorBox

Code tự động bật popup video sau 1 thời gian với ColorBox

Code tự động bật popup video youtube sau 1 thời gian với ColorBox» Code Popup banner giữa màn hình

<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8 />
    <title>ColorBox demo</title>
    <link rel=”stylesheet” href=”http://www.jacklmoore.com/colorbox/example1/colorbox.css” />
  </head>
  <body>
    <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script>
    <script src=”http://www.jacklmoore.com/colorbox/jquery.colorbox.js”></script>
    <script>
      function openColorBox(){
       $.colorbox({ href: ‘http://www.youtube.com/embed/eh-0knDpn5g’, width: ‘600px’, height: ‘400px’, iframe: true });
      }
      setTimeout(openColorBox, 3000);
    </script>
  </body>
</html>
 
Mục nhập này đã được đăng trong Blog. Đánh dấu trang permalink.