Skip to content

Instantly share code, notes, and snippets.

@abraham
Created October 29, 2012 02:50
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save abraham/3971188 to your computer and use it in GitHub Desktop.
Save abraham/3971188 to your computer and use it in GitHub Desktop.
ADN Widgets alpha install instructions
<html>
<head>
<!-- ADN Widgets alpha -->
<!-- Sign up for alpha deprecation announcements: https://groups.google.com/forum/#!forum/adn-widgets-announce -->
<!-- To install: include script on your web site and add the <a> tag where you want the follow button -->
<!-- Tested to work in the latest Chrome, Firefox, Safari, and IE9 -->
<!-- ADN Widgets: https://alpha.app.net/widgets -->
<script async src='https://adnwidgets.herokuapp.com/alpha.js'></script>
</head>
<body>
<!-- ADN Widgets follow button: Replace abraham with your username -->
<a class="adnw-follow" data-username="abraham" href="https://alpha.app.net/abraham">Follow @abraham on ADN</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment