Skip to content

Instantly share code, notes, and snippets.

@BrianGenisio
Created April 1, 2016 15:21
Show Gist options
  • Save BrianGenisio/44e6e902a2d1acb898a78173428ae1c8 to your computer and use it in GitHub Desktop.
Save BrianGenisio/44e6e902a2d1acb898a78173428ae1c8 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://cdn.jsdelivr.net/clippy.js/1.0/clippy.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/clippy.js/1.0/clippy.min.css" media="all">
<script type="text/javascript">
clippy.load('Clippy', function(agent) {
agent.show();
agent.speak('Hello! It looks like you are trying to log in! I\'m here to help.');
setInterval(function() {
agent.animate();
}, 5000);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment