Spring 2013

Sometimes it's useful to pull in data from many different sites into your own.
Search for phrases like: API (application programming interface), widget or plug-in
Just like with javascript galleries, follow directions for implementation and style.
Control your content by using Divs! (don't forget that)

Twitter API / Widget

Flickr API / Plug-in

Google Maps API <iFrame>

Google Web Fonts

Turn Work into Dropbox

folder: lastname-api

<style type="text/css">
body {
margin: 0;
padding: 0;
color: #636363;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 95%;
line-height: 1.4;
background-color: #CCC;
}
</style>
<script>
// Load the classic theme
Galleria.loadTheme(
'galleria/themes/classic/galleria.classic.min.js');

// Initialize Galleria
$('#galleria').galleria({
flickr: 'set:72157624918916898',
flickrOptions: {
sort: 'date-posted-asc'
}
});
</script>

View Larger Map