Skip to content

Instantly share code, notes, and snippets.

@jjbohn
Created February 25, 2013 18:31
Show Gist options
  • Save jjbohn/5032074 to your computer and use it in GitHub Desktop.
Save jjbohn/5032074 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="//assets.zendesk.com/external/zenbox/v2.5/zenbox.js"></script>
<style type="text/css" media="screen, projection">
@import url(//assets.zendesk.com/external/zenbox/v2.5/zenbox.css);
</style>
<script type="text/javascript">
if (typeof(Zenbox) !== "undefined") {
Zenbox.init({
dropboxID: "20149816",
url: "https://gobigwin.zendesk.com",
tabID: "Support",
tabColor: "black",
tabPosition: "Left"
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment