D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
roachhd
Full window
Github gist
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>