Team:Groningen/photos

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
 +
<!DOCTYPE html>
<html>
<html>
<!-- each page with jquery needs to have this line, it will include all the jquery calls.Just include do not change-->
<!-- each page with jquery needs to have this line, it will include all the jquery calls.Just include do not change-->
Line 8: Line 10:
</div>
</div>
-
<script type="text/javascript">
 
-
var googleAlbumLink = "https://plus.google.com/photos/100710073991012754583/albums/5901919837634030369";
 
-
 
 
-
//optional-----------------------
 
-
var mySlideWidth = 600;
 
-
var mySlideHeight = 280;
 
-
var mySlideDelay = 3000; //delay in milliseconds
 
-
//3000 = 3 seconds delay
 
-
</script>
 
-
<body>
+
  <head>
-
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
+
    <title>mySlide - slideshow on your website using Google+ album - jQuery plugin</title>
-
  <script src="https://2013.igem.org/Team:Groningen/Scripts/jqueryphoto"></script>
+
-
</body>
+
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
 +
 +
<script type="text/javascript">
 +
 +
 +
var googleAlbumLink = "https://plus.google.com/photos/104945011440675361336/albums/5866190936567927873?banner=pwa";
 +
 +
//optional-----------------------
 +
var mySlideWidth = 600;
 +
var mySlideHeight = 320;
 +
var mySlideDelay = 3000; //delay in milliseconds
 +
//3000 = 3 seconds delay
 +
 +
 +
</script>
 +
 
 +
 +
<style>
 +
 
 +
      body {
 +
        font-family: Calibri;
 +
        font-size: 14px;
 +
text-align:center;
 +
      }
 +
 
 +
</style>
-
<div id="slide"></div>
+
</head>
 +
  <body>
 +
 +
<h1>mySlide - slideshow on your website using Google+ album - jQuery plugin</h1>
 +
<br/>
 +
<br/>
 +
 +
<div id="slide">
 +
</div>
 +
<script src="./myslide.min.js"></script>
 +
 +
<br><br>
 +
<a style="font-size:15px;" href="http://www.codehandling.com/2013/04/pimax-10-show-all-picasag-albums-and.html">See how to use this plugin - at codehandling</a>
 +
  </body>
</html>
</html>

Revision as of 16:31, 18 July 2013

<!DOCTYPE html>

mySlide - slideshow on your website using Google+ album - jQuery plugin

mySlide - slideshow on your website using Google+ album - jQuery plugin





See how to use this plugin - at codehandling