Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dantium/jquery-plus-pics

jQuery Plugin to display pics from google+
https://github.com/dantium/jquery-plus-pics

Last synced: 2 months ago
JSON representation

jQuery Plugin to display pics from google+

Awesome Lists containing this project

README

        

# jQuery Display Google+ Images Plugin

## Demo

[Demo Display Google+ Images](http://www.danatkinson.com/demo/googlepluspics/)

## Setup instructions

Include the JS and CSS files


Then add the command to run the plugin:


$(document).ready(function(){
$('#container-id').plusPics({
userId: 'your_user_id',
albumId: 'your_album_id',
numImages: 3,
title: 'Images'
});
});

## Requirements

* [jQuery](http://jquery.com/) v. 1.4.2+