Videomap Videos Nearby jCarousel

Riding carousels with jQuery

Getting started

To use the Videos Nearby jCarousel component, include the jQuery library, the jCarousel source file, the jCarousel core stylesheet file and a jCarousel skin stylesheet file inside the <head> tag of your HTML document:

<script type="text/javascript" src="/path/to/jquery-1.2.1.pack.js"></script>
<script type="text/javascript" src="/path/to/lib/jquery.jcarousel.pack.js"></script>
<link rel="stylesheet" type="text/css" href="/path/to/lib/jquery.jcarousel.css" />
<link rel="stylesheet" type="text/css" href="/path/to/skin/skin.css" />

Include the jCarousel script that best suits your layout in the <head> tag of your HTML document:

<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel();
});
</script>

Include the jCarousel Videos Nearby script in the <body> tag of your HTML document:

<script type="text/javascript" src="http://www.videomap.it/carousel/carousel_en.php
?lat=40.756054&lng=73.986951"></script>

The lat and lng value in the script are the latitude and longitude of the point where you want to show the videos nearby.
jCarousel accepts a lot of configuration options, see JCarousel Home Page for further informations.
For more information and specific requests for the integration of Videos Nearby on your website mail to info@videomap.it