Skip to content

dantium/jQuery-Plus-Pics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Display Google+ Images Plugin

Demo

Demo Display Google+ Images

Setup instructions

Include the JS and CSS files

<link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" />
<script type="text/javascript" src="pluspics.js"></script>

Then add the command to run the plugin:

<script type="text/javascript">
$(document).ready(function(){
	$('#container-id').plusPics({
		userId: 'your_user_id',
		albumId: 'your_album_id',
		numImages: 3,
		title: 'Images'
	});
});
</script>

Requirements

About

jQuery Plugin to display pics from google+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published