Skip to content

Instantly share code, notes, and snippets.

@simontabor
Created April 19, 2013 12:06
Show Gist options
  • Save simontabor/5419928 to your computer and use it in GitHub Desktop.
Save simontabor/5419928 to your computer and use it in GitHub Desktop.
GoSquared Embeddable Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Dashboard integration example</title>
</head>
<body>
<div id="dashboard"></div>
<script>
var GS = {
dashboardContainer: '#dashboard',
layout: 'default',
menuBar: false
};
</script>
<script src="https://www.gosquared.com/dashboard/embed-js/API_KEY/SITE_TOKEN"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment