pfefferle / wordpress-diaspora
An extension to the OStatus plugin, to also support parts of the Diaspora Federated Protocol.
Fund package maintenance!
pfefferle
Ko Fi
Liberapay
notiz.blog/donate
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ~1.0
- pfefferle/wordpress-ostatus: *
- pfefferle/wordpress-salmon: *
- pfefferle/wordpress-webfinger: *
This package is auto-updated.
Last update: 2023-05-10 20:55:12 UTC
README
=== Dandelion === Contributors: pfefferle Donate link: https://notiz.blog/donate/ Tags: dandelion, fediverse, ostatus, diaspora Requires at least: 4.9 Tested up to: 4.9.9 Stable tag: 1.0.0 Requires PHP: 5.6 License: MIT License URI: https://opensource.org/licenses/MIT Diaspora federation for WordPress! == Description == == Frequently Asked Questions == == Changelog == Project and support maintained on github at [pfefferle/wordpress-dandelion](https://github.com/pfefferle/wordpress-dandelion). = 1.0.0 = * initial == Installation == Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins). = Automatic Plugin Installation = To add a WordPress Plugin using the [built-in plugin installer](https://codex.wordpress.org/Administration_Screens#Add_New_Plugins): 1. Go to [Plugins](https://codex.wordpress.org/Administration_Screens#Plugins) > [Add New](https://codex.wordpress.org/Plugins_Add_New_Screen). 1. Type "`dandelion`" into the **Search Plugins** box. 1. Find the WordPress Plugin you wish to install. 1. Click **Details** for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin. 1. Click **Install Now** to install the WordPress Plugin. 1. The resulting installation screen will list the installation as successful or note any problems during the install. 1. If successful, click **Activate Plugin** to activate it, or **Return to Plugin Installer** for further actions. = Manual Plugin Installation = There are a few cases when manually installing a WordPress Plugin is appropriate. * If you wish to control the placement and the process of installing a WordPress Plugin. * If your server does not permit automatic installation of a WordPress Plugin. * If you want to try the [latest development version](https://github.com/pfefferle/wordpress-dandelion). Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source. Backup your site completely before proceeding. To install a WordPress Plugin manually: * Download your WordPress Plugin to your desktop. * Download from [the WordPress directory](https://wordpress.org/plugins/dandelion/) * Download from [GitHub](https://github.com/pfefferle/wordpress-dandelion/releases) * If downloaded as a zip archive, extract the Plugin folder to your desktop. * With your FTP program, upload the Plugin folder to the `wp-content/plugins` folder in your WordPress directory online. * Go to [Plugins screen](https://codex.wordpress.org/Administration_Screens#Plugins) and find the newly uploaded Plugin in the list. * Click **Activate** to activate it.