Created
March 15, 2012 22:56
-
-
Save alkema/2047484 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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