Skip to content

Instantly share code, notes, and snippets.

@since1976
Created October 30, 2012 22:29
Show Gist options
  • Save since1976/3983530 to your computer and use it in GitHub Desktop.
Save since1976/3983530 to your computer and use it in GitHub Desktop.
Zendesk Support code
<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: "20110738",
url: "https://nesi.zendesk.com",
tabID: "Support",
tabColor: "black",
tabPosition: "Right"
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment