Skip to content

Instantly share code, notes, and snippets.

@ericlbarnes
Created April 17, 2014 12:35
Show Gist options
  • Save ericlbarnes/10979937 to your computer and use it in GitHub Desktop.
Save ericlbarnes/10979937 to your computer and use it in GitHub Desktop.
Snappy Widget
<html>
<head></head>
<body>
<a href="#" class="help" data-id="3">Help</a>
<script>
var snappyReady = function(){
$(".help").click(function(){
SnappyWidget.open({
id: $(this).data("id")
});
});
};
</script>
<script
src=""
data-domain=""
data-position="bottom right"
data-title="Help"
data-debug="1"
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment