Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created February 14, 2013 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deplorableword/4952748 to your computer and use it in GitHub Desktop.
Save deplorableword/4952748 to your computer and use it in GitHub Desktop.
shake it to make it
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>real time feed of the bestest harlem shakes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body,a {
font-family: sans-serif;
text-align: center;
color: #999999;
}
#shake {
margin: 0 auto;
width: 854px;
height: 475px
}
p {
text-align: center;
}
</style>
<meta property="og:title" content="Harlem Peek " />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.harlempeek.com" />
<meta property="og:image" content="http://www.harlempeek.com/thumbnail.png" />
<meta property="og:description" content="Real time feed of the best Harlem Shake videos from the internets" />
</head>
<body>
<object width="854" height="475" id="shake">
<param name="movie" value="https://www.youtube.com/v/8vJiSSAMNWw?autoplay=1&controls=0&fs=1&modestbranding=1&showinfo=0&iv_load_policy=3&version=3&playlist=YETVpKSgV5U,Fp-T78fzJgw,4yyu8cLD8ow,cd8Fmh7nIrQ,4hpEnLtqUDg,5wZRiu1ly-8,NtIMpcwgj-0,jhKw0tRTUn8,QkNrSpqUr-E,WYm092-jd3g,3Y5jHlVzFtc,IlR_2aZLT9E,iD7lfLy-THY,XRoZSBPUUZw,j7-lGJ0yq9k,Cn4XPWkUZl4,DABphlXEyW8"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="https://www.youtube.com/v/8vJiSSAMNWw?autoplay=1&controls=0&fs=1&modestbranding=1&showinfo=0&iv_load_policy=3&version=3&playlist=YETVpKSgV5U,Fp-T78fzJgw,4yyu8cLD8ow,cd8Fmh7nIrQ,4hpEnLtqUDg,5wZRiu1ly-8,NtIMpcwgj-0,jhKw0tRTUn8,QkNrSpqUr-E,WYm092-jd3g,3Y5jHlVzFtc,IlR_2aZLT9E,iD7lfLy-THY,XRoZSBPUUZw,j7-lGJ0yq9k,Cn4XPWkUZl4,DABphlXEyW8" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="854" height="475"></embed>
</object>
<p>Continuous stream of the bestest <a href="http://knowyourmeme.com/memes/harlem-shake">Harlem Shake</a> videos from YouTube. A silly idea from <a href="http://twitter.com/deplorableword">@deplorableword</a></p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38506808-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment