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>
- jQuery v. 1.4.2+