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
- Start a new shell session.
- Navigate to the root of your install, run the following command
php codex plugin:install getdevflow/social-share.
use Plugin\SocialShare\Support\SocialShareTemplate;
echo SocialShareTemplate::tag([
'placement' => 'standard',
'url' => site_url('/custom-url'),
'title' => 'Custom Share Title',
]);