Description
This plugin adds a “Share on Diaspora” button at the bottom of your posts. Unlike other similar buttons,
this one is not tied to one single pod. Instead it allows the users to select their favorite pod from the list,
or type it directly. The button is highly customizable, allowing blog admins to set the color, size and shape in
accordance with the overall look and feel of their blogs.
i18n
There is an ongoing effort to translate the plugin into other languages.
So far, the following translations are available:
- French — contributed by Stef20 from stef20.info/blog and Se7h
- German — contributed by Georg Krause mail@georg-krause.net and JanRei
- Indonesian — cotribuited by https://www.chameleonjohn.com
- Italian — contributed by Sandro kensan kensan@kensan.it from www.kensan.it
- Japanese
- Portuguese (Brazil) — contributed by Vostok info@diaspbr.org
- Romanian
- Russian
- Serbo-Croatian — contributed by Borisa Djuraskovic from Webhostinghub.com
- Spanish — contributed by Andrew Kurtis from Webhostinghub.com and David Charte
Please note, that some translations might be incomplete and lack latest changes.
Screenshots
Installation
- Unpack
share-on-diaspora.zip
and upload its contents to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Enjoy
FAQ
-
No. Users can reshare to any Diaspora pod: select from the list or type their
own. -
I want to report a bug, request a feature or contribute code. What shall I do?
-
Bug reports, feature requests and real code are always welcome. Check out
https://github.com/ciubotaru/share-on-diaspora or drop a line to “vitalie at
ciubotaru dot tokyo”. -
Does your plugin collect private information about blog visitors?
-
No.
-
Yes. In the plugin settings panel, go to ‘Color profiles’ tab and select a
preset profile that fits your blog theme. For fine-tuning, go to ‘Button
options’ tab (default) and tweak the colors, size and shape of your button.
Don’t forget to press ‘Update’ after you are done. -
I want to use my own image. Is it possible?
-
Yes. In the plugin settings panel, go to ‘Custom image’ tab and upload your
image or insert the URL of an existing image (e.g. from your Media gallery).
After you are done, press ‘Update’. -
I want to change the list of displayed pods. Is it possible?
-
Yes. You can do this on the ‘Pod list options’ tab in the settings panel. To
get (or update) the list of all active pods, press the ‘Retrieve’ button. To
add a pod from the list, select it with up/down keys in the ‘Add a pod’ textbox
and press ‘Add’. To add a custom pod, type it in the textbox and press ‘Add’.
After you’ve added all pods that you want to see in the dialog, press ‘Update’. -
Can I get the latest list of active pods?
-
Yes. You can manually retrieve a fresh list of active pods on the ‘Pod list
options’ tab of the settings panel. Press the ‘Retrive’ button to download the
list, then press ‘Update’ to save changes. Now the list of active pods is
available in the ‘Add a pod’ textbox. Use up/down keys to navigate the list.Alternatively, you can install an auxiliary plugin called
Diaspora Podlist Updater
that automatically retrieves a fresh list of active pods.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Share on Diaspora” is open source software. The following people have contributed to this plugin.
Contributors“Share on Diaspora” has been translated into 3 locales. Thank you to the translators for their contributions.
Translate “Share on Diaspora” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.7.9
- Bug-fix: a missing ‘static’ qualifier
0.7.8
- Bug-fix: class function and class property visibility
0.7.7
- Bug-fix: removed static functions
0.7.6
- Bug-fix: a missing $ sign
0.7.5
- Bug-fix: some more compatibility issues with WP versions >= 5.0
0.7.4
- Bug-fix: compatibility with WP versions >= 5.0
0.7.3
- Bug-fix: updated code to fetch podlist from podupti.me
0.7.2
- Bug-fix: a reflected XSS in share url parameters (patch provided by Framartin@GitHub).
0.7.1
- Moved translations to GlotPress.
0.7
- Bug-fix: sharing functionality in RSS feeds.
- Button in RSS feeds is made optional
- Post title is editable now
0.6.4
- Bug-fix: warning messages about non-compliance with strict standards.
- i18n: German translation updated.
- Minor improvements (updated FAQ and compatibility info, removed deprecated calls etc.)
0.6.3
- Bug-fix: the default placeholder in pod selection window did not display
properly.
0.6.2
- Code formatting streamlined to reflect WP Coding Standards.
0.6.1
- Bug-fix: saved settings shouldn’t be deleted on deactivation, only on
uninstall.
0.6
- Added color presets
- Changed podlist update mechanism
- Added support for an auxiliary plugin (Diaspora Podlist Updater)
- Very likely added new bugs
0.5.7
- Updated list of active pods
- i18n: Serbo-Croatian translation added
0.5.6
- Updated list of active pods
- i18n: French translation added
0.5.5
- i18n: Italian translation added
0.5.4
- Updated list of active pods
- i18n: completed Japanese translation, other minor updates
0.5.3
- New feature (admin can add custom pods from plugin settings panel)
- i18n: minor updates in translation
0.5.2
- Updated the list of active pods
0.5.1
- Bug-fix: Button on pages (changed to posts-only)
- i18n: Portuguese (Brasil) and Romanian translations updated. A [parial]
Japanese translation added.
0.5
- New options (custom image)
- i18n: Portuguese (Brazil), Spanish, Russian and Romanian translations added
0.4.1
- Bug-fix: Button sometimes sharing wrong page
0.4
- New options (customizable text on the button, color change on mouseover)
- Customizable pod list on the pod selection page
0.3.3
- Bug-fix: bad button formatting on some themes
- Bug-fix: Missing callback function
- Bug-fix: Conflict with OpenGraph’s “og:description” tag
0.3.2
- Bug-fix: syntax error on PHP < 5.4
0.3.1
- Bug-fix: function names can cause conflict
0.3
- Customizable button settings (text color, background color, size and rounded
corners)
0.2
- Pod selection dialog renewed
0.1
- First release