Skip to content

Instantly share code, notes, and snippets.

@mde
Created October 27, 2012 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mde/3966784 to your computer and use it in GitHub Desktop.
Save mde/3966784 to your computer and use it in GitHub Desktop.
---- (somewhere in the page head) ----
<script type="text/javascript">
yam.connect.loginButton('#yammer-login', function (resp) {
if (resp.authResponse) {
document.getElementById('yammer-login').innerHTML = 'Welcome to Yammer!';
}
});
</script>
---- (somewhere in the page body) ----
<div id="yammer-login"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment