WP Manifestindependent plugin directory
manifest / social / simple-social-sharer

Simple Social Sharer archived

A simple social sharer.

by Cyril Jacquesson · github.com/cyrale/simple-social-sharer · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cyrale/simple-social-sharer/archive/refs/heads/main.zip

Readme

Gutenberg Basics

Contributors: Cyrale
Tags: WordPress, Plugin, Social, Network, Share
Requires at least: 4.9
Tested up to: 4.9.8
Stable tag: 1.0.0
License: GPL2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

A simple social sharer.

Installation

Manual Installation

  1. Upload the entire /simple-social-sharer directory to the /wp-content/plugins/ directory.
  2. Run composer insall inside the plugin directory.
  3. Activate Partner Banner through the 'Plugins' menu in WordPress.

Composer installation

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/cyrale/simple-social-sharer"
    }
  ]
}
  1. Add above repository to composer.json.
  2. Run composer require cyrale/simple-social-sharer.
  3. Activate Gutenberg Basics through the 'Plugins' menu in WordPress.

Changelog

See details

Read the full README on GitHub →