Buttons and add-ons
Sharing buttons
Without JavaScript
<a href="http://sharetodiaspora.github.io/?title=Your title here&url=http://www.example.com/some/path" target="_blank">
<img src="http://sharetodiaspora.github.io/favicon.png" style="border: 0px solid;" />
</a>
With JavaScript
<a href="javascript:;" onclick="window.open('http://sharetodiaspora.github.io/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title),'das','location=no,links=no,scrollbars=no,toolbar=no,width=620,height=550'); return false;" rel="nofollow" target="_blank">
<img src="http://sharetodiaspora.github.io/favicon.png" style="border: 0px solid;" />
</a>
With JavaScript & text
diaspora* <a href="javascript:;" onclick="window.open('http://sharetodiaspora.github.io/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title),'das','location=no,links=no,scrollbars=no,toolbar=no,width=620,height=550'); return false;" rel="nofollow" target="_blank"
style="padding: 3px 4px 2px; background: #fafafa; border: 1px solid #ddd; font-size: 13px; color: #222; text-decoration: none;">
<img src="http://sharetodiaspora.github.io/favicon.png" style="border: 0px solid;display: inline-block;vertical-align: top;" /> diaspora*
</a>
Blogger
This method will include a diaspora* share button next to Google +1 button. It is necessary to
enable the sharing buttons .
Enter your dashboard and choose your blog.
In section Template , click on Edit HTML . If a warning appears, click Continue .
Check Expand widget templates , press Ctrl+F and write sharebuttons .
Find the line <b:includable id='shareButtons' var='post'>
. Just after that, copy the following code:
<a expr:href='"http://sharetodiaspora.github.io/?url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Share on diaspora'>
<img src='http://sharetodiaspora.github.io/favicon.png' style='width:16px; height:16px; padding:0; border:0; vertical-align:middle;'/>
</a>
Wordpress
Movable Type
This method will include a diaspora* share button under the entry's tag list.
Bookmarklets
Instead of using several bookmarklets for several pods, you can just add one of these to your bookmarks:
Add to Firefox
Firefox now supports diaspora* as a sharing service ! These are other alternatives to share links from Firefox:
Add a native Share button to the Share Services of Firefox. Click "Share This Page" from the browser
toolbar to open the save dialog. Just click this button
Activate Diaspora* Sharing Service and then choose
Enable Services .
Add as an addon:
diaspora* Advanced Sharer
by Jason Robinson .