Created
October 29, 2012 02:50
-
-
Save abraham/3971188 to your computer and use it in GitHub Desktop.
ADN Widgets alpha install instructions
This file contains hidden or 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
<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