Skip to content

Instantly share code, notes, and snippets.

@dangayle
Created December 15, 2012 21:50
Show Gist options
  • Save dangayle/4299577 to your computer and use it in GitHub Desktop.
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?
<!-- AddThis Button BEGIN -->
<div class="addthis_default_style addthis_32x32_style">
<a class="addthis_button_favorites" style="text-decoration:none;font-size:32px;">&nbsp;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