Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created October 14, 2011 16:33
Show Gist options
  • Select an option

  • Save ivanacostarubio/1287608 to your computer and use it in GitHub Desktop.

Select an option

Save ivanacostarubio/1287608 to your computer and use it in GitHub Desktop.
venue_widget.html
<html>
<head>
<link href="http://widgets.venuedriver.com/css/styles.css" rel='stylesheet' type='text/css'/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" charset="utf-8"></script>
<script>
VenueConfig = new Object();
VenueConfig.api_token = ""; //example '02AFRET3T6A961Q53'
VenueConfig.account = ''; //example '12345'
VenueConfig.div_id = 'venueWidgetMainTable'; //example 'my_div'
</script>
<script src="http://widgets.venuedriver.com/js/AccountWidget.js" charset="utf-8"></script>
</head>
<body>
<div id="wrapper">
<div id="center_table">
<div id="selectevent_columnlabelbar">
<div id="venueWidgetMainTable"></div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment