Skip to content

Instantly share code, notes, and snippets.

@meltingice
Forked from abraham/body.html
Created January 10, 2011 05:37
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 meltingice/772418 to your computer and use it in GitHub Desktop.
Save meltingice/772418 to your computer and use it in GitHub Desktop.
<!-- 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