Created
March 28, 2011 15:01
-
-
Save skipjac/890621 to your computer and use it in GitHub Desktop.
this places the one click button in a zendesk custom widget that opens the Zendesk dropbox
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
</script> | |
<script type="text/javascript" src="//asset0.zendesk.com/external/zenbox/v2.1/zenbox.js"></script> | |
<style type="text/css" media="screen, projection"> | |
@import url(//asset0.zendesk.com/external/zenbox/v2.1/zenbox.css); | |
</style> | |
<script type="text/javascript"> | |
if (typeof(Zenbox) !== "undefined") { | |
Zenbox.init({ | |
dropboxID: "43", | |
url: "http://your.zendesk.com", | |
tabID: "questions", | |
tabColor: "#9060C1", | |
tag: "dropbox_2", | |
hide_tab: true, | |
tabPosition: "Right" | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment