Whiskerino Slideshow
Whiskerino Slideshow is an easy to use library which allows you to host a slideshow of your, or others', Whiskerino photos. It uses the jQuery JavaScript library, and the Cycle plugin to display a slideshow of all current photos for the selected participant.
Whiskerino is a bi-annual celebration of the beard which involves participants shaving clean on November 1, growing the best beard they can until Feb 28, and posting regular pictures of the progress. Follow the steps below to add this to your website.Copy the following code block, and paste it inside the HEAD tag of your HTML document.
<script type="text/javascript">
<!--
var beardOptions = {
beard: 'creole' // whiskerino user
//,divID:'whiskerino'//,optional, uses div called 'whiskerino'
//,size: 'm'// defaults to m. Options are s, m, or l.
}
//-->
</script>
<script
src="http://www.andymatthews.net/code/whiskerinoslideshow/whiskerino.js"
type="text/javascript">
</script>
Then using this code, add a div somewhere on your page to contain the photos. By default the library will look for a div named "whiskerino", but you can change that in the options.
<div id="whiskerino"></div>