-
-
Save meltingice/772418 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- Place in your the <head> of your page --> | |
<script src='https://githubanywhere.appspot.com/github-anywhere.js'></script> | |
<script> | |
GitHubAnywhere(function() { | |
// use `this` instead of passing the object? | |
this.buttons(); | |
}); | |
</script> | |
<!-- Place anywhere on your page replaceing :name with a GitHub username and :repo with a repository name. --> | |
<a href='http://github.com/:name' class='github-anywhere' data-user=':name'>Follow :name on GitHub</a> | |
<a href='http://github.com/:name/:repo' class='github-anywhere github-anywhere-watch' data-user=':name' data-repo=':repo'>Watch :name/:repo on GitHub</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment