Skip to content

Instantly share code, notes, and snippets.

@alkema
Created March 15, 2012 22:56
Show Gist options
  • Save alkema/2047484 to your computer and use it in GitHub Desktop.
Save alkema/2047484 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Demo Overherd</title>
<script type="text/javascript" src="http://stampede-corporate-2012.tb.nonwebdev.com/javascripts/jquery-1.5.1.min.js"></script>
</head>
<body>
<link href="http://ymssz4ew.frozencdn.net/stylesheets/live.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/jquery.overherd.js"></script>
<script type="text/javascript">
jQuery.noConflict()
jQuery(window).load(function() {
overherd = new Overherd(jQuery('#remote_data'), 224)
overherd.overhear()
})
</script>
<div id="remote_container">
<div id="remote_data">
<p id="loading_text"><img src='http://live.calgarystampede.com/images/loader.gif' />Loading the Conversations - thanks for your patience.</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment