<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs height="15" title="Share it on Diaspora!">
 <Require feature="opensocial-0.7"/>
 <Require feature="google.blog"/>
 </ModulePrefs>

 <Content type="html">
 <![CDATA[

<img style="cursor:pointer;" src="http://iliketoast.net/img/diasporaWebBadge80x15_3.png" border="0" onClick="dshare();">
<script type="text/javascript">
function dshare() {
   var url = post.url;
   <!-- var url = window.location.href; -->
   var title = document.title;
   var txt = '';
   if (window.getSelection) { 
      txt = window.getSelection(); 
   } else if (window.document.getSelection) { 
      txt = window.document.getSelection(); 
   } else if (window.document.selection) { 
      txt = window.document.selection.createRange().text; 
   }
   window.open('http://iliketoast.net/dshare.html?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title)+'&notes='+encodeURIComponent(txt),'dshare','location=no,links=no,scrollbars=no,toolbar=no,width=620,height=400');
   return false;
}
</script>

 ]]>

 </Content>
</Module>
