Skip to content

Instantly share code, notes, and snippets.

@diniremix
Created November 29, 2011 20:53
Show Gist options
  • Save diniremix/1406456 to your computer and use it in GitHub Desktop.
Save diniremix/1406456 to your computer and use it in GitHub Desktop.
Diaspora share button
<div id="diaspora" style="width: 153px;height:30px;background:url('diaspora-share.png') no-repeat left top; background-position:0px 0px;" onClick="javascript:(function(){f='https://joindiaspora.com/bookmarklet?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent('Shared a link...')+'¬es='+encodeURIComponent(document.title)+'&v=1&';if(!window.open(f+'noui=1&jump=doclose','diasporav1','location=no,links=no,scrollbars=no,toolbar=no,width=620,height=400')){location.href=f+'jump=yes';
document.getElementById('diaspora').style.backgroundPosition = '0 -90px';}else{document.getElementById('diaspora').style.backgroundPosition = '0 -60px';}})()"> </div>
the original idea thanks to:
http://friends.murrur.fi/stuff/share_in_diaspora.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment