ziethan / plusgallery

A responsive javascript based image gallery driven by photos from a 3rd party source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+Gallery

A responsive javascript based image gallery driven by photos from a 3rd party source.

The Quick 'n' Dirty Edition

  1. Download the files

  2. Make sure you have the latest and greatest Jquery running on your site (>1.7).

  3. Get your Facebook, Google, or Flickr User ID. If using Flickr you will also need a Flickr API Key (http://www.flickr.com/services/apps/create/apply).

  4. Add this code to your site:

     <link rel="stylesheet" href="css/plusgallery.css" />
     <script src="js/plusgallery.js"></script>
     <!-- The HTML -->
    

    Read more about optional data attributes and how to use them at http://www.plusgallery.net

About

A responsive javascript based image gallery driven by photos from a 3rd party source.


Languages

Language:JavaScript 52.0%Language:HTML 28.4%Language:CSS 19.6%