jermartin77 / plusgallery

A responsive javascript based image gallery driven by photos from a 3rd party source.
61 stars 35 forks source link

No Longer Supported!

Do to changes in apis and restrictions on requests that differ from provider to provider I don't have the time to maintain this anymore. Keeping this code up as it is still in use and functional for some parties.

+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="https://github.com/jermartin77/plusgallery/blob/master/css/plusgallery.css" />
    <script src="https://github.com/jermartin77/plusgallery/raw/master/js/plusgallery.js"></script>
    <!-- The HTML -->

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