jQuery Plugin For Google+ Albums Slideshow - mySlide

File Size: 5.29KB
Views Total: 1684
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Google+ Albums Slideshow - mySlide

mySlide is a simple jQuery plugin that fetches images from your google+ albums and displays them as a clean and customizable slideshow which supports auto-play and dot/arrow navigation.

How to use it:

1. Include jQuery library and jQuery mySlide on your website

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="myslide.min.js"></script>

2. Create a container for your slideshow

<div id="slide"> </div>

3. Go to your google+ albums, click the SHARED PUBLICLY and then paste the url in the javascript

<script type="text/javascript">

var googleAlbumLink = "https://plus.google.com/photos/111260779007626697866/albums/5710398218119510785?authkey=CIuJ5e-Gnu_ctQE";

//optional-----------------------
var mySlideWidth = 400;
var mySlideHeight = 300;
var mySlideDelay = 3000; //delay in milliseconds
//3000 = 3 seconds delay

</script>

This awesome jQuery plugin is developed by Jake. For more Advanced Usages, please check the demo page or visit the official website.