getdevflow/social-share

Simple plugin to allow visitors to share your website content.

Maintainers

Package info

github.com/getdevflow/social-share

Type:devflow-plugin

pkg:composer/getdevflow/social-share

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-05 21:53 UTC

This package is auto-updated.

Last update: 2026-06-05 21:58:54 UTC


README

A simple social share plugin that allows your visitors to share and bookmark your content.

Requires Devflow Version: 2.2.3

Tested Up To: 2.2.3

Requires PHP: 8.4+

Stable Tag: 1.0.0

License: GPLv2-only

Screenshot

screenshot.png

Codex Installation

  1. Start a new shell session.
  2. Navigate to the root of your install, run the following command php codex plugin:install getdevflow/social-share.

Template/Theme Usage

use Plugin\SocialShare\Support\SocialShareTemplate;

echo SocialShareTemplate::tag([
    'placement' => 'standard',
    'url' => site_url('/custom-url'),
    'title' => 'Custom Share Title',
]);