Created
December 15, 2012 21:50
-
-
Save dangayle/4299577 to your computer and use it in GitHub Desktop.
Uses Addthis to create a cross-browser compatible bookmarks/favorites link. Yeah, I know it's heavy for this sort of thing, but what are you going to do?
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
<!-- AddThis Button BEGIN --> | |
<div class="addthis_default_style addthis_32x32_style"> | |
<a class="addthis_button_favorites" style="text-decoration:none;font-size:32px;"> bookmark this page</a> | |
</div> | |
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script> | |
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js"></script> | |
<!-- AddThis Button END --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment