Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/dantium/jquery-plus-pics
- Owner: dantium
- Created: 2011-12-17T18:39:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-18T19:10:58.000Z (about 13 years ago)
- Last Synced: 2023-04-14T02:05:57.690Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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+