Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 6, 2014 00:59
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 roachhd/8ad5a93cbd5732b099cc to your computer and use it in GitHub Desktop.
Save roachhd/8ad5a93cbd5732b099cc to your computer and use it in GitHub Desktop.
Be social, Add Buttons to your site.
<!-- ******************************* With a “Save this on Delicious” button, you can provide your site visitors an easy way to save it to Delicious. Here is an example with an image added before the link. Add this link to your page to let people add your site to Delicious. ******** PLEASE replace {your-company} with your company name. ********************** -->
<a href="#" onclick="window.open('https://delicious.com/save?v=5&provider={your-company}&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;">
<img src="https://delicious.com/img/logo.png" height="16" width="16" alt="Delicious"> Save this on Delicious
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment