yourls-shaarli is a plugin for YOURLS. The plugin adds a new share link into the Quick Share box (available for each URL shown in the Yourls admin area). The added link allows the sharing of the URL to a Shaarli installation.
Obviously, you need a valid Yourls installation and a valid Shaarli installation.
This plugin has been tested on Yourls:
- Unzip the plugin. You get a "yourls-shaarli" folder
- Upload this folder into the user/plugins folder of your Yourls installation
- Edit your config.php file (located at user/config.php in your Yourls installation)
- Define the URL of your Shaarli installation by inserting the following line at the end of your config.php file. Adapt the URL "https://my-shaarli.com" to your Shaarli installation's URL (No trailing slash !!!), and save changes to config.php
define('SHAARLI_URL', 'https://my-shaarli.com');
Finally, activate the plugin in the admin area