Team:TU Delft/fb display
From 2010.igem.org
(Difference between revisions)
Line 63: | Line 63: | ||
} | } | ||
- | $("#photobox" + albumID).click(fetchPhotos).delay( | + | $("#photobox" + albumID).click(fetchPhotos).delay(600).queue(fetchPhotos); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 22:13, 27 July 2010
This is a template page that displays random pictures from a facebook album.
{{:Team:TU_Delft/fb_display|album=ID|count=Number of images|css=CSS class}} Parameters: album: Facebook album ID count: Number of pictures to display css: CSS class for each image
loading facebook photo's...