Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DansMonBulbe/social

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social share plugin for Shaarli

For each link in your Shaarli, this plugin adds links to share your bookmarks to main social networks and by email (mailto).

Installation/configuration

Clone this repository inside your plugins/ directory, or download the archive and unpack it there.
The directory structure should look like:

└── plugins
        └── social
            ├── README.md
            ├── social.php
            ├── social.html
            └── social.css

To enable the plugin, just check it in the plugin administration page.

You can also add social to your list of enabled plugins in data/config.json.php (general.enabled_plugins list).

This should look like:

"general": {
  "enabled_plugins": [
    "social",
    [...]
  ],
}

To-Do

  • Se passer de AddToAny pour le partage sur Mastodon
  • Supprimer le code en dur de la première partie de l'adresse du permalien

Demo

About

A plugin for Shaarli (community fork) to share links to social networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.8%
  • PHP 18.1%
  • CSS 9.1%