getdevflow / social-share
Simple plugin to allow visitors to share your website content.
Package info
github.com/getdevflow/social-share
Type:devflow-plugin
pkg:composer/getdevflow/social-share
v1.0.0
2026-06-05 21:53 UTC
Requires
- php: >=8.4
- oomphinc/composer-installers-extender: ^2.0
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
Codex Installation
- Start a new shell session.
- 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', ]);
