Q: I cannot get the video to load on my page.
where can I find the best tutorial?
A: To install the Video LightBox into your html page:
1) open the page in your program
2) open html source code of the page
3) add several rows of code:
Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:
<head>
...
<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/videolightbox.css" type="text/css" />
<style type="text/css">#videogallery a#videolb{display:none}</style>
<link rel="stylesheet" type="text/css" href="engine/css/overlay-minimal.css"/>
<script src="engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="engine/js/swfobject.js" type="text/javascript"></script>
<!-- make all links with the 'rel' attribute open overlays -->
<script src="engine/js/videogallery.js" type="text/javascript"></script>
<!-- End VideoLightBox.com HEAD section -->
...
</head>
Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:
<body>
...
<!-- Start VideoLightBox.com BODY section -->
<div id="videogallery">
<a rel="#voverlay" href="http://www.youtube.com/v/n9-8UsJ-cpc?autoplay=1" title="Manchester United vs Chelsea Penalty shootout 2008">
<img src="data/thumbnails/0.png" alt="Manchester United vs Chelsea Penalty shootout 2008"/><span></span></a><a id="videolb"
href="http://videolightbox.com">Video In A Lightbox by VideoLightBox.com v1.6</a>
</div>
<!-- End VideoLightBox.com BODY section -->
...
</body>
Copy 'data' folder with images and video files and 'engine' folder with .css and .js files into the same folder with your own webpage.
I'm testing videolightbox on website, all is very professional and complete. But I'm not sure that I'm allowed to use free version. Thank you for your video popup jquery help.
I'm testing free version of VideolightBox. It works as it should in Chrome, but IE and Mozilla are not. Them it goes to full color to indicate that it is ready to run. Thank you.
I own a couple of your lightbox js video software programs and am going to purchase 2-3 more, but first I need to know which program would be better for adding video to websites, Facebook, etc. Why did this happen? Is this javascript video popup any help in finding a resolution?? Thank you.
Dear Support, My problem is that after publication the lightbox video html videos added do not show titles under the thumbnail. I am using it for a popup video youtube fan site, and wanted to add an flv file offered on a news site. Policy requires SSL."
I would like to buy videolightbox and visuallightbox. After I have installed the vimeo lightbox program, it fails to open. What folder should the gallery be saved in? I desperately need a solution for this jquery lightbox ASAP!
Hi. A client of ours is attempting to use VideoLightBox on their website. The lightbox js video page has 2 frames -left and right- and the jquery lightbox video side bar is on the -right- frame. I'd like to know if I can center the thumbnail of the video?